Package org.opencms.search
package org.opencms.search
Implements the main full text search and indexing functions available in OpenCms.
- Since:
- 6.0.0
-
ClassDescriptionAbstract base class for search indexes.A VFS indexer that resolves locale dependent documents.Signals an error during an indexing operation.Implements the indexing method for a single resource as thread.Implements the management of indexing threads.A Lucene search document implementation.Delegates indexing to a standard Lucene IndexWriter.Helper class to access the search facility within a jsp.An analyzer class is used by Lucene to reduce the content to be indexed with trimmed endings etc.Collects category information during a search process.A document type specifies which document factory class is used to pull the content of an OpenCms document into a Lucene index document.Signals an error during a search operation.Abstract search index implementation.A search index source is a description of a list of Cms resources to be indexed.A collection of resources for the incremental update of a search index.Implements the general management and configuration of the search and indexing facilities in OpenCms.Enumeration class for force unlock types.Contains the search parameters for a call to
.CmsSearchIndex.search(org.opencms.file.CmsObject, CmsSearchParameters)
Describes a specific search field query.A resource implementation that combines the Solr document together with a OpenCms VFS resource.Contains the data of a single item in a search result.A search result object returned as result of a search in
.CmsSearchIndex
Reduces the importance of the
factor for theCmsSearchSimilarity.computeNorm(FieldInvertState)
field, while keeping the Lucene default for all other fields.CmsSearchField.FIELD_CONTENT
Provides common functions regarding searching.An indexer indexingCmsResource
based content from the OpenCms VFS.Indexes resources for the OpenCms search.Abstracts the index writer implementation for the most important index manipulation operations.The interface for search documents.Interface for search indizes that should be handled by theCmsSearchManager
.Convenience class to access the localized messages of this OpenCms package.