I'm trying to make synonyms work right and for that I'm trying to
understand better graphs in a token stream.
For that purpose I've built this code:
Builder builder = CustomAnalyzer.builder();
builder.withTokenizer(StandardTokenizerFactory.class);
MySynonym
Hello,
Upgraded to Lucene and Solr 8.0 and ran all our unit tests, this one popped up:
Caused by: java.lang.ClassCastException:
org.apache.lucene.queries.function.ValueSource$ScoreAndDoc cannot be cast to
org.apache.lucene.search.Scorer
at
org.apache.lucene.queries.function.ValueSource