C# Class Lucene.Net.QueryParsers.TestQueryParser.QPTestFilter

Inheritance: Lucene.Net.Analysis.TokenFilter
Afficher le fichier Open project: synhershko/lucene.net

Méthodes publiques

Méthode Description
IncrementToken ( ) : bool
QPTestFilter ( Lucene.Net.Analysis.TokenStream in_Renamed ) : System

Filter which discards the token 'stop' and which expands the token 'phrase' into 'phrase1 phrase2'

Method Details

IncrementToken() public méthode

public IncrementToken ( ) : bool
Résultat bool

QPTestFilter() public méthode

Filter which discards the token 'stop' and which expands the token 'phrase' into 'phrase1 phrase2'
public QPTestFilter ( Lucene.Net.Analysis.TokenStream in_Renamed ) : System
in_Renamed Lucene.Net.Analysis.TokenStream
Résultat System