Click or drag to resize

DefaultIndexSchema Properties

The DefaultIndexSchema type exposes the following members.

Properties
  NameDescription
Public propertyGraphField
Gets the field in which the Graph URI is indexed.
(Inherited from BaseIndexSchema.)
Public propertyHashField
Gets the field in which the hash is stored.
(Inherited from BaseIndexSchema.)
Public propertyIndexField
Gets the field in which the full text is indexed.
(Inherited from BaseIndexSchema.)
Public propertyNodeMetaField
Gets the field in which the Node meta is stored.
(Inherited from BaseIndexSchema.)
Public propertyNodeTypeField
Gets the field in which the Node type is stored.
(Inherited from BaseIndexSchema.)
Public propertyNodeValueField
Gets the field in which the Node value is stored.
(Inherited from BaseIndexSchema.)
Top
See Also