IFullTextSearchProviderMatch Method (IEnumerableUri, String, Double, Int32) | 
 
            Searches for matches for specific text.
            
 
    Namespace: 
   VDS.RDF.Query.FullText.Search
    Assembly:
   dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version: 
SyntaxIEnumerable<IFullTextSearchResult> Match(
	IEnumerable<Uri> graphUris,
	string text,
	double scoreThreshold,
	int limit
)
Function Match ( 
	graphUris As IEnumerable(Of Uri),
	text As String,
	scoreThreshold As Double,
	limit As Integer
) As IEnumerable(Of IFullTextSearchResult)
Parameters
- graphUris
 - Type: System.Collections.GenericIEnumerableUri
Graph URIs. - text
 - Type: SystemString
Search Query. - scoreThreshold
 - Type: SystemDouble
Score Threshold. - limit
 - Type: SystemInt32
Result Limit. 
Return Value
Type: 
IEnumerableIFullTextSearchResult[Missing <returns> documentation for "M:VDS.RDF.Query.FullText.Search.IFullTextSearchProvider.Match(System.Collections.Generic.IEnumerable{System.Uri},System.String,System.Double,System.Int32)"]
See Also