Class LucenePredicatesIndexer
A Lucene.Net based indexer which indexes the predicate from the triple with the full text of the literal object.
Inheritance
System.Object
LucenePredicatesIndexer
Inherited Members
Namespace: VDS.RDF.Query.FullText.Indexing.Lucene
Assembly: dotNetRDF.Query.FullText.dll
Syntax
public class LucenePredicatesIndexer : BaseSimpleLuceneIndexer, IFullTextIndexer, IConfigurationSerializable
Constructors
| Improve this Doc 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. |
Implements
IDisposable