Re: Solr client on VMS

Liste des GroupesRevenir à co vms 
Sujet : Re: Solr client on VMS
De : arne (at) *nospam* vajhoej.dk (Arne Vajhøj)
Groupes : comp.os.vms
Date : 27. Dec 2024, 20:43:39
Autres entêtes
Organisation : SunSITE.dk - Supporting Open source
Message-ID : <676f036b$0$710$14726298@news.sunsite.dk>
References : 1
User-Agent : Mozilla Thunderbird
On 12/6/2024 7:49 PM, Arne Vajhøj wrote:
I have been looking a bit at Solr recently. For those that don't
know Solr, then it is a text search engine - or more accurate it
is a web frontend for the Lucene text search engine. Both
Solr and Lucene are Apache projects (open source).
 Solr is basically exposing a web API, so anything that can do
HTTP POST can use Solr. But clients encapsulating the HTTP
stuff does exist for many languages. On VMS then both JVM languages
and Python should be able to use a standard client.
 But there are also the traditional languages. Maybe it could
be nice to be able to access Solr from one of those.  VMS Pascal
is actually a very nice language, so I picked that. And I could
reuse some stuff I had on the shelf.

Very far from a complete API - only the most basic stuff.
 And there are restrictions including 32 KB limit on strings
(VMS Pascal varying of char).
 But maybe still interesting.
 If anyone is interested then everything is available here:
   https://www.vajhoej.dk/arne/opensource/vms/vmspsolr-src-v0_1.zip
https://www.vajhoej.dk/arne/opensource/vms/vmspsolr-src-v0_3.zip
has:
* the help stuff
* use GET instead of POST for query making it work with
   older Solr (the version I got get running in Tomcat on VMS)
Arne

Date Sujet#  Auteur
7 Dec 24 * Solr client on VMS8Arne Vajhøj
10 Dec 24 +- Re: Solr client on VMS1Arne Vajhøj
25 Dec 24 +* Re: Solr client on VMS2Arne Vajhøj
2 Jan 25 i`- Re: Solr client on VMS1Simon Clubley
25 Dec 24 +* Re: Solr client on VMS2Arne Vajhøj
25 Dec 24 i`- Re: Solr client on VMS1Lawrence D'Oliveiro
25 Dec 24 +- Re: Solr client on VMS1Arne Vajhøj
27 Dec 24 `- Re: Solr client on VMS1Arne Vajhøj

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal