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