BaseSimpleFullTextIndexer Methods |
The BaseSimpleFullTextIndexer type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Disposes of the Indexer.
(Inherited from BaseFullTextIndexer.) | |
| DisposeInternal |
Virtual method that can be overridden to add implementation specific dispose logic.
(Inherited from BaseFullTextIndexer.) | |
| 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
(Inherited from BaseFullTextIndexer.) | |
| Flush |
Ensures any pending changes are flushed to the actual index.
(Inherited from BaseFullTextIndexer.) | |
| 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.
(Inherited from BaseFullTextIndexer.) | |
| Index(ISparqlDataset) |
Indexes a Dataset.
(Inherited from BaseFullTextIndexer.) | |
| Index(Triple) |
Indexes a Triple.
(Inherited from BaseFullTextIndexer.) | |
| Index(String, Triple) |
Indexes a Triple.
(Overrides BaseFullTextIndexerIndex(String, Triple).) | |
| Index(String, INode, String) |
Abstract method that derived classes must implement to do the actual indexing of full text and node pairs.
| |
| 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.
(Inherited from BaseFullTextIndexer.) | |
| Unindex(ISparqlDataset) |
Unindexes a Dataset.
(Inherited from BaseFullTextIndexer.) | |
| Unindex(Triple) |
Unindexes a Triple.
(Inherited from BaseFullTextIndexer.) | |
| Unindex(String, Triple) |
Unindexes a Triple.
(Overrides BaseFullTextIndexerUnindex(String, Triple).) | |
| Unindex(String, INode, String) |
Abstract method that derived classes must implement to do the actual unindexing of full text and nodes.
|