Show / Hide Table of Contents

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

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

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<IndexingMode>(IndexingMode)
  • Edit this page
  • View Source
In this article
  • Fields
  • Extension Methods
Back to top Generated by DocFX