Module org.apache.lucene.queries
Class PayloadMatcherFactory.EQPayloadMatcher
java.lang.Object
org.apache.lucene.queries.payloads.PayloadMatcherFactory.EQPayloadMatcher
- All Implemented Interfaces:
PayloadMatcher
- Enclosing class:
PayloadMatcherFactory
private static class PayloadMatcherFactory.EQPayloadMatcher
extends Object
implements PayloadMatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
comparePayload
(BytesRef source, BytesRef payload) This method tests if two BytesRef match.
-
Constructor Details
-
EQPayloadMatcher
private EQPayloadMatcher()
-
-
Method Details
-
comparePayload
Description copied from interface:PayloadMatcher
This method tests if two BytesRef match.- Specified by:
comparePayload
in interfacePayloadMatcher
- Parameters:
source
- left side of the comparepayload
- right side of the compare- Returns:
- true if the BytesRefs are matching, otherwise false.
-