SpanMultiTermQueryWrapper default rewrite method and it's effect on performance

2021-09-12 Thread yael.mushin...@exlibrisgroup.com.INVALID
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

RE: Tracking out when and why a certain code was added in specific Solr class

2021-08-18 Thread yael.mushin...@exlibrisgroup.com.INVALID
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

Tracking out when and why a certain code was added in specific Solr class

2021-08-18 Thread yael.mushin...@exlibrisgroup.com.INVALID
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,

After upgrading to Solr 8.7 from 5.2.1 seems that asking for 'score' in 'fl' causes the query to take almost twice (or so) the time

2021-08-17 Thread yael.mushin...@exlibrisgroup.com.INVALID
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 ‘