The payloads package provides Query mechanisms for finding and using payloads.
See:
Description
Class Summary |
BoostingTermQuery |
The BoostingTermQuery is very similar to the SpanTermQuery except
that it factors in the value of the payload located at each of the positions where the
Term occurs. |
Package org.apache.lucene.search.payloads Description
The payloads package provides Query mechanisms for finding and using payloads.
The following Query implementations are provided:
- BoostingTermQuery -- Boost a term's score based on the value of the payload located at that term
WARNING: The status of the Payloads feature is experimental. The APIs
introduced here might change in the future and will not be supported anymore
in such a case.
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.