Interface MatchRegionRetriever.FieldValueProvider
- Enclosing class:
MatchRegionRetriever
Access to field values of the highlighted document. See the
MatchRegionRetriever(IndexSearcher, Query, OffsetsRetrievalStrategySupplier, Predicate, Predicate)
constructor's documentation for
guidelines on which fields are available through this interface.-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getValues
- Returns:
- Return a list of values for the provided field name or
null
if the field is not loaded or does not exist for the field.
-