Class LucenePredicatesIndexer
A Lucene.Net based indexer which indexes the predicate from the triple with the full text of the literal object.
Inheritance
LucenePredicatesIndexer
Inherited Members
Namespace: VDS.RDF.Query.FullText.Indexing.Lucene
Assembly: dotNetRdf.Query.FullText.dll
Syntax
public class LucenePredicatesIndexer : BaseSimpleLuceneIndexer, IFullTextIndexer, IDisposable, IConfigurationSerializable
Constructors
| Edit this page View SourceLucenePredicatesIndexer(Directory, Analyzer, IFullTextIndexSchema)
Creates a Lucene Predicates Indexer.
Declaration
public LucenePredicatesIndexer(Directory indexDir, Analyzer analyzer, IFullTextIndexSchema schema)
Parameters
Type | Name | Description |
---|---|---|
Directory | indexDir | Directory. |
Analyzer | analyzer | Analyzer. |
IFullTextIndexSchema | schema | Index Schema. |