Click or drag to resize

BaseLuceneSearchProviderMatch Method (IEnumerableUri, 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(
	IEnumerable<Uri> graphUris,
	string text,
	double scoreThreshold
)

Parameters

graphUris
Type: System.Collections.GenericIEnumerableUri
Graph URIs.
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.Collections.Generic.IEnumerable{System.Uri},System.String,System.Double)"]

Implements

IFullTextSearchProviderMatch(IEnumerableUri, String, Double)
See Also