[Missing <summary> documentation for "M:Lucene.Net.Analysis.Standard.StandardAnalyzer.GetDefaultReplaceInvalidAcronym"]
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 static bool GetDefaultReplaceInvalidAcronym() |
| Visual Basic |
|---|
<ObsoleteAttribute("This will be removed (hardwired to true) in 3.0")> _
Public Shared Function GetDefaultReplaceInvalidAcronym As Boolean |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This will be removed (hardwired to true) in 3.0")]
public:
static bool GetDefaultReplaceInvalidAcronym() |
Return Value
true if new instances of StandardTokenizer will
replace mischaracterized acronyms
See https://issues.apache.org/jira/browse/LUCENE-1068
See Also