LuceneSearchProvider Methods |
The LuceneSearchProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Disposes of the Search Provider.
(Inherited from BaseLuceneSearchProvider.) | |
| DisposeInternal |
Virtual method that can be overridden to add implementation specific dispose logic.
(Inherited from BaseLuceneSearchProvider.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize |
Destructor which ensures that the Search Provider is properly disposed of
(Inherited from BaseLuceneSearchProvider.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Match(String) |
Gets results that match the given query.
(Inherited from BaseLuceneSearchProvider.) | |
| Match(IEnumerableUri, String) |
Gets results that match the given query.
(Inherited from BaseLuceneSearchProvider.) | |
| Match(String, Double) |
Gets results that match the given query with the score threshold applied.
(Inherited from BaseLuceneSearchProvider.) | |
| Match(String, Int32) |
Gets results that match the given query with a limit applied.
(Inherited from BaseLuceneSearchProvider.) | |
| Match(IEnumerableUri, String, Double) |
Gets results that match the given query with the score threshold applied.
(Inherited from BaseLuceneSearchProvider.) | |
| Match(IEnumerableUri, String, Int32) |
Gets results that match the given query with a limit applied.
(Inherited from BaseLuceneSearchProvider.) | |
| Match(String, Double, Int32) |
Gets results that match the given query with the score threshold and limit applied.
(Inherited from BaseLuceneSearchProvider.) | |
| Match(IEnumerableUri, String, Double, Int32) |
Gets results that match the given query with the score threshold and limit applied.
(Inherited from BaseLuceneSearchProvider.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SerializeConfiguration |
Serializes Configuration of this Provider.
(Inherited from BaseLuceneSearchProvider.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |