Package org.apache.lucene.search.payloads

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.
PayloadSpanUtil Experimental class to get set of payloads for most standard Lucene queries.
 

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
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.