Skip to content

Commit

Permalink
lucene-monitor: make TermFilteredPresearcher.ANYTOKEN[_FIELD] public (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoerschke authored May 17, 2024
1 parent c5331df commit 2c81649
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ public class TermFilteredPresearcher extends Presearcher {
private final Set<String> filterFields;
private final List<CustomQueryHandler> queryHandlers = new ArrayList<>();

static final String ANYTOKEN_FIELD = "__anytokenfield";
static final String ANYTOKEN = "__ANYTOKEN__";
public static final String ANYTOKEN_FIELD = "__anytokenfield";
public static final String ANYTOKEN = "__ANYTOKEN__";

/** Creates a new TermFilteredPresearcher using the default term weighting */
public TermFilteredPresearcher() {
Expand Down

0 comments on commit 2c81649

Please sign in to comment.