Namespace VDS.RDF.Query.FullText.Indexing.Lucene
Classes
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.
A Lucene.Net based indexer which indexes the original object from the triple with the full text of that literal object.
A Lucene.Net based indexer which indexes the predicate from the triple with the full text of the literal object.
A Lucene.Net based indexer which indexes the original subject from the triple with the full text of the literal object.
This namespace provides implementations of the IFullTextIndexer interface which use Lucene.Net to create indexes.