Fixed
Details
Assignee
Mincong HuangMincong HuangReporter
Sanne GrinoveroSanne GrinoveroSprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Mincong Huang
Mincong HuangReporter
Sanne Grinovero
Sanne GrinoveroSprint
None
Fix versions
Priority
Created April 8, 2016 at 12:27 PM
Updated October 5, 2017 at 1:49 PM
Resolved May 23, 2016 at 10:21 AM
BooleanQuery
has been used traditionally like this:But now the no-arguments constructor is deprecated, and adding clauses to the instance is deprecated too.
All our code needs to be updated to use
org.apache.lucene.search.BooleanQuery.Builder
instead, as in Lucene 6 all queries become immutable.BooleanQuery
is used in many areas, including tests.