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
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/
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
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