Uses of Package
org.apache.lucene.search.payloads
Packages that use org.apache.lucene.search.payloads
Package
Description
The payloads package provides Query mechanisms for finding and using payloads.
-
Classes in org.apache.lucene.search.payloads used by org.apache.lucene.search.payloadsClassDescriptionAn abstract class that defines a way for Payload*Query instances to transform the cumulative effects of payload scores for a document.This class is very similar to
SpanNearQueryexcept that it factors in the value of the payloads located at each of the positions where theTermSpansoccurs.This class is very similar toSpanTermQueryexcept that it factors in the value of the payload located at each of the positions where theTermoccurs.