Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.32 KB

package.md

File metadata and controls

28 lines (22 loc) · 1.32 KB
Error in user YAML: Alias parsing is not enabled.
---
uid: Lucene.Net.Search.Payloads
summary: *content
---

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

The following Query implementations are provided:

  1. PayloadTermQuery -- Boost a term's score based on the value of the payload located at that term.
  2. PayloadNearQuery -- A SpanNearQuery that factors in the value of the payloads located at each of the positions where the spans occur.