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.PayloadsAssembly: 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
See Also