[Missing <summary> documentation for "M:Lucene.Net.Documents.AbstractField.IsLazy"]

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

Syntax

C#
public virtual bool IsLazy()
Visual Basic
Public Overridable Function IsLazy As Boolean
Visual C++
public:
virtual bool IsLazy()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Documents.AbstractField.IsLazy"]

Implements

Fieldable..::..IsLazy()()()()

See Also