LuceneSearchProvider Class |
Namespace: VDS.RDF.Query.FullText.Search.Lucene
The LuceneSearchProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | LuceneSearchProvider(Version, Directory) |
Creates a new Lucene Search Provider.
|
![]() | LuceneSearchProvider(Version, Directory, Analyzer) |
Creates a new Lucene Search Provider.
|
![]() | LuceneSearchProvider(Version, Directory, Boolean) |
Creates a new Lucene Search Provider.
|
![]() | LuceneSearchProvider(Version, Directory, IFullTextIndexSchema) |
Creates a new Lucene Search Provider.
|
![]() | LuceneSearchProvider(Version, Directory, Analyzer, Boolean) |
Creates a new Lucene Search Provider.
|
![]() | LuceneSearchProvider(Version, Directory, Analyzer, IFullTextIndexSchema) |
Creates a new Lucene Search Provider.
|
![]() | LuceneSearchProvider(Version, Directory, IFullTextIndexSchema, Boolean) |
Creates a new Lucene Search Provider.
|
![]() | LuceneSearchProvider(Version, Directory, Analyzer, IFullTextIndexSchema, Boolean) |
Creates a new Lucene Search Provider.
|
Name | Description | |
---|---|---|
![]() | IsAutoSynced |
Gets whether this search provider is always seeing the latest state of the index.
(Inherited from BaseLuceneSearchProvider.) |
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(IEnumerable<Uri>, 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(IEnumerable<Uri>, String, Double) |
Gets results that match the given query with the score threshold applied.
(Inherited from BaseLuceneSearchProvider.) |
![]() | Match(IEnumerable<Uri>, 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(IEnumerable<Uri>, 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.) |