Uses of Enum
org.alfresco.repo.search.MLAnalysisMode
Packages that use MLAnalysisMode
Package
Description
-
Uses of MLAnalysisMode in org.alfresco.repo.search
Methods in org.alfresco.repo.search that return MLAnalysisModeModifier and TypeMethodDescriptionstatic MLAnalysisMode
MLAnalysisMode.getMLAnalysisMode
(String mode) static MLAnalysisMode
Returns the enum constant of this type with the specified name.static MLAnalysisMode[]
MLAnalysisMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.repo.search with parameters of type MLAnalysisModeModifier and TypeMethodDescriptionMLAnalysisMode.getLocales
(MLAnalysisMode mlAnalaysisMode, Locale locale, boolean withWildcards) -
Uses of MLAnalysisMode in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return MLAnalysisModeModifier and TypeMethodDescriptionQueryOptions.getMlAnalaysisMode()
Get the mode for multi-lingual text analaysisMethods in org.alfresco.repo.search.impl.querymodel with parameters of type MLAnalysisModeModifier and TypeMethodDescriptionvoid
QueryOptions.setMlAnalaysisMode
(MLAnalysisMode mlAnalaysisMode) Set the mode for multi-lingual text analaysis -
Uses of MLAnalysisMode in org.alfresco.service.cmr.search
Methods in org.alfresco.service.cmr.search that return MLAnalysisModeModifier and TypeMethodDescriptionSearchParameters.getMlAnalaysisMode()
The way in which multilingual fields are treated durig a search.Methods in org.alfresco.service.cmr.search with parameters of type MLAnalysisModeModifier and TypeMethodDescriptionvoid
SearchParameters.setMlAnalaysisMode
(MLAnalysisMode mlAnalaysisMode) Set the way in which multilingual fields are treated durig a search.