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

Inheritance: Lucene.Net.Analysis.TokenFilter
Show file Open project: synhershko/lucene.net

Public Methods

Method 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 method

public IncrementToken ( ) : bool
return bool

QPTestFilter() public method

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
return System