Class StoredField
A field whose value is stored so that
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class StoredField : Field, IIndexableField
Constructors
Name | Description |
---|---|
StoredField(String, BytesRef) | Create a stored-only field with the given binary value. NOTE: the provided BytesRef is not copied so be sure not to change it until you're done with this field. |
StoredField(String, Byte[]) | Create a stored-only field with the given binary value. NOTE: the provided byte[] is not copied so be sure not to change it until you're done with this field. |
StoredField(String, Byte[], Int32, Int32) | Create a stored-only field with the given binary value. NOTE: the provided byte[] is not copied so be sure not to change it until you're done with this field. |
StoredField(String, Double) | Create a stored-only field with the given |
StoredField(String, Int32) | Create a stored-only field with the given |
StoredField(String, Int64) | Create a stored-only field with the given |
StoredField(String, Single) | Create a stored-only field with the given |
StoredField(String, String) | Create a stored-only field with the given |
Fields
Name | Description |
---|---|
TYPE | Type for a stored-only field. |