Expert: Return the state of the flag that disables fakes norms in favor of representing the absence of field norms with null.

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
[ObsoleteAttribute("This currently defaults to false (to remain back-compatible), but in 3.0 it will be hardwired to true, meaning the norms() methods will return null for fields that had disabled norms.")]
public virtual bool GetDisableFakeNorms()
Visual Basic
<ObsoleteAttribute("This currently defaults to false (to remain back-compatible), but in 3.0 it will be hardwired to true, meaning the norms() methods will return null for fields that had disabled norms.")> _
Public Overridable Function GetDisableFakeNorms As Boolean
Visual C++
[ObsoleteAttribute(L"This currently defaults to false (to remain back-compatible), but in 3.0 it will be hardwired to true, meaning the norms() methods will return null for fields that had disabled norms.")]
public:
virtual bool GetDisableFakeNorms()

Return Value

true if fake norms are disabled

See Also