Experimental class to get set of payloads for most standard Lucene queries. Operates like Highlighter - IndexReader should only contain doc of interest, best to use MemoryIndex.

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.

Namespace: Lucene.Net.Search.Payloads
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public class PayloadSpanUtil
Visual Basic
Public Class PayloadSpanUtil
Visual C++
public ref class PayloadSpanUtil

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Search.Payloads..::..PayloadSpanUtil

See Also