Lucene.Net.Search.TestPositionIncrement.StopWhitespaceAnalyzer.StopWhitespaceAnalyzer C# (CSharp) 메소드

StopWhitespaceAnalyzer() 공개 메소드

public StopWhitespaceAnalyzer ( bool enablePositionIncrements ) : System
enablePositionIncrements bool
리턴 System
			public StopWhitespaceAnalyzer(bool enablePositionIncrements)
			{
				this.enablePositionIncrements = enablePositionIncrements;
			}
			public override TokenStream TokenStream(System.String fieldName, System.IO.TextReader reader)
TestPositionIncrement.StopWhitespaceAnalyzer