Click or drag to resize

LuceneSearchProvider Class

A Full Text Search provider using Lucene.Net.
Inheritance Hierarchy

Namespace:  VDS.RDF.Query.FullText.Search.Lucene
Assembly:  dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax
public class LuceneSearchProvider : BaseLuceneSearchProvider

The LuceneSearchProvider type exposes the following members.

Constructors
  NameDescription
Public methodLuceneSearchProvider(Version, Directory)
Creates a new Lucene Search Provider.
Public methodLuceneSearchProvider(Version, Directory, Analyzer)
Creates a new Lucene Search Provider.
Public methodLuceneSearchProvider(Version, Directory, Boolean)
Creates a new Lucene Search Provider.
Public methodLuceneSearchProvider(Version, Directory, IFullTextIndexSchema)
Creates a new Lucene Search Provider.
Public methodLuceneSearchProvider(Version, Directory, Analyzer, Boolean)
Creates a new Lucene Search Provider.
Public methodLuceneSearchProvider(Version, Directory, Analyzer, IFullTextIndexSchema)
Creates a new Lucene Search Provider.
Public methodLuceneSearchProvider(Version, Directory, IFullTextIndexSchema, Boolean)
Creates a new Lucene Search Provider.
Public methodLuceneSearchProvider(Version, Directory, Analyzer, IFullTextIndexSchema, Boolean)
Creates a new Lucene Search Provider.
Top
Properties
  NameDescription
Public propertyIsAutoSynced
Gets whether this search provider is always seeing the latest state of the index.
(Inherited from BaseLuceneSearchProvider.)
Top
Methods
  NameDescription
Public methodDispose
Disposes of the Search Provider.
(Inherited from BaseLuceneSearchProvider.)
Protected methodDisposeInternal
Virtual method that can be overridden to add implementation specific dispose logic.
(Inherited from BaseLuceneSearchProvider.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Destructor which ensures that the Search Provider is properly disposed of
(Inherited from BaseLuceneSearchProvider.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMatch(String)
Gets results that match the given query.
(Inherited from BaseLuceneSearchProvider.)
Public methodMatch(IEnumerable<Uri>, String)
Gets results that match the given query.
(Inherited from BaseLuceneSearchProvider.)
Public methodMatch(String, Double)
Gets results that match the given query with the score threshold applied.
(Inherited from BaseLuceneSearchProvider.)
Public methodMatch(String, Int32)
Gets results that match the given query with a limit applied.
(Inherited from BaseLuceneSearchProvider.)
Public methodMatch(IEnumerable<Uri>, String, Double)
Gets results that match the given query with the score threshold applied.
(Inherited from BaseLuceneSearchProvider.)
Public methodMatch(IEnumerable<Uri>, String, Int32)
Gets results that match the given query with a limit applied.
(Inherited from BaseLuceneSearchProvider.)
Public methodMatch(String, Double, Int32)
Gets results that match the given query with the score threshold and limit applied.
(Inherited from BaseLuceneSearchProvider.)
Public methodMatch(IEnumerable<Uri>, String, Double, Int32)
Gets results that match the given query with the score threshold and limit applied.
(Inherited from BaseLuceneSearchProvider.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSerializeConfiguration
Serializes Configuration of this Provider.
(Inherited from BaseLuceneSearchProvider.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also