Uses of Enum Class
org.alfresco.solr.AlfrescoAnalyzerWrapper.Mode
Packages that use AlfrescoAnalyzerWrapper.Mode
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.-
Uses of AlfrescoAnalyzerWrapper.Mode in org.alfresco.repo.search.impl.lucene.analysis
Constructors in org.alfresco.repo.search.impl.lucene.analysis with parameters of type AlfrescoAnalyzerWrapper.ModeModifierConstructorDescriptionMLAnalayser(org.alfresco.repo.search.MLAnalysisMode mlAnalaysisMode, org.apache.solr.schema.IndexSchema schema, AlfrescoAnalyzerWrapper.Mode mode) -
Uses of AlfrescoAnalyzerWrapper.Mode in org.alfresco.solr
Methods in org.alfresco.solr that return AlfrescoAnalyzerWrapper.ModeModifier and TypeMethodDescriptionstatic AlfrescoAnalyzerWrapper.ModeReturns the enum constant of this class with the specified name.static AlfrescoAnalyzerWrapper.Mode[]AlfrescoAnalyzerWrapper.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.alfresco.solr with parameters of type AlfrescoAnalyzerWrapper.ModeModifierConstructorDescriptionAlfrescoAnalyzerWrapper(org.apache.solr.schema.IndexSchema schema, AlfrescoAnalyzerWrapper.Mode mode) -
Uses of AlfrescoAnalyzerWrapper.Mode in org.alfresco.solr.schema.highlight
Fields in org.alfresco.solr.schema.highlight declared as AlfrescoAnalyzerWrapper.ModeModifier and TypeFieldDescriptionLanguagePrefixedTextAnalyzer.modeprotected AlfrescoAnalyzerWrapper.ModeLanguagePrefixedTokenStream.modeConstructors in org.alfresco.solr.schema.highlight with parameters of type AlfrescoAnalyzerWrapper.ModeModifierConstructorDescriptionLanguagePrefixedTextAnalyzer(org.apache.solr.schema.IndexSchema indexSchema, AlfrescoAnalyzerWrapper.Mode mode)