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
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Query.FullText.Indexing.Lucene
Assembly: dotNetRdf.Query.FullText.dll
Syntax
public class LucenePredicatesIndexer : BaseSimpleLuceneIndexer, IFullTextIndexer, IDisposable, 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 |
---|---|---|
Lucene.Net.Store.Directory | indexDir | Directory. |
Lucene.Net.Analysis.Analyzer | analyzer | Analyzer. |
IFullTextIndexSchema | schema | Index Schema. |
Implements
System.IDisposable