[Missing <summary> documentation for "M:Lucene.Net.Analysis.Standard.StandardAnalyzer.IsReplaceInvalidAcronym"]
Namespace: Lucene.Net.Analysis.StandardAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
[ObsoleteAttribute("This will be removed (hardwired to true) in 3.0")]
public virtual bool IsReplaceInvalidAcronym() |
| Visual Basic |
|---|
<ObsoleteAttribute("This will be removed (hardwired to true) in 3.0")> _
Public Overridable Function IsReplaceInvalidAcronym As Boolean |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This will be removed (hardwired to true) in 3.0")]
public:
virtual bool IsReplaceInvalidAcronym() |
Return Value
true if this Analyzer is replacing mischaracterized acronyms in the StandardTokenizer
See https://issues.apache.org/jira/browse/LUCENE-1068
See Also