BaseLuceneSearchProvider.Match Method |
Name | Description | |
---|---|---|
![]() | Match(String) |
Gets results that match the given query.
|
![]() | Match(IEnumerable<Uri>, 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(IEnumerable<Uri>, String, Double) |
Gets results that match the given query with the score threshold applied.
|
![]() | Match(IEnumerable<Uri>, 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(IEnumerable<Uri>, String, Double, Int32) |
Gets results that match the given query with the score threshold and limit applied.
|