Uses of Class
org.alfresco.solr.AlfrescoAnalyzerWrapper.Mode
-
Packages that use AlfrescoAnalyzerWrapper.Mode Package Description org.alfresco.repo.search.impl.lucene.analysis org.alfresco.solr 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. -
-
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.Mode Constructor Description MLAnalayser(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.Mode Modifier and Type Method Description static AlfrescoAnalyzerWrapper.ModeAlfrescoAnalyzerWrapper.Mode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AlfrescoAnalyzerWrapper.Mode[]AlfrescoAnalyzerWrapper.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.alfresco.solr with parameters of type AlfrescoAnalyzerWrapper.Mode Constructor Description AlfrescoAnalyzerWrapper(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.Mode Modifier and Type Field Description AlfrescoAnalyzerWrapper.ModeLanguagePrefixedTextAnalyzer. modeprotected AlfrescoAnalyzerWrapper.ModeLanguagePrefixedTokenStream. modeConstructors in org.alfresco.solr.schema.highlight with parameters of type AlfrescoAnalyzerWrapper.Mode Constructor Description LanguagePrefixedTextAnalyzer(org.apache.solr.schema.IndexSchema indexSchema, AlfrescoAnalyzerWrapper.Mode mode)
-