|
Lucene.Net
3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
|
FieldPhraseList has a list of WeightedPhraseInfo that is used by FragListBuilder to create a FieldFragList object. More...
Classes | |
| class | WeightedPhraseInfo |
Public Member Functions | |||||
| FieldPhraseList (FieldTermStack fieldTermStack, FieldQuery fieldQuery) | |||||
create a FieldPhraseList that has no limit on the number of phrases to analyze
| |||||
| FieldPhraseList (FieldTermStack fieldTermStack, FieldQuery fieldQuery, int phraseLimit) | |||||
| a constructor. | |||||
Public Attributes | |
| LinkedList< WeightedPhraseInfo > | phraseList = new LinkedList<WeightedPhraseInfo>() |
FieldPhraseList has a list of WeightedPhraseInfo that is used by FragListBuilder to create a FieldFragList object.
Definition at line 35 of file FieldPhraseList.cs.
| Lucene.Net.Search.Vectorhighlight.FieldPhraseList.FieldPhraseList | ( | FieldTermStack | fieldTermStack, |
| FieldQuery | fieldQuery | ||
| ) |
create a FieldPhraseList that has no limit on the number of phrases to analyze
| fieldQuery | FieldTermStack object |
| fieldTermStack | FieldQuery object |
Definition at line 44 of file FieldPhraseList.cs.
| Lucene.Net.Search.Vectorhighlight.FieldPhraseList.FieldPhraseList | ( | FieldTermStack | fieldTermStack, |
| FieldQuery | fieldQuery, | ||
| int | phraseLimit | ||
| ) |
a constructor.
| fieldTermStack | FieldTermStack object |
| fieldQuery | FieldQuery object |
| phraseLimit | maximum size of phraseList |
Definition at line 55 of file FieldPhraseList.cs.
| LinkedList<WeightedPhraseInfo> Lucene.Net.Search.Vectorhighlight.FieldPhraseList.phraseList = new LinkedList<WeightedPhraseInfo>() |
Definition at line 37 of file FieldPhraseList.cs.
1.8.3