Uses of Enum Class
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 MLAnalysisModeMLAnalysisMode.getMLAnalysisMode(String mode) static MLAnalysisModeReturns the enum constant of this class with the specified name.static MLAnalysisMode[]MLAnalysisMode.values()Returns an array containing the constants of this enum class, 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 TypeMethodDescriptionvoidQueryOptions.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 TypeMethodDescriptionvoidSearchParameters.setMlAnalaysisMode(MLAnalysisMode mlAnalaysisMode) Set the way in which multilingual fields are treated durig a search.