Hello,
I’m implementing my own query parser plugin and trying to support “phrase
wildcard query”.
Meaning that have a field that is tokenized with StandardTokenizer (break on
space etc.) and want to allow searching for:
“foo ba*” (as phrase).
I think that SpanMultiTermQueryWrapper can do this fo
hanged
things.
You can also do the same thing off of various branches.
On Aug 18, 2021, at 7:29 AM,
yael.mushin...@exlibrisgroup.com.INVALID<mailto:yael.mushin...@exlibrisgroup.com.INVALID>
wrote:
Hello,
Can someone assist in explaining how I can understand regarding a certain code
change I
Hello,
Can someone assist in explaining how I can understand regarding a certain code
change I see between versions of Solr, when and part of what commit it was
added/changed?
Thank you,
Hello,
In performance tests conducted on the same system, comparing its performance
with Solr 5.2.1 verses 8.7, was found a degradation the query execution time.
The system uses a custom query parser, which constructs quite a large query
object.
When removing the ‘score’ parameter from the ‘