Package | Description |
---|---|
org.apache.lucene.search.payloads |
The payloads package provides Query mechanisms for finding and using payloads.
|
Class and Description |
---|
BoostingTermQuery
Deprecated.
See
PayloadTermQuery |
PayloadFunction
An abstract class that defines a way for Payload*Query instances
to transform the cumulative effects of payload scores for a document.
|
PayloadTermQuery
This class is very similar to
SpanTermQuery except that it factors
in the value of the payload located at each of the positions where the
Term occurs. |
PayloadTermQuery.PayloadTermWeight |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.