Skip navigation links
Lucene Core 5.3.1.redhat-2

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. PayloadScoreQuery -- Boost a document's score from a SpanQuery based on the values of the payloads located at the matching terms
  2. PayloadTermQuery -- Boost a term's score based on the value of the payload located at that term.
  3. PayloadNearQuery -- A SpanNearQuery that factors in the value of the payloads located at each of the positions where the spans occur.
Skip navigation links
Lucene Core 5.3.1.redhat-2

Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.