C# Класс Lucene.Net.Index.FilterAtomicReader.FilterTerms

Base class for filtering Terms implementations.

NOTE: If the order of terms and documents is not changed, and if these terms are going to be intersected with automata, you could consider overriding #intersect for better performance.

Наследование: Lucene.Net.Index.Terms
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
@in Lucene.Net.Index.Terms

Открытые методы

Метод Описание
FilterTerms ( Lucene.Net.Index.Terms @in ) : System.Collections.Generic

Creates a new FilterTerms

HasFreqs ( ) : bool
HasOffsets ( ) : bool
HasPayloads ( ) : bool
HasPositions ( ) : bool
Iterator ( Lucene.Net.Index.TermsEnum reuse ) : Lucene.Net.Index.TermsEnum
Size ( ) : long

Описание методов

FilterTerms() публичный Метод

Creates a new FilterTerms
public FilterTerms ( Lucene.Net.Index.Terms @in ) : System.Collections.Generic
@in Lucene.Net.Index.Terms
Результат System.Collections.Generic

HasFreqs() публичный Метод

public HasFreqs ( ) : bool
Результат bool

HasOffsets() публичный Метод

public HasOffsets ( ) : bool
Результат bool

HasPayloads() публичный Метод

public HasPayloads ( ) : bool
Результат bool

HasPositions() публичный Метод

public HasPositions ( ) : bool
Результат bool

Iterator() публичный Метод

public Iterator ( Lucene.Net.Index.TermsEnum reuse ) : Lucene.Net.Index.TermsEnum
reuse Lucene.Net.Index.TermsEnum
Результат Lucene.Net.Index.TermsEnum

Size() публичный Метод

public Size ( ) : long
Результат long

Описание свойств

@in защищенное свойство

The underlying Terms instance.
protected Terms,Lucene.Net.Index @in
Результат Lucene.Net.Index.Terms