Uses of Package
org.alfresco.solr
Packages that use org.alfresco.solr
Package
Description
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 time
Analyzer (yes, even if indexed is set to false)
which will be used for analysing the stored content and extract the highlighting snippets.-
Classes in org.alfresco.solr used by org.alfresco.repo.search.impl.lucene.analysis
-
Classes in org.alfresco.solr used by org.alfresco.solrClassDescriptionAlfresco Solr administration endpoints provider.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
-
Classes in org.alfresco.solr used by org.alfresco.solr.schema.highlight
-
Classes in org.alfresco.solr used by org.alfresco.solr.trackerClassDescriptionAlfresco Solr administration endpoints provider.This is the interface to the information server, whether it be Solr or some other search server.