[ANNOUNCE] Apache Lucene 8.5.1 released

2020-04-16 Thread Ignacio Vera
## 16 April 2020, Apache Lucene™ 8.5.1 available The Lucene PMC is pleased to announce the release of Apache Lucene 8.5.1. Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires

DelimitedBoostTokenFilterFactory Issue - Boosting and StandardTokenizerFactory

2020-04-16 Thread Ivana Spasojevic
Hi there, I’m developing custom java application with lucene 8.5.0. I've tried to use DelimitedBoostTokenFilterFactory but I have a problem, so please help me if I'm doing something wrong. I’m using StandardAnalyzer for search, and my SynonymGraphFilter has configuration as below: Map synonymPa

DelimitedBoostTokenFilterFactory Issue - Boosting and BooleanSimilarity

2020-04-16 Thread Ivana Spasojevic
Hi there, I’m developing custom java application with lucene 8.5.0. I've tried to use DelimitedBoostTokenFilterFactory but I have a problem, so please help me if I'm doing something wrong. When I’m using BM25Similarity and delimitedBoost filter everything works as expected, but if I switch to Bo