Click or drag to resize

VDS.RDF.Query.FullText.Indexing.Lucene Namespace

This namespace provides implementations of the IFullTextIndexer interface which use Lucene.Net to create indexes.
Classes
  ClassDescription
Public classBaseSimpleLuceneIndexer
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.
Public classLuceneObjectsIndexer
A Lucene.Net based indexer which indexes the original object from the triple with the full text of that literal object.
Public classLucenePredicatesIndexer
A Lucene.Net based indexer which indexes the predicate from the triple with the full text of the literal object.
Public classLuceneSubjectsIndexer
A Lucene.Net based indexer which indexes the original subject from the triple with the full text of the literal object.
Public classNamespaceDoc