Click or drag to resize

IndexingMode Enumeration

Indicates the Indexing Mode used by an Indexer to index literals.

Namespace:  VDS.RDF.Query.FullText.Indexing
Assembly:  dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax
public enum IndexingMode
Members
  Member nameValueDescription
Objects0 Indicates that the Indexer stores the original Object Literal whose text is indexed
Subjects1 Indicates that the Indexer stores the Subject (Blank Node/URI) associated with the Literal whose text is indexed
Predicates2 Indicates that the Indexer stores the Predicate (URI) associated with the Literal whose text is indexed
Custom3 Indicates that the Indexer uses some other custom indexing strategy
See Also