| Name | Description | Type | Package | Framework |
| A_CmsTextExtractor | Base utility class that allows extraction of the indexable "plain" text from a given document format. | Class | org.opencms.search.extractors | OpenCMS |
|
| A_CmsVfsDocument | Base document factory class for a VFS CmsResource, just requires a specialized implementation of | Class | org.opencms.search.documents | OpenCMS |
|
| CmsDependencyIndexer | A VFS indexer that resolves locale dependent documents. | Class | org.opencms.search | OpenCMS |
|
| CmsDocumentContainerPage | Lucene document factory class to extract index data from a resource of type CmsResourceTypeContainerPage. | Class | org.opencms.search.documents | OpenCMS |
|
| CmsDocumentDependency | Provides the dependency information about one search result document, used to generate the list of document search results. | Class | org.opencms.search.documents | OpenCMS |
|
| CmsDocumentDependency .DependencyType | Defines the possible dependency types. | Class | org.opencms.search.documents | OpenCMS |
|
| CmsDocumentGeneric | Lucene document factory class for indexing data from a generic CmsResource. | Class | org.opencms.search.documents | OpenCMS |
|
| CmsDocumentHtml | Lucene document factory class to extract index data from a cms resource containing plain html data. | Class | org.opencms.search.documents | OpenCMS |
|
| CmsDocumentMsOfficeOLE2 | Lucene document factory class to extract text data from a VFS resource that is an OLE 2 MS Office document. | Class | org.opencms.search.documents | OpenCMS |
|
| CmsDocumentMsOfficeOOXML | Lucene document factory class to extract text data from a VFS resource that is an OOXML MS Office document. | Class | org.opencms.search.documents | OpenCMS |
|
| CmsDocumentOpenOffice | Lucene document factory class to extract index data from a cms resource containing Open Document Format data. | Class | org.opencms.search.documents | OpenCMS |
|
| CmsDocumentPdf | Lucene document factory class to extract index data from a cms resource containing Adobe pdf data. | Class | org.opencms.search.documents | OpenCMS |
|
| CmsDocumentPlainText | Lucene document factory class to extract index data from a cms resource containing plain text data. | Class | org.opencms.search.documents | OpenCMS |
|
| CmsDocumentRtf | Lucene document factory class to extract index data from a cms resource containing RTF data. | Class | org.opencms.search.documents | OpenCMS |
|
| CmsDocumentXmlContent | Lucene document factory class to extract index data from an OpenCms VFS resource of type CmsResourceTypeXmlContent. | Class | org.opencms.search.documents | OpenCMS |
|
| CmsDocumentXmlPage | Lucene document factory class to extract index data from a cms resource of type CmsResourceTypeXmlPage. | Class | org.opencms.search.documents | OpenCMS |
|
| CmsExtractionResult | The result of a document text extraction. | Class | org.opencms.search.extractors | OpenCMS |
|
| CmsExtractionResultCache | This cache operates on resource file names, plus a hash code calculated from CmsResource. | Class | org.opencms.search.documents | OpenCMS |
|
| CmsExtractorHtml | Extracts the text from an HTML document. | Class | org.opencms.search.extractors | OpenCMS |
|
| CmsExtractorMsOfficeOLE2 | Extracts text data from a VFS resource that is an OLE 2 MS Office document. | Class | org.opencms.search.extractors | OpenCMS |
|
| CmsExtractorMsOfficeOOXML | Extracts text data from a VFS resource that is an OOXML MS Office document. | Class | org.opencms.search.extractors | OpenCMS |
|
| CmsExtractorOpenOffice | Extracts the text from OpenOffice documents (. | Class | org.opencms.search.extractors | OpenCMS |
|
| CmsExtractorPdf | Extracts the text from a PDF document. | Class | org.opencms.search.extractors | OpenCMS |
|
| CmsExtractorRtf | Extracts the text from a RTF document. | Class | org.opencms.search.extractors | OpenCMS |
|
| CmsGalleryDocumentXmlContent | Special document text extraction factory for the gallery index that creates multiple fields for the content in all the languages available in an XML content. | Class | org.opencms.search.galleries | OpenCMS |
|
| CmsGalleryDocumentXmlPage | Special document text extraction factory for the gallery index that creates multiple fields for the content in all the languages available in an XML page. | Class | org.opencms.search.galleries | OpenCMS |
|
| CmsGalleryNameMacroResolver | Macro resolver used to resolve macros for the gallery name mapping. | Class | org.opencms.search.galleries | OpenCMS |
|
| CmsGallerySearch | Contains the functions for the gallery search. | Class | org.opencms.search.galleries | OpenCMS |
|
| CmsGallerySearchAnalyzer | Special analyzer for multiple languages, used in the OpenCms gallery search index. | Class | org.opencms.search.galleries | OpenCMS |
|
| CmsGallerySearchFieldConfiguration | Describes the search field configuration that is used by the gallery index. | Class | org.opencms.search.galleries | OpenCMS |
|
| CmsGallerySearchFieldMapping | Special search field mapping class for the gallery search. | Class | org.opencms.search.galleries | OpenCMS |
|
| CmsGallerySearchIndex | | Class | org.opencms.search.galleries | OpenCMS |
|
| CmsGallerySearchInfoProvider | Provides additional information to be stored in the gallery search index. | Class | org.opencms.search.galleries | OpenCMS |
|
| CmsGallerySearchParameters | Parameters used for the gallery search index. | Class | org.opencms.search.galleries | OpenCMS |
|
| CmsGallerySearchParameters .CmsGallerySortParam | Sort parameter constants. | Class | org.opencms.search.galleries | OpenCMS |
|
| CmsGallerySearchResult | | Class | org.opencms.search.galleries | OpenCMS |
|
| CmsGallerySearchResultList | The search result list for the gallery search index. | Class | org.opencms.search.galleries | OpenCMS |
|
| CmsIndexException | Signals an error during an indexing operation. | Class | org.opencms.search | OpenCMS |
|
| CmsIndexingThread | The indexing of a single resource is wrapped into a thread in order to prevent the overall indexer from hanging. | Class | org.opencms.search | OpenCMS |
|
| CmsIndexingThreadManager | | Class | org.opencms.search | OpenCMS |
|
| CmsIndexNoContentException | Signals an error during content extraction of an empty document. | Class | org.opencms.search.documents | OpenCMS |
|
| CmsLuceneDocument | A Lucene search document implementation. | Class | org.opencms.search | OpenCMS |
|
| CmsLuceneField | An individual field configuration in a Lucene search index. | Class | org.opencms.search.fields | OpenCMS |
|
| CmsLuceneFieldConfiguration | Describes a configuration of fields that are used in building a search index. | Class | org.opencms.search.fields | OpenCMS |
|
| CmsLuceneIndexWriter | Delegates indexing to a standard Lucene IndexWriter. | Class | org.opencms.search | OpenCMS |
|
| CmsSearch | Helper class to access the search facility within a jsp. | Class | org.opencms.search | OpenCMS |
|
| CmsSearchAnalyzer | An analyzer class is used by Lucene to reduce the content to be indexed with trimmed endings etc. | Class | org.opencms.search | OpenCMS |
|
| CmsSearchCategoryCollector | Collects category information during a search process. | Class | org.opencms.search | OpenCMS |
|
| CmsSearchDocumentType | A document type specifies which document factory class is used to pull the content of an OpenCms document into a Lucene index document. | Class | org.opencms.search | OpenCMS |
|
| CmsSearchException | Signals an error during a search operation. | Class | org.opencms.search | OpenCMS |
|
| CmsSearchField | A abstract implementation for a search field. | Class | org.opencms.search.fields | OpenCMS |
|
| CmsSearchFieldConfiguration | Abstract implementation for OpenCms search field configurations. | Class | org.opencms.search.fields | OpenCMS |
|
| CmsSearchFieldConfigurationOldCategories | Describes a field configuration using the old (pre 8. | Class | org.opencms.search.fields | OpenCMS |
|
| CmsSearchFieldMapping | Describes a mapping of a piece of content from an OpenCms VFS resource to a field of a search index. | Class | org.opencms.search.fields | OpenCMS |
|
| CmsSearchFieldMappingType | Describes a possible mapping type for a piece of content used in building a search index. | Class | org.opencms.search.fields | OpenCMS |
|
| CmsSearchIndex | Content Management | Class | org.opencms.search | OpenCMS |
|
| CmsSearchIndexSource | | Class | org.opencms.search | OpenCMS |
|
| CmsSearchIndexUpdateData | A collection of resources for the incremental update of a search index. | Class | org.opencms.search | OpenCMS |
|
| CmsSearchManager | indexing facilities in OpenCms. | Class | org.opencms.search | OpenCMS |
|
| CmsSearchManager .CmsSearchForceUnlockMode | | Class | org.opencms.search | OpenCMS |
|
| CmsSearchParameters | Contains the search parameters for a call to CmsSearchIndex. | Class | org.opencms.search | OpenCMS |
|
| CmsSearchParameters .CmsSearchFieldQuery | Describes a specific search field query. | Class | org.opencms.search | OpenCMS |
|
| CmsSearchResource | A resource implementation that combines the Solr document together with a OpenCms VFS resource. | Class | org.opencms.search | OpenCMS |
|
| CmsSearchResult | Contains the data of a single item in a search result. | Class | org.opencms.search | OpenCMS |
|
| CmsSearchResultList | A search result object returned as result of a search inSince:6. | Class | org.opencms.search | OpenCMS |
|
| CmsSearchSimilarity | Reduces the importance of the lengthNorm(FieldInvertState) factor for the CmsSearchField. | Class | org.opencms.search | OpenCMS |
|
| CmsSolrConfiguration | The Solr configuration class. | Class | org.opencms.search.solr | OpenCMS |
|
| CmsSolrDocument | A search document implementation for Solr indexes. | Class | org.opencms.search.solr | OpenCMS |
|
| CmsSolrDocumentContainerPage | Lucene document factory class to extract index data from a resource of type CmsResourceTypeContainerPage. | Class | org.opencms.search.solr | OpenCMS |
|
| CmsSolrDocumentXmlContent | Special document text extraction factory for Solr index. | Class | org.opencms.search.solr | OpenCMS |
|
| CmsSolrField | An individual field for the Solr search index. | Class | org.opencms.search.solr | OpenCMS |
|
| CmsSolrFieldConfiguration | The search field implementation for Solr. | Class | org.opencms.search.solr | OpenCMS |
|
| CmsSolrIndex | | Class | org.opencms.search.solr | OpenCMS |
|
| CmsSolrIndexWriter | | Class | org.opencms.search.solr | OpenCMS |
|
| CmsSolrLinkProcessor | This Solr post processor generates for each found document the corresponding link and adds this link into the resulting document as field. | Class | org.opencms.search.solr | OpenCMS |
|
| CmsSolrQuery | A Solr search query. | Class | org.opencms.search.solr | OpenCMS |
|
| CmsSolrResultList | Encapsulates a list of 'OpenCms resource documents' (CmsSearchResource). | Class | org.opencms.search.solr | OpenCMS |
|
| CmsSolrSpellchecker | CmsSolrSpellchecker is used to perform spellchecking in OpenCms by using Solr. | Class | org.opencms.search.solr.spellchecking | OpenCMS |
|
| CmsSpellcheckDictionaryIndexer | Helping class for manipulating the Solr spellchecker indices. | Class | org.opencms.search.solr.spellchecking | OpenCMS |
|
| CmsSpellcheckingModuleAction | ModuleAction implementation for the spellchecking component that waits with indexing operations until runlevel 4 has been reached. | Class | org.opencms.search.solr.spellchecking | OpenCMS |
|
| CmsTermHighlighterHtml | Default highlighter implementation used for generation of search excerpts. | Class | org.opencms.search.documents | OpenCMS |
|
| CmsVfsIndexer | An indexer indexing CmsResource based content from the OpenCms VFS. | Class | org.opencms.search | OpenCMS |
|
| I_CmsDocumentFactory | Used to create index Lucene Documents for OpenCms resources, controls the text extraction algorithm used for a specific OpenCms resource type / MIME type combination. | Interface | org.opencms.search.documents | OpenCMS |
|
| I_CmsExtractionResult | The result of a document text extraction. | Interface | org.opencms.search.extractors | OpenCMS |
|
| I_CmsIndexer | Indexes resources for the OpenCms search. | Interface | org.opencms.search | OpenCMS |
|
| I_CmsIndexWriter | Abstracts the index writer implementation for the most important index manipulation operations. | Interface | org.opencms.search | OpenCMS |
|
| I_CmsSearchDocument | The interface for search documents. | Interface | org.opencms.search | OpenCMS |
|
| I_CmsSearchExtractor | Defines a text extractor for the integrated search engine. | Interface | org.opencms.search.documents | OpenCMS |
|
| I_CmsSearchFieldAppdender | Adds fields to the configuration and appends fields to a document during index process. | Interface | org.opencms.search.fields | OpenCMS |
|
| I_CmsSearchFieldMapping | Describes a mapping of a piece of content from an OpenCms VFS resource to a field of a search index. | Interface | org.opencms.search.fields | OpenCMS |
|
| I_CmsSolrPostSearchProcessor | The post document processor can be used in order to manipulate search results after the OpenCms permission | Interface | org.opencms.search.solr | OpenCMS |
|
| I_CmsTermHighlighter | Highlights arbitrary terms, used for generation of search excerpts. | Interface | org.opencms.search.documents | OpenCMS |
|
| I_CmsTextExtractor | Allows extraction of the indexable "plain" text plus (optional) meta information from a given binary input document format. | Interface | org.opencms.search.extractors | OpenCMS |
|
| Messages | Convenience class to access the localized messages of this OpenCms package. | Class | org.opencms.search.documents | OpenCMS |
|
| Messages | Convenience class to access the localized messages of this OpenCms package. | Class | org.opencms.search.extractors | OpenCMS |
|
| Messages | Convenience class to access the localized messages of this OpenCms package. | Class | org.opencms.search | OpenCMS |
|
| Messages | Convenience class to access the localized messages of this OpenCms package. | Class | org.opencms.search.solr | OpenCMS |