Specifies whether and how a field should be stored.
Namespace: Lucene.Net.DocumentsAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
[SerializableAttribute] public sealed class Store : Parameter |
Visual Basic |
---|
<SerializableAttribute> _ Public NotInheritable Class Store _ Inherits Parameter |
Visual C++ |
---|
[SerializableAttribute] public ref class Store sealed : public Parameter |