java.lang.Object
org.elasticsearch.plugins.FieldPredicate.And
- All Implemented Interfaces:
Predicate<String>,org.apache.lucene.util.Accountable,FieldPredicate
- Enclosing interface:
FieldPredicate
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.plugins.FieldPredicate
FieldPredicate.And -
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLEFields inherited from interface org.elasticsearch.plugins.FieldPredicate
ACCEPT_ALL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmodifyHash(String hash) Modify theMappingMetadata.getSha256()to track any filtering this predicate has performed on the list of fields.longbooleanShould this field be included?toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.lucene.util.Accountable
getChildResources
-
Constructor Details
-
And
-
-
Method Details
-
test
Description copied from interface:FieldPredicateShould this field be included?- Specified by:
testin interfaceFieldPredicate- Specified by:
testin interfacePredicate<String>
-
modifyHash
Description copied from interface:FieldPredicateModify theMappingMetadata.getSha256()to track any filtering this predicate has performed on the list of fields.- Specified by:
modifyHashin interfaceFieldPredicate
-
ramBytesUsed
public long ramBytesUsed()- Specified by:
ramBytesUsedin interfaceorg.apache.lucene.util.Accountable
-
toString
-