clarify QueryVisitor.acceptField javadoc w.r.t. not being term-specific (#12540)

This commit is contained in:
Christine Poerschke 2023-09-06 11:18:46 +01:00 committed by GitHub
parent d62ca4a01f
commit ef42af65f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public abstract class QueryVisitor {
public void visitLeaf(Query query) {}
/**
* Whether or not terms from this field are of interest to the visitor
* Whether or not this field is of interest to the visitor
*
* <p>Implement this to avoid collecting terms from heavy queries such as {@link TermInSetQuery}
* that are not running on fields of interest