Re: Solr 8.6 & autoGeneratePhraseQueries

2021-08-09 Thread Vincent Brillault
Dear Cassandra, Thanks for the detailed explanations! > The `body` field that you’re using here has the > WordDelimiterGraphFilterFactory enabled, which is what’s splitting > the term “covid19” into “covid 19”. This filter splits terms on > various compound word delimiters, and one delimiter it u

Re: Solr 8.6 & autoGeneratePhraseQueries

2021-08-05 Thread Cassandra Targett
The `body` field that you’re using here has the WordDelimiterGraphFilterFactory enabled, which is what’s splitting the term “covid19” into “covid 19”. This filter splits terms on various compound word delimiters, and one delimiter it uses is a transition from alpha to numeric characters (this is