Re: Why do I get different results for the same query with two Solr versions?

2020-12-29 Thread Tulsi Das
Can you post the managed schema and solrconfig content here ? Do try the solr admin analysis screen once as well to see the behaviour for this field. https://lucene.apache.org/solr/guide/7_6/index.html On Sun, 27 Dec, 2020, 6:54 pm nettadalet, wrote: > Thank you, that was helpful! > > For Solr

Re: Re:Re: Why do I get different results for the same query with two Solr versions?

2020-12-27 Thread Tulsi Das
Hi , Yes this look like related to sow (split on whitespace) param default behaviour change in solr 7. The sow parameter (short for "Split on Whitespace") now defaults to false, which allows support for multi-word synonyms out of the box. This parameter is used with the eDismax and standard/"lucen

Re: Why do I get different results for the same query with two Solr versions?

2020-12-24 Thread Tulsi Das
Hi, Try adding debug=true or debug=query in the url and see the formed query at the end . You will get to know why the results are different. On Thu, 24 Dec, 2020, 8:05 pm nettadalet, wrote: > Hello, > > I have the the same field type defined in Solr 4.6 and Solr 7.5. When I > search with both

Re: Modify partial configsets using API

2019-05-08 Thread Tulsi Das
That's right Mike. If same config set is used for multiple collection , changing any file in this would apply to other collections as well. On Wed, May 8, 2019 at 11:49 PM Mike Drob wrote: > > > On 2019/05/08 16:52:52, Shawn Heisey wrote: > > On 5/8/2019 10:50 AM, Mike Drob wrote: > > > Solr E

Re: Shard and replica went down in Solr 6.1.0

2019-04-11 Thread Tulsi Das
Hi Vishal, autosoftcommit of 1 sec could be the reason for this issue. Choose autosoftcommit value as long an interval as your application can tolerate, often 15-60 seconds is reasonable, or even longer depending on the requirements Also consider disabling your caches (queryResultCache and filterCa

Re: How to configure default replication type?

2019-04-10 Thread Tulsi
Hi Roger, Have you tried shards.preference parameter? You can specify the replica.type as TLOG or PULL(default is NRT) in solrconfig.xml using this parameter. Example: shards.preference=replica.TLOG Note: earlier this parameter was preferLocalShards which has been deprecated. -- Sent from: