BaseLuceneSearchProviderMatch Method |
| Name | Description | |
|---|---|---|
| Match(String) |
Gets results that match the given query.
| |
| Match(IEnumerableUri, String) |
Gets results that match the given query.
| |
| Match(String, Double) |
Gets results that match the given query with the score threshold applied.
| |
| Match(String, Int32) |
Gets results that match the given query with a limit applied.
| |
| Match(IEnumerableUri, String, Double) |
Gets results that match the given query with the score threshold applied.
| |
| Match(IEnumerableUri, String, Int32) |
Gets results that match the given query with a limit applied.
| |
| Match(String, Double, Int32) |
Gets results that match the given query with the score threshold and limit applied.
| |
| Match(IEnumerableUri, String, Double, Int32) |
Gets results that match the given query with the score threshold and limit applied.
|