Apache Lucene.Net 2.4.0 Class Library API

StandardAnalyzer.SetDefaultReplaceInvalidAcronym Method 

set to true to have new instances of StandardTokenizer replace mischaracerized acronyms by default. Set to false to preserve the previous (before 2.4) buggy behavior. Alternatively, set the system property Lucene.Net.Analysis.Standard.StandardAnalyzer.replaceInvalidAcronym to false.

public static void SetDefaultReplaceInvalidAcronym(
   bool replaceInvalidAcronym
);

Parameters

replaceInvalidAcronym

See Also

StandardAnalyzer Class | Lucene.Net.Analysis.Standard Namespace