[Missing <summary> documentation for "F:Lucene.Net.Analysis.Standard.StandardTokenizer.ACRONYM_DEP"]
Namespace: Lucene.Net.Analysis.StandardAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
[ObsoleteAttribute("this solves a bug where HOSTs that end with '.' are identified as ACRONYMs. It is deprecated and will be removed in the next release.")]
public const int ACRONYM_DEP |
| Visual Basic |
|---|
<ObsoleteAttribute("this solves a bug where HOSTs that end with '.' are identified as ACRONYMs. It is deprecated and will be removed in the next release.")> _
Public Const ACRONYM_DEP As Integer |
| Visual C++ |
|---|
[ObsoleteAttribute(L"this solves a bug where HOSTs that end with '.' are identified as ACRONYMs. It is deprecated and will be removed in the next release.")]
public:
literal int ACRONYM_DEP |
See Also