how to use distribute facet.pivot

2015-12-23 Thread soledede_w...@ehsy.com
I have two shards facet.pivot=categoryId1,categoryId2,categoryId3,categoryId4 when I excute facet.pivot, cpu and mem both full How can I solve this problem Who can help me Thanks soledede_w...@ehsy.com

distribute facet.pivot solr5.3.1

2015-12-22 Thread soledede_w...@ehsy.com
acet.pivot,It's so quickly. Who can tell me why. soledede_w...@ehsy.com

Solr5.3.1 solrcloud Enabling Basic AUthentication

2015-12-13 Thread soledede_w...@ehsy.com
I want to restrict Admin UI , I know can config the security.json but how. if use sha256(password+salt) hash) ,how to submit the salt for solr server. who can give me a simple example Thanks soledede_w...@ehsy.com

SolrJ SolrCloud question--help

2015-11-23 Thread soledede_w...@ehsy.com
hello everyone Caused by: org.apache.solr.client.solrj.SolrServerException: java.lang.IllegalStateException: Connection pool shut down how to solve this problem Thanks Regards soledede_w...@ehsy.com

SolrJ SolrCloud question--help

2015-11-23 Thread soledede_w...@ehsy.com
= MoreExecutors.listeningDecorator(Executors.newFixedThreadPool(Runtime.getRuntime.availableProcessors())) how can I deal with this Thanks soledede_w...@ehsy.com

Re: Re: how to join search mutiple collection in sorlcloud

2015-11-17 Thread soledede_w...@ehsy.com
Yes,Thanks,But It just support (select * from A where A.id in(select id from B where...)) or not I hope It is (select a*,b.* from A a join B b on A.id = B.id) How to merge the result of shards Thanks soledede_w...@ehsy.com From: Paul Blanchaert Date: 2015-11-17 15:57 To: solr-user Subject

Re: Re: how to join search mutiple collection in sorlcloud

2015-11-16 Thread soledede_w...@ehsy.com
Thanks Erick I think if can use hash for doc_id to all shards, then do join,Last merge the result in a node. soledede_w...@ehsy.com From: Erick Erickson Date: 2015-11-17 11:10 To: solr-user Subject: Re: how to join search mutiple collection in sorlcloud In a word, no. At least probably not

how to join search mutiple collection in sorlcloud

2015-11-16 Thread soledede_w...@ehsy.com
Dear @solr_lucene currently,I am using solr5.3.1,I have a requirement, I need search like in relation database(select * from A ,B where A.id=B.id),Can we implments with solr5.3 in SolrCloud mode,I have two collection,2 shards per collection. Help me please. Thanks soledede_w