Apache Lucene.Net 2.4.0 Class Library API

StandardTokenizer.IsReplaceInvalidAcronym Method 

Prior to https://issues.apache.org/jira/browse/LUCENE-1068, StandardTokenizer mischaracterized as acronyms tokens like www.abc.com when they should have been labeled as hosts instead.

public virtual bool IsReplaceInvalidAcronym();

Return Value

true if StandardTokenizer now returns these tokens as Hosts, otherwise false

See Also

StandardTokenizer Class | Lucene.Net.Analysis.Standard Namespace