Strange behaviour building a query: SynonymQuery

2019-04-04 Thread rodio
Hi all, This is my first question in this forum, i'm newbye with Solr so I would be very glad if someone can resolve my doubt. We are evaluating new version of Solr 8 The problem is that when we build a query using WordDelimiterFilterFactory with preserveOriginal = 1, the parsed query has a beha

Re: Strange behaviour building a query: SynonymQuery

2019-04-04 Thread rodio
Hi all! It's solved! I have seen that we are using a deprecated version! Use WordDelimiterGraphFilterFactory instead of WordDelimiterFilterFactory solves the problem https://lucene.apache.org/solr/guide/7_2/filter-descriptions.html#word-delimiter-filter https://lucene.apache.org/solr/guide/7_2/

Duplicated tokens in search string

2019-04-09 Thread rodio
Hi all, We are trying to emulate in Solr 8.0 the behaviour of Solr 3.6 and we are facing a problem that we cannot solve When we have duplicated tokens: - Solr 8.0 scores only once the token but it applies a huge boost - Solr 3.6 scores individually each token and the final score is lower We are

WordDelimiterGraphFactory with preserveOriginal issue

2019-05-20 Thread rodio
Hi everybody, I'm using solr 8.0.0 and I'm stuck in a weird behaviour that I cannot solve by myself. This is my fieldType config: The problem is that I need pr