NOTE: if you choose to create your own {@link Query} by calling{@link #term}, it is recommended to wrap it with {@link ConstantScoreQuery}and set the {@link ConstantScoreQuery#setBoost(float) boost} to {@code 0.0f}, so that it does not affect the scores of the documents. @lucene.experimental
|
|