Enum IndexingMode
Indicates the Indexing Mode used by an Indexer to index literals.
Namespace: VDS.RDF.Query.FullText.Indexing
Assembly: dotNetRDF.Query.FullText.dll
Syntax
public enum IndexingMode : int
Fields
Name | Description |
---|---|
Custom | Indicates that the Indexer uses some other custom indexing strategy |
Objects | Indicates that the Indexer stores the original Object Literal whose text is indexed |
Predicates | Indicates that the Indexer stores the Predicate (URI) associated with the Literal whose text is indexed |
Subjects | Indicates that the Indexer stores the Subject (Blank Node/URI) associated with the Literal whose text is indexed |