Module org.apache.lucene.queries
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 private
GTEIntPayloadMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
intCompare(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:
intCompare
in classPayloadMatcherFactory.IntPayloadMatcher
-
-