FieldTermStack is a stack that keeps query terms in the specified field of the document to be highlighted.
More...
|
| static void | Main (String[] args) |
| |
FieldTermStack is a stack that keeps query terms in the specified field of the document to be highlighted.
Definition at line 37 of file FieldTermStack.cs.
| Lucene.Net.Search.Vectorhighlight.FieldTermStack.FieldTermStack |
( |
IndexReader |
reader, |
|
|
int |
docId, |
|
|
String |
fieldName, |
|
|
FieldQuery |
fieldQuery |
|
) |
| |
a constructor.
- Parameters
-
| reader | IndexReader of the index |
| docId | document id to be highlighted |
| fieldName | field of the document to be highlighted |
| fieldQuery | FieldQuery object |
Definition at line 102 of file FieldTermStack.cs.
| bool Lucene.Net.Search.Vectorhighlight.FieldTermStack.IsEmpty |
( |
| ) |
|
to know whether the stack is empty
- Returns
- true if the stack is empty, false if not
Definition at line 191 of file FieldTermStack.cs.
| static void Lucene.Net.Search.Vectorhighlight.FieldTermStack.Main |
( |
String[] |
args | ) |
|
|
static |
| TermInfo Lucene.Net.Search.Vectorhighlight.FieldTermStack.Pop |
( |
| ) |
|
| void Lucene.Net.Search.Vectorhighlight.FieldTermStack.Push |
( |
TermInfo |
termInfo | ) |
|
| LinkedList<TermInfo> Lucene.Net.Search.Vectorhighlight.FieldTermStack.termList = new LinkedList<TermInfo>() |
| string Lucene.Net.Search.Vectorhighlight.FieldTermStack.FieldName |
|
get |
The documentation for this class was generated from the following file: