Show / Hide Table of Contents

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

Classes

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

This namespace provides implementations of the IFullTextIndexer interface which use Lucene.Net to create indexes.

In this article
  • Classes
Back to top Generated by DocFX