Thank you Bertrand.

The documentation on Solr is still sparse. I've already looked in SolrResources, find some idea, but not exactly what I need. When my solution will work, I will document it into the wiki.

Nicolas

Le 06-11-24 à 02:48, Bertrand Delacretaz a écrit :

On 11/23/06, Nicolas St-Laurent <[EMAIL PROTECTED]> wrote:

...I index huge Oracle tables with Lucene with a custom made
indexer/search engine. But I would prefer to use Solr instead...

Instead of using Lucene's API directly, with Solr you'll have to add
your documents to the index using HTTP POST messages.

There are a few Java clients for Solr floating around on the wiki and
in Jira IIRC, but you just need a POST, any way of doing it is fine
(using jakarta httpclient for example).

See http://wiki.apache.org/solr/SolrResources for more info.

-Bertrand

Reply via email to