Click or drag to resize

BaseLuceneSearchProvider.Match Method (String, Double)

Gets results that match the given query with the score threshold applied.

Namespace:  VDS.RDF.Query.FullText.Search.Lucene
Assembly:  dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax
public virtual IEnumerable<IFullTextSearchResult> Match(
	string text,
	double scoreThreshold
)

Parameters

text
Type: System.String
Search Query.
scoreThreshold
Type: System.Double
Score Threshold.

Return Value

Type: IEnumerable<IFullTextSearchResult>

[Missing <returns> documentation for "M:VDS.RDF.Query.FullText.Search.Lucene.BaseLuceneSearchProvider.Match(System.String,System.Double)"]

Implements

IFullTextSearchProvider.Match(String, Double)
See Also