VDS.RDF.Query.FullText.Indexing.Lucene Namespace |
Class | Description | |
---|---|---|
BaseSimpleLuceneIndexer |
Abstract Implementation of a simple Full Text Indexer using Lucene.Net which indexes the full text of literal objects and associated a specific Node with that full text.
| |
LuceneObjectsIndexer |
A Lucene.Net based indexer which indexes the original object from the triple with the full text of that literal object.
| |
LucenePredicatesIndexer |
A Lucene.Net based indexer which indexes the predicate from the triple with the full text of the literal object.
| |
LuceneSubjectsIndexer |
A Lucene.Net based indexer which indexes the original subject from the triple with the full text of the literal object.
| |
NamespaceDoc |