solr-user,妳好

Thanks for the info. I also find this: Parallel indexing for Apache Solr Search 
Integration | Nick Veenhof
http://nickveenhof.be/blog/parallel-indexing-apache-solr-search-integration
----- Original Message ----- 
From: Toke Eskildsen 
To: solr_user lucene_apache 
Date: 2015-09-04, 01:26:38
Subject: Re: Re: Re: Re: Re: concept and choice: custom sharding or 
autosharding?


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


-----
???????????
??? AVG ?? - www.avg.com
??: 2015.0.6086 / ???: 4409/10567 - ????: 09/03/15




 

Reply via email to