Click or drag to resize

FullTextIndexedDataset Constructor (ISparqlDataset, IFullTextIndexer, Boolean)

Creates a new Full Text Indexed Dataset.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax
public FullTextIndexedDataset(
	ISparqlDataset dataset,
	IFullTextIndexer indexer,
	bool indexNow
)

Parameters

dataset
Type: VDS.RDF.Query.DatasetsISparqlDataset
Dataset to wrap.
indexer
Type: VDS.RDF.Query.FullText.IndexingIFullTextIndexer
Indexer to use.
indexNow
Type: SystemBoolean
Whether the dataset provided should be indexed now, set to false if indexer is linked to an existing index for this data.
Remarks
If indexNow is true then the provided dataset will be fully indexed when this constructor is called.
See Also