Uses of Class
org.alfresco.repo.search.MLAnalysisMode
-
Packages that use MLAnalysisMode Package Description org.alfresco.repo.search org.alfresco.repo.search.impl.querymodel org.alfresco.service.cmr.search -
-
Uses of MLAnalysisMode in org.alfresco.repo.search
Methods in org.alfresco.repo.search that return MLAnalysisMode Modifier and Type Method Description static MLAnalysisMode
MLAnalysisMode. getMLAnalysisMode(String mode)
static MLAnalysisMode
MLAnalysisMode. valueOf(String name)
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 MLAnalysisMode Modifier and Type Method Description static Set<Locale>
MLAnalysisMode. 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 MLAnalysisMode Modifier and Type Method Description MLAnalysisMode
QueryOptions. getMlAnalaysisMode()
Get the mode for multi-lingual text analaysisMethods in org.alfresco.repo.search.impl.querymodel with parameters of type MLAnalysisMode Modifier and Type Method Description void
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 MLAnalysisMode Modifier and Type Method Description MLAnalysisMode
SearchParameters. getMlAnalaysisMode()
The way in which multilingual fields are treated durig a search.Methods in org.alfresco.service.cmr.search with parameters of type MLAnalysisMode Modifier and Type Method Description void
SearchParameters. setMlAnalaysisMode(MLAnalysisMode mlAnalaysisMode)
Set the way in which multilingual fields are treated durig a search.
-