Solr relevancy score different on replicated nodes

2019-01-04 Thread AshB
Version Solr 7.4.0 zookeeper 3.4.11 Achitecture Two boxes Machine-1,Machine-2 holding single instances of solr We are having a collection which was single shard and single replica i.e s=1 and rf=1 Few days back we tried to add replica to it.But the score for same query is coming different from di

Re: Zookeeper timeout issue -

2019-01-02 Thread AshB
Hi Shawn, Answers to your questions. 1.Yes we are aware of fault tolerance in our architecture,but its our dev env,so we are working with solrCloud mode with limited machines. 2. Solr is running as separate app,its not on weblogic. We are using Weblogic for rest services which further connect to

Re: Zookeeper timeout issue -

2018-12-28 Thread AshB
Hi Dominique, Yes,we are load testing with 50 users.We tried changing the timeout but its not reflecting. Regards Ashish -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: SOLR zookeeper connection timeout during startup is hardcoded to 10000ms

2018-12-28 Thread AshB
Can this timeout value be changed . Regards Ashish -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Zookeeper timeout issue -

2018-12-27 Thread AshB
Hi Jan, Setup Details Mach-1 -->20Gb RAM. Apps running :OracleDb,WeblogicServer(services deployed to call solr),*OneSolr Node*,*One Zookeeper node* Mach-2 -->20Gb RAM Apps running :*One Solr Node*,*Two zookeeper nodes*. Solr collection details : ~8k docs,~140MB size on disc,One shard on machine

Zookeeper timeout issue -

2018-12-19 Thread AshB
Hi, We are facing issue with solr/zookeeper where zookeeper timeouts after 1ms. Error below. *SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper :9181,:9182,:9183 within 1 ms. at org.apache.solr.common.cloud.SolrZkClient.(SolrZkClient.java:184) at org.apa

Phrase query as feature in LTR not working

2018-11-04 Thread AshB
Phrase query is not working when applied in LTR. Feature supplied is { "name" : "isPook", "class" : "org.apache.solr.ltr.feature.SolrFeature", "params" : { "fq": ["{!type=edismax qf=text v=$qq}&qq=\"${query}\""] } } Tested this feature outside and it returns only one resu

Re: Indexed=false for a field,but still able to search on field.

2017-08-29 Thread AshB
Hi, Thanks ,got this issue is happening because of docValues=true. Please elaborate on "full table scan search" Regards Ashish -- View this message in context: http://lucene.472066.n3.nabble.com/Indexed-false-for-a-field-but-still-able-to-search-on-field-tp4352338p4352599.html Sent from the

Re: Indexed=false for a field,but still able to search on field.

2017-08-28 Thread AshB
Hi, Yes docValues is true for fieldType -- View this message in context: http://lucene.472066.n3.nabble.com/Indexed-false-for-a-field-but-still-able-to-search-on-field-tp4352338p4352442.html Sent from the Solr - User mailing list archive at Nabble.com.

Indexed=false for a field,but still able to search on field.

2017-08-27 Thread AshB
Hi, I created a field as,expecting I won't be able to search on it . But i am able to search on it.Sample query below fileName:"ipgb20080916_1078.xml" What is wrong here.I am not doing any copy of this field Solrversion:6.5.1 -- View this message in context: http://lucene.472066.n3.nabbl