Class PayloadMatcherFactory.LTEFloatPayloadMatcher
- java.lang.Object
-
- org.apache.lucene.queries.payloads.PayloadMatcherFactory.FloatPayloadMatcher
-
- org.apache.lucene.queries.payloads.PayloadMatcherFactory.LTEFloatPayloadMatcher
-
- All Implemented Interfaces:
PayloadMatcher
- Enclosing class:
- PayloadMatcherFactory
private static class PayloadMatcherFactory.LTEFloatPayloadMatcher extends PayloadMatcherFactory.FloatPayloadMatcher
-
-
Constructor Summary
Constructors Modifier Constructor Description privateLTEFloatPayloadMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanfloatCompare(float val, float thresh)-
Methods inherited from class org.apache.lucene.queries.payloads.PayloadMatcherFactory.FloatPayloadMatcher
comparePayload
-
-
-
-
Method Detail
-
floatCompare
protected boolean floatCompare(float val, float thresh)- Specified by:
floatComparein classPayloadMatcherFactory.FloatPayloadMatcher
-
-