- All Known Implementing Classes:
FieldPredicate.And
Filter for visible fields.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FieldPredicate
The default field predicate applied, which doesn't filter anything.Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE
-
Method Summary
Modifier and TypeMethodDescriptionmodifyHash
(String hash) Modify theMappingMetadata.getSha256()
to track any filtering this predicate has performed on the list of fields.boolean
Should this field be included?Methods inherited from interface org.apache.lucene.util.Accountable
getChildResources, ramBytesUsed
-
Field Details
-
ACCEPT_ALL
The default field predicate applied, which doesn't filter anything. That means that by default get mappings, get index get field mappings and field capabilities API will return every field that's present in the mappings.
-
-
Method Details
-
test
Should this field be included? -
modifyHash
Modify theMappingMetadata.getSha256()
to track any filtering this predicate has performed on the list of fields.
-