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
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
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
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
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
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: