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:
Syntaxpublic virtual IEnumerable<IFullTextSearchResult> Match(
string text,
double scoreThreshold
)
Public Overridable Function Match (
text As String,
scoreThreshold As Double
) As IEnumerable(Of IFullTextSearchResult)
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