Package org.apache.lucene.monitor
Class QueryIndex.QueryTermFilter
- java.lang.Object
-
- org.apache.lucene.monitor.QueryIndex.QueryTermFilter
-
- All Implemented Interfaces:
java.util.function.BiPredicate<java.lang.String,BytesRef>
- Enclosing class:
- QueryIndex
static class QueryIndex.QueryTermFilter extends java.lang.Object implements java.util.function.BiPredicate<java.lang.String,BytesRef>
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.String,BytesRefHash>
termsHash
-
Constructor Summary
Constructors Constructor Description QueryTermFilter(IndexReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(java.lang.String field, BytesRef term)
-
-
-
Field Detail
-
termsHash
private final java.util.Map<java.lang.String,BytesRefHash> termsHash
-
-
Constructor Detail
-
QueryTermFilter
QueryTermFilter(IndexReader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
-