Class PayloadMatcherFactory.LTEIntPayloadMatcher
- java.lang.Object
-
- org.apache.lucene.queries.payloads.PayloadMatcherFactory.IntPayloadMatcher
-
- org.apache.lucene.queries.payloads.PayloadMatcherFactory.LTEIntPayloadMatcher
-
- All Implemented Interfaces:
PayloadMatcher
- Enclosing class:
- PayloadMatcherFactory
private static class PayloadMatcherFactory.LTEIntPayloadMatcher extends PayloadMatcherFactory.IntPayloadMatcher
-
-
Constructor Summary
Constructors Modifier Constructor Description private
LTEIntPayloadMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
intCompare(int val, int thresh)
-
Methods inherited from class org.apache.lucene.queries.payloads.PayloadMatcherFactory.IntPayloadMatcher
comparePayload
-
-
-
-
Method Detail
-
intCompare
public boolean intCompare(int val, int thresh)
- Specified by:
intCompare
in classPayloadMatcherFactory.IntPayloadMatcher
-
-