Class SearchTravRetVectorHighlightTask
Search and Traverse and Retrieve docs task. Highlight the fields in the retrieved documents by using FastVectorHighlighter.
Inheritance
System.Object
SearchTravRetVectorHighlightTask
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class SearchTravRetVectorHighlightTask : SearchTravTask
Constructors
|
Improve this Doc
View Source
SearchTravRetVectorHighlightTask(PerfRunData)
Declaration
public SearchTravRetVectorHighlightTask(PerfRunData runData)
Parameters
Fields
|
Improve this Doc
View Source
m_fragSize
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
m_highlighter
Declaration
protected FastVectorHighlighter m_highlighter
Field Value
|
Improve this Doc
View Source
m_maxFrags
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
m_numToHighlight
Declaration
protected int m_numToHighlight
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
m_paramFields
Declaration
protected ISet<string> m_paramFields
Field Value
Type |
Description |
ISet<System.String> |
|
Properties
|
Improve this Doc
View Source
NumToHighlight
Declaration
public override int NumToHighlight { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
WithRetrieve
Declaration
public override bool WithRetrieve { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
|
Improve this Doc
View Source
GetBenchmarkHighlighter(Query)
Declaration
protected override BenchmarkHighlighter GetBenchmarkHighlighter(Query q)
Parameters
Type |
Name |
Description |
Query |
q |
|
Returns
Overrides
|
Improve this Doc
View Source
GetFieldsToHighlight(Document)
Declaration
protected override ICollection<string> GetFieldsToHighlight(Document document)
Parameters
Returns
Type |
Description |
ICollection<System.String> |
|
Overrides
|
Improve this Doc
View Source
SetParams(String)
Declaration
public override void SetParams(string params)
Parameters
Type |
Name |
Description |
System.String |
params |
|
Overrides
|
Improve this Doc
View Source
Setup()
Declaration
public override void Setup()
Overrides