Package org.apache.lucene.search.payloads

The payloads package provides Query mechanisms for finding and using payloads.

See: Description

Package org.apache.lucene.search.payloads Description:

The payloads package provides Query mechanisms for finding and using payloads. The following Query implementations are provided:
  1. 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-2007 Apache Software Foundation. All Rights Reserved.