Module org.elasticsearch.server
Interface ES93BloomFilterStoredFieldsFormat.BloomFilter
- All Superinterfaces:
AutoCloseable,Closeable
- Enclosing class:
ES93BloomFilterStoredFieldsFormat
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmayContainTerm(String field, org.apache.lucene.util.BytesRef term) Tests whether the given term may exist in the specified field.
-
Method Details
-
mayContainTerm
Tests whether the given term may exist in the specified field.- Parameters:
field- the field name to checkterm- the term to test for membership- Returns:
- true if term may be present, false if definitely absent
- Throws:
IOException
-