scott chu <scott....@udngroup.com> wrote:
> No, both. But first I have to face the indexing performance problem.
> Where can I see information about concurrent/parallel indexing on Solr?

Depends on how you index. If you use a Java program,
http://lucene.apache.org/solr/5_2_0/solr-solrj/index.html?org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrServer.html
seems to do the trick (I haven't tried that one myself).

If you are sending updates using curl or similar, you just need to start more 
processes doing that.

If you are using DataImportHandler, I think you are out of luck. As far as I 
know, it does not support multiple index threads.

- Toke Eskildsen

Reply via email to