IFullTextIndexer Interface |
Namespace: VDS.RDF.Query.FullText.Indexing
The IFullTextIndexer type exposes the following members.
| Name | Description | |
|---|---|---|
| IndexingMode |
Gets the Indexing Mode used.
|
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| Flush |
Flushes any outstanding changes to the Index.
| |
| Index(IGraph) |
Indexes a Graph.
| |
| Index(ISparqlDataset) |
Indexes a Dataset.
| |
| Index(Triple) |
Indexes a Triple.
| |
| Unindex(IGraph) |
Unindexes a Graph.
| |
| Unindex(ISparqlDataset) |
Unindexes a Dataset.
| |
| Unindex(Triple) |
Unindexes a Triple.
|