BaseFullTextIndexer Class |
Namespace: VDS.RDF.Query.FullText.Indexing
The BaseFullTextIndexer type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseFullTextIndexer | Initializes a new instance of the BaseFullTextIndexer class |
Name | Description | |
---|---|---|
![]() | IndexingMode |
Gets the Indexing Mode used by this Indexer.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Disposes of the Indexer.
|
![]() | DisposeInternal |
Virtual method that can be overridden to add implementation specific dispose logic.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize |
Destructor for the Indexer which ensures it is disposed of
(Overrides Object.Finalize().) |
![]() | Flush |
Ensures any pending changes are flushed to the actual index.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Index(IGraph) |
Indexes a Graph.
|
![]() | Index(ISparqlDataset) |
Indexes a Dataset.
|
![]() | Index(Triple) |
Indexes a Triple.
|
![]() | Index(String, Triple) |
Indexes a Triple associating it with the given Graph.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Unindex(IGraph) |
Unindexes a Graph.
|
![]() | Unindex(ISparqlDataset) |
Unindexes a Dataset.
|
![]() | Unindex(Triple) |
Unindexes a Triple.
|
![]() | Unindex(String, Triple) |
Unindexes a Triple associating it with the given Graph.
|