Sitecore 5.0 API

StorageType Enumeration

Defines the Lucene storage types for a field.

[Visual Basic]
Public Enum StorageType
[C#]
public enum StorageType

Remarks

An index enables Sitecore to locate items with common properties fast. An index is analogous to indexes in a SQL database.

Members

Member Name Description
TextText.
KeywordKeyword.
UnstoredUnstored.
UnindexedUnindexed.

Requirements

Namespace: Sitecore.Data.Indexing

Assembly: Sitecore.Kernel (in Sitecore.Kernel.dll)

See Also

Sitecore.Data.Indexing Namespace