Click or drag to resize

BaseSimpleLuceneIndexer Methods

The BaseSimpleLuceneIndexer type exposes the following members.

Methods
  NameDescription
Protected methodCreateDocument
Creates a Lucene document to add to the index.
Public methodDispose
Disposes of the Indexer.
(Inherited from BaseFullTextIndexer.)
Protected methodDisposeInternal
Lucene dispose logic that ensures changes to the index are discarded.
(Overrides BaseFullTextIndexerDisposeInternal.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Destructor for the Indexer which ensures it is disposed of
(Inherited from BaseFullTextIndexer.)
Public methodFlush
Flushes any changes to the index.
(Overrides BaseFullTextIndexerFlush.)
Protected methodGetHash
Gets the hash that should be included as part of a document so that it can be unindexed if desired.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndex(IGraph)
Indexes a Graph.
(Inherited from BaseFullTextIndexer.)
Public methodIndex(ISparqlDataset)
Indexes a Dataset.
(Inherited from BaseFullTextIndexer.)
Public methodIndex(Triple)
Indexes a Triple.
(Inherited from BaseFullTextIndexer.)
Protected methodIndex(String, Triple)
Indexes a Triple.
(Inherited from BaseSimpleFullTextIndexer.)
Protected methodIndex(String, INode, String)
Indexes a Node and some full text as a Lucene document.
(Overrides BaseSimpleFullTextIndexerIndex(String, INode, String).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSerializeConfiguration
Serializes the Configuration of the Indexer.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnindex(IGraph)
Unindexes a Graph.
(Inherited from BaseFullTextIndexer.)
Public methodUnindex(ISparqlDataset)
Unindexes a Dataset.
(Inherited from BaseFullTextIndexer.)
Public methodUnindex(Triple)
Unindexes a Triple.
(Inherited from BaseFullTextIndexer.)
Protected methodUnindex(String, Triple)
Unindexes a Triple.
(Inherited from BaseSimpleFullTextIndexer.)
Protected methodUnindex(String, INode, String)
Unindexes a Node and some full text.
(Overrides BaseSimpleFullTextIndexerUnindex(String, INode, String).)
Top
See Also