Apache Lucene.Net 2.4.0 Class Library API

StandardAnalyzer Constructor (FileInfo, Boolean)

public StandardAnalyzer(
   FileInfo stopwords,
   bool replaceInvalidAcronym
);

Parameters

stopwords
The stopwords to use
replaceInvalidAcronym
Set to true if this analyzer should replace mischaracterized acronyms in the StandardTokenizer See https://issues.apache.org/jira/browse/LUCENE-1068

See Also

StandardAnalyzer Class | Lucene.Net.Analysis.Standard Namespace | StandardAnalyzer Constructor Overload List