Re: Solr 4.7.2 Vs 5.3.0 Docs different for same query

2015-10-04 Thread Upayavira
The new collections UI isn't yet committed. It is close, and i would like to have it in 5.4. Upayavira On Fri, Oct 2, 2015, at 09:35 PM, Ravi Solr wrote: > Thank you very much Erick and Uchida. I will take a look at the URL u > gave > Erick. > > Thanks > > Ravi Kiran Bhaskar > > On Fri, Oct

Re: Solr 4.7.2 Vs 5.3.0 Docs different for same query

2015-10-02 Thread Ravi Solr
Mr. Uchida, Thank you for responding. It was my fault, I had a update processor which takes specific text and string fields and concatenates them into a single field, and I search on that single field. Recently I used Atomic update to fix a specific field's value and forgot to disable the

Re: Solr 4.7.2 Vs 5.3.0 Docs different for same query

2015-10-02 Thread Erick Erickson
do we have to "reload" the collections on all the nodes to see the updated config ?? YES Is there a single call which can update all nodes connected to the ensemble ?? NO. I'll be a little pedantic here. When you say "ensemble", I'm not quite sure what that means and am interpreting it as "all

Re: Solr 4.7.2 Vs 5.3.0 Docs different for same query

2015-10-02 Thread Tomoko Uchida
Hi Ravi, And for minor additional information, you may want to look through Collections API reference guide to handle collections properly in SolrCloud environment. (I bookmark this page.) https://cwiki.apache.org/confluence/display/solr/Collections+API

Re: Solr 4.7.2 Vs 5.3.0 Docs different for same query

2015-10-02 Thread Ravi Solr
Thank you very much Erick and Uchida. I will take a look at the URL u gave Erick. Thanks Ravi Kiran Bhaskar On Fri, Oct 2, 2015 at 12:41 PM, Tomoko Uchida wrote: > Hi Ravi, > > And for minor additional information, > you may want to look through Collections API

Solr 4.7.2 Vs 5.3.0 Docs different for same query

2015-10-01 Thread Ravi Solr
I we migrated from 4.7.2 to 5.3.0. I sourced the docs from 4.7.2 core and indexed into 5.3.0 collection (data directories are different) via SolrEntityProcessor. Currently my production is all whack because of this issue. Do I have to go back and reindex all again ?? Is there a quick fix for this

Re: Solr 4.7.2 Vs 5.3.0 Docs different for same query

2015-10-01 Thread Tomoko Uchida
Are you sure that you've indexed same data to Solr 4.7.2 and 5.3.0 ? If so, I suspect that you have multiple shards and request to one shard. (In that case, you might get partial results) Can you share HTTP request url and the schema and default search field ? 2015-10-02 6:09 GMT+09:00 Ravi