mirror of https://github.com/apache/lucene.git
made minor changes to docstring (#234)
This commit is contained in:
parent
a5ab17db82
commit
76d9297c11
|
@ -33,7 +33,7 @@ public final class DocValuesFieldExistsQuery extends Query {
|
|||
|
||||
private final String field;
|
||||
|
||||
/** Create a query that will match that have a value for the given
|
||||
/** Create a query that will match documents which have a value for the given
|
||||
* {@code field}. */
|
||||
public DocValuesFieldExistsQuery(String field) {
|
||||
this.field = Objects.requireNonNull(field);
|
||||
|
|
Loading…
Reference in New Issue