Метод | Описание | |
---|---|---|
Intersect ( Lucene.Net.Util.Automaton.CompiledAutomaton compiled, BytesRef startTerm ) : TermsEnum | ||
Iterator ( TermsEnum reuse ) : TermsEnum | ||
SortingTerms ( Terms @in, FieldInfo indexOptions, Lucene.Net.Util.Sorter docMap ) : System |
public Intersect ( Lucene.Net.Util.Automaton.CompiledAutomaton compiled, BytesRef startTerm ) : TermsEnum | ||
compiled | Lucene.Net.Util.Automaton.CompiledAutomaton | |
startTerm | BytesRef | |
Результат | TermsEnum |
public Iterator ( TermsEnum reuse ) : TermsEnum | ||
reuse | TermsEnum | |
Результат | TermsEnum |
public SortingTerms ( Terms @in, FieldInfo indexOptions, Lucene.Net.Util.Sorter docMap ) : System | ||
@in | Terms | |
indexOptions | FieldInfo | |
docMap | Lucene.Net.Util.Sorter | |
Результат | System |