Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Classes | |
class | BaseFragmentsBuilder |
class | FastVectorHighlighter |
class | FieldFragList |
FieldFragList has a list of "frag info" that is used by FragmentsBuilder class to create fragments (snippets). /summary> More... | |
class | FieldPhraseList |
FieldPhraseList has a list of WeightedPhraseInfo that is used by FragListBuilder to create a FieldFragList object. More... | |
class | FieldQuery |
class | FieldTermStack |
FieldTermStack is a stack that keeps query terms in the specified field of the document to be highlighted. More... | |
interface | FragListBuilder |
More... | |
interface | FragmentsBuilder |
FragmentsBuilder is an interface for fragments (snippets) builder classes. A FragmentsBuilder class can be plugged in to Highlighter. More... | |
class | ScoreOrderFragmentsBuilder |
class | SimpleFragListBuilder |
A simple implementation of FragListBuilder. More... | |
class | SimpleFragmentsBuilder |
A simple implementation of FragmentsBuilder. More... | |
class | StringUtils |
class | HashMap< K, V > |