BaseSimpleLuceneIndexer Class |
Namespace: VDS.RDF.Query.FullText.Indexing.Lucene
The BaseSimpleLuceneIndexer type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseSimpleLuceneIndexer |
Creates a new Simple Lucene Indexer.
|
Name | Description | |
---|---|---|
![]() | IndexingMode |
Gets the Indexing Mode used.
(Overrides BaseFullTextIndexer.IndexingMode.) |
Name | Description | |
---|---|---|
![]() | CreateDocument |
Creates a Lucene document to add to the index.
|
![]() | Dispose |
Disposes of the Indexer.
(Inherited from BaseFullTextIndexer.) |
![]() | DisposeInternal |
Lucene dispose logic that ensures changes to the index are discarded.
(Overrides BaseFullTextIndexer.DisposeInternal().) |
![]() | 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 |
Flushes any changes to the index.
(Overrides BaseFullTextIndexer.Flush().) |
![]() | GetHash |
Gets the hash that should be included as part of a document so that it can be unindexed if desired.
|
![]() | 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.
(Inherited from BaseSimpleFullTextIndexer.) |
![]() | Index(String, INode, String) |
Indexes a Node and some full text as a Lucene document.
(Overrides BaseSimpleFullTextIndexer.Index(String, INode, String).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SerializeConfiguration |
Serializes the Configuration of the Indexer.
|
![]() | 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.
(Inherited from BaseSimpleFullTextIndexer.) |
![]() | Unindex(String, INode, String) |
Unindexes a Node and some full text.
(Overrides BaseSimpleFullTextIndexer.Unindex(String, INode, String).) |