lucene-monitor: make TermFilteredPresearcher.ANYTOKEN[_FIELD] public (#13379)

This commit is contained in:
Christine Poerschke 2024-05-17 11:26:08 +01:00 committed by GitHub
parent c5331df1c4
commit 2c81649e28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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() {