Click or drag to resize

LuceneSearchProvider Constructor (Version, Directory, Analyzer, Boolean)

Creates a new Lucene Search Provider.

Namespace:  VDS.RDF.Query.FullText.Search.Lucene
Assembly:  dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax
public LuceneSearchProvider(
	Version ver,
	Directory indexDir,
	Analyzer analyzer,
	bool autoSync
)

Parameters

ver
Type: Version
Version.
indexDir
Type: Directory
Directory.
analyzer
Type: Analyzer
Analyzer.
autoSync
Type: System.Boolean
Whether to keep the search provider in sync with the index.
Remarks
Uses the DefaultIndexSchema as the schema.
See Also