org.apache.lucene.analysis.sinks.TokenTypeSinkFilter.TokenTypeSinkFilter C# (CSharp) Method

TokenTypeSinkFilter() public method

public TokenTypeSinkFilter ( string typeToMatch )
typeToMatch string
	  public TokenTypeSinkFilter(string typeToMatch)
	  {
		this.typeToMatch = typeToMatch;
	  }