Uses of Package
org.alfresco.solr
-
Packages that use org.alfresco.solr Package Description org.alfresco.repo.search.impl.lucene.analysis org.alfresco.solr org.alfresco.solr.query org.alfresco.solr.schema.highlight This package contains a custom field type (and dependent component) which is supposed to be used only on fields that are marked as stored and not indexed (indexed = false, stored = true) are used in highlighting requests (the reason why this package belongs to a "highlight" namespace) The underlying reason of this customisation is mainly related with the custom highlighter used in Alfresco Search Services: highlight fields needs have the following requirements: they have to be stored they don't have to be indexed but they must have a TextField (or a subclass) as type, because they must provide an index timeAnalyzer(yes, even if indexed is set to false) which will be used for analysing the stored content and extract the highlighting snippets.org.alfresco.solr.tracker -
Classes in org.alfresco.solr used by org.alfresco.repo.search.impl.lucene.analysis Class Description AlfrescoAnalyzerWrapper.Mode -
Classes in org.alfresco.solr used by org.alfresco.solr Class Description AlfrescoAnalyzerWrapper.Mode AlfrescoCoreAdminHandler Alfresco Solr administration endpoints provider.AlfrescoSolrDataModel AlfrescoSolrDataModel.FieldInstance AlfrescoSolrDataModel.FieldUse AlfrescoSolrDataModel.IndexedField AlfrescoSolrDataModel.SpecializedFieldType AlfrescoSolrDataModel.TenantDbId InformationServer This is the interface to the information server, whether it be Solr or some other search server. -
Classes in org.alfresco.solr used by org.alfresco.solr.query Class Description AlfrescoSolrDataModel -
Classes in org.alfresco.solr used by org.alfresco.solr.schema.highlight Class Description AlfrescoAnalyzerWrapper.Mode -
Classes in org.alfresco.solr used by org.alfresco.solr.tracker Class Description AlfrescoCoreAdminHandler Alfresco Solr administration endpoints provider.InformationServer This is the interface to the information server, whether it be Solr or some other search server.