Click or drag to resize

LucenePredicatesIndexer Class

A Lucene.Net based indexer which indexes the predicate from the triple with the full text of the literal object.
Inheritance Hierarchy

Namespace:  VDS.RDF.Query.FullText.Indexing.Lucene
Assembly:  dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax
public class LucenePredicatesIndexer : BaseSimpleLuceneIndexer

The LucenePredicatesIndexer type exposes the following members.

Constructors
  NameDescription
Public methodLucenePredicatesIndexer
Creates a Lucene Predicates Indexer.
Top
Properties
  NameDescription
Public propertyIndexingMode
Gets the Indexing Mode used.
(Inherited from BaseSimpleLuceneIndexer.)
Top
Methods
  NameDescription
Protected methodCreateDocument
Creates a Lucene document to add to the index.
(Inherited from BaseSimpleLuceneIndexer.)
Public methodDispose
Disposes of the Indexer.
(Inherited from BaseFullTextIndexer.)
Protected methodDisposeInternal
Lucene dispose logic that ensures changes to the index are discarded.
(Inherited from BaseSimpleLuceneIndexer.)
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.
(Inherited from BaseSimpleLuceneIndexer.)
Protected methodGetHash
Gets the hash that should be included as part of a document so that it can be unindexed if desired.
(Inherited from BaseSimpleLuceneIndexer.)
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.
(Inherited from BaseSimpleLuceneIndexer.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSerializeConfiguration
Serializes the Configuration of the Indexer.
(Inherited from BaseSimpleLuceneIndexer.)
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.
(Inherited from BaseSimpleLuceneIndexer.)
Top
See Also