C# Класс Lucene.Net.Search.TermsFilter

A filter that contains multiple terms.
Наследование: Filter
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
terms ISet

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

Метод Описание
AddTerm ( Lucene.Net.Index.Term term ) : void

Add a term to the set.

Equals ( Object obj ) : bool
GetDocIdSet ( IndexReader reader ) : Lucene.Net.Search.DocIdSet

Get the DocIdSet.

GetHashCode ( ) : int
ToString ( ) : string

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

AddTerm() публичный метод

Add a term to the set.
public AddTerm ( Lucene.Net.Index.Term term ) : void
term Lucene.Net.Index.Term The term to add.
Результат void

Equals() публичный метод

public Equals ( Object obj ) : bool
obj Object
Результат bool

GetDocIdSet() публичный метод

Get the DocIdSet.
public GetDocIdSet ( IndexReader reader ) : Lucene.Net.Search.DocIdSet
reader Lucene.Net.Index.IndexReader Applcible reader.
Результат Lucene.Net.Search.DocIdSet

GetHashCode() публичный метод

public GetHashCode ( ) : int
Результат int

ToString() публичный метод

public ToString ( ) : string
Результат string

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

terms защищенное свойство

The set of terms for this filter.
protected ISet terms
Результат ISet