dotNetRDF API Documentation

IFullTextSearchProvider Interface

Interface for classes that provide full text search capability

For a list of all members of this type, see IFullTextSearchProvider Members .

public interface IFullTextSearchProvider : IDisposable

Types that implement IFullTextSearchProvider

Type Description
BaseLuceneSearchProvider Abstract Base Implementation of a Full Text Search Provider using Lucene.Net
LuceneSearchProvider A Full Text Search provider using Lucene.Net

Remarks

The Match() methods may allow for provider specific query syntaxes depending on the the underlying provider

Requirements

Namespace: VDS.RDF.Query.FullText.Search

Assembly: dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll)

See Also

IFullTextSearchProvider Members | VDS.RDF.Query.FullText.Search Namespace