Skip to content

Commit

Permalink
lucene-monitor: make TermFilteredPresearcher.ANYTOKEN[_FIELD] public (#…
Browse files Browse the repository at this point in the history
…13379)

(cherry picked from commit 2c81649)
  • Loading branch information
cpoerschke committed May 17, 2024
1 parent 91f45b5 commit a241223
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 a241223

Please sign in to comment.