Click or drag to resize

BaseLuceneSearchProviderMatch 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: SystemString
Search Query.
scoreThreshold
Type: SystemDouble
Score Threshold.

Return Value

Type: IEnumerableIFullTextSearchResult

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

Implements

IFullTextSearchProviderMatch(String, Double)
See Also