Click or drag to resize

LuceneSearchProvider Constructor (Version, Directory, 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,
	bool autoSync
)

Parameters

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