On Tue, Oct 14, 2008 at 10:08 AM, msizec <[EMAIL PROTECTED]> wrote: > I've been searching, for a few days, for an open source search engine that > could permit me to query its index from a linux/unix command line (or from a > script) and then return me a list of urls matching the query ?
Assuming solr is up and running, you can talk to it over HTTP using command line tools such as curl, and get back data search results in various formats such as XML or JSON. -Yonik