Class FieldTermStack
FieldTermStack is a stack that keeps query terms in the specified field of the document to be highlighted.
Inheritance
System.Object
FieldTermStack
Assembly: Lucene.Net.Highlighter.dll
Syntax
public class FieldTermStack : object
Constructors
Name | Description |
---|---|
FieldTermStack(IndexReader, Int32, String, FieldQuery) | a constructor. |
Properties
Name | Description |
---|---|
FieldName | field name |
IsEmpty | to know whether the stack is empty. Returns true if the stack is empty, false if not |
Methods
Name | Description |
---|---|
Pop() | Returns the top FieldTermStack.TermInfo object of the stack |
Push(FieldTermStack.TermInfo) | Puts a FieldTermStack.TermInfo onto the top of the stack |