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 Enumeration IndexingMode
Members
| Member name | Value | Description |
---|
| Objects | 0 |
Indicates that the Indexer stores the original Object Literal whose text is indexed
|
| Subjects | 1 |
Indicates that the Indexer stores the Subject (Blank Node/URI) associated with the Literal whose text is indexed
|
| Predicates | 2 |
Indicates that the Indexer stores the Predicate (URI) associated with the Literal whose text is indexed
|
| Custom | 3 |
Indicates that the Indexer uses some other custom indexing strategy
|
See Also