Module org.apache.lucene.queries
Class PayloadMatcherFactory.LTFloatPayloadMatcher
- java.lang.Object
-
- org.apache.lucene.queries.payloads.PayloadMatcherFactory.FloatPayloadMatcher
-
- org.apache.lucene.queries.payloads.PayloadMatcherFactory.LTFloatPayloadMatcher
-
- All Implemented Interfaces:
PayloadMatcher
- Enclosing class:
- PayloadMatcherFactory
private static class PayloadMatcherFactory.LTFloatPayloadMatcher extends PayloadMatcherFactory.FloatPayloadMatcher
-
-
Constructor Summary
Constructors Modifier Constructor Description private
LTFloatPayloadMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
floatCompare(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:
floatCompare
in classPayloadMatcherFactory.FloatPayloadMatcher
-
-