LucenePredicatesIndexer Class |
Namespace: VDS.RDF.Query.FullText.Indexing.Lucene
The LucenePredicatesIndexer type exposes the following members.
Name | Description | |
---|---|---|
LucenePredicatesIndexer |
Creates a Lucene Predicates Indexer.
|
Name | Description | |
---|---|---|
IndexingMode |
Gets the Indexing Mode used.
(Inherited from BaseSimpleLuceneIndexer.) |
Name | Description | |
---|---|---|
CreateDocument |
Creates a Lucene document to add to the index.
(Inherited from BaseSimpleLuceneIndexer.) | |
Dispose |
Disposes of the Indexer.
(Inherited from BaseFullTextIndexer.) | |
DisposeInternal |
Lucene dispose logic that ensures changes to the index are discarded.
(Inherited from BaseSimpleLuceneIndexer.) | |
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.
(Inherited from BaseSimpleLuceneIndexer.) | |
GetHash |
Gets the hash that should be included as part of a document so that it can be unindexed if desired.
(Inherited from BaseSimpleLuceneIndexer.) | |
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.
(Inherited from BaseSimpleLuceneIndexer.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SerializeConfiguration |
Serializes the Configuration of the Indexer.
(Inherited from BaseSimpleLuceneIndexer.) | |
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.
(Inherited from BaseSimpleLuceneIndexer.) |