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