Re: Performance issue with Solr 8.6.1 Unified Highlighter does not occur on Solr 6.

2021-01-29 Thread David Smiley
https://issues.apache.org/jira/browse/SOLR-10321 -- near the end my opinion is we should just omit the field if there is no highlight, which would address your need to do this work-around. Glob or no glob. PR welcome! It's satisfying seeing that the Unified Highlighter is so much faster than the

Re: Solr 8.7.0 memory leak?

2021-01-29 Thread Chris Hostetter
: there are not many OOM stack details printed in the solr log file, it's : just saying No enough memory, and it's killed by oom.sh(solr's script). not many isn't the same as none ... can you tell us *ANYTHING* about what the logs look like? ... as i said: it's not just the details of the O

Index analyzer concatenate tokens

2021-01-29 Thread Florin Babes
Hello, I'm trying to index the following token with payload "winter tires|1.4" as an exact match but also I want to apply hunspell lemmer to this token and keep both the original and the lemma. So after all that I want to have the following tokens: "winter tires" with payload 1.4 "winter tire" with

NRT - Indexing

2021-01-29 Thread haris . khan
Hello, Hope you're doing good. I am trying to configure NRT - Indexing in my project. For this reason, I have configured autoSoftCommit to execute every second and autoCommit to execute every 5 minutes. Everything works as expected on the dev and test server. But on the production server, there