BaseLuceneSearchProvider Class |
Namespace: VDS.RDF.Query.FullText.Search.Lucene
The BaseLuceneSearchProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseLuceneSearchProvider(Version, Directory, Analyzer, IFullTextIndexSchema) |
Creates a new Base Lucene Search Provider.
| |
| BaseLuceneSearchProvider(Version, Directory, Analyzer, IFullTextIndexSchema, Boolean) |
Creates a new Base Lucene Search Provider.
|
| Name | Description | |
|---|---|---|
| IsAutoSynced |
Gets whether this search provider is always seeing the latest state of the index.
|
| Name | Description | |
|---|---|---|
| Dispose |
Disposes of the Search Provider.
| |
| DisposeInternal |
Virtual method that can be overridden to add implementation specific dispose logic.
| |
| 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
(Overrides ObjectFinalize.) | |
| 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.
| |
| 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.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SerializeConfiguration |
Serializes Configuration of this Provider.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |