Namespace DataWeb.Search.Lucene
Classes
AddEntry
Represents an entry to be added or updated in the Lucene.Net index. Includes additional fields like SearchData that are indexed but not stored.
RemoveEntry
Represents an entry to be removed from the Lucene.Net index. Identifies the entry by its Id and Culture.
SearchEntry
Represents a search result entry retrieved from the Lucene.Net index. Contains all indexed fields that can be returned to the client.
SearchFilter
SearchService
Lucene.Net implementation of ISearchService. Provides full-text search capabilities using Lucene.Net indexes stored on the file system.
ServicesConfiguration
Configuration extension methods for registering Lucene.Net search services.
Interfaces
ISearchService
Defines the contract for a search service implementation using Lucene.Net. Provides full-text search and index management capabilities.