Class SearchTravRetHighlightTask
Search and Traverse and Retrieve docs task. Highlight the fields in the retrieved documents.
Inheritance
System.Object
SearchTravRetHighlightTask
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class SearchTravRetHighlightTask : SearchTravTask
Constructors
|
Improve this Doc
View Source
SearchTravRetHighlightTask(PerfRunData)
Declaration
public SearchTravRetHighlightTask(PerfRunData runData)
Parameters
Fields
|
Improve this Doc
View Source
m_highlighter
Declaration
protected Highlighter m_highlighter
Field Value
|
Improve this Doc
View Source
m_maxDocCharsToAnalyze
Declaration
protected int m_maxDocCharsToAnalyze
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
m_maxFrags
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
m_mergeContiguous
Declaration
protected bool m_mergeContiguous
Field Value
Type |
Description |
System.Boolean |
|
|
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