Uses of Class
org.alfresco.rest.api.search.model.Spelling
-
Packages that use Spelling Package Description org.alfresco.rest.api.search.impl org.alfresco.rest.api.search.model -
-
Uses of Spelling in org.alfresco.rest.api.search.impl
Methods in org.alfresco.rest.api.search.impl with parameters of type Spelling Modifier and Type Method Description void
SearchMapper. fromSpellCheck(org.alfresco.service.cmr.search.SearchParameters sp, Spelling spelling)
SearchParameters from SpellCheck object -
Uses of Spelling in org.alfresco.rest.api.search.model
Methods in org.alfresco.rest.api.search.model that return Spelling Modifier and Type Method Description Spelling
SearchQuery. getSpellcheck()
Constructors in org.alfresco.rest.api.search.model with parameters of type Spelling Constructor Description SearchQuery(Query query, Paging paging, Boolean includeRequest, List<String> include, List<String> fields, List<SortDef> sort, List<Template> templates, Default defaults, List<FilterQuery> filterQueries, FacetFields facetFields, List<FacetQuery> facetQueries, Spelling spellcheck, Scope scope, Limits limits, org.alfresco.service.cmr.search.GeneralHighlightParameters highlight, org.alfresco.service.cmr.search.IntervalParameters facetIntervals, List<Pivot> pivots, List<org.alfresco.service.cmr.search.StatsRequestParameters> stats, List<org.alfresco.service.cmr.search.RangeParameters> ranges, Localization localization, org.alfresco.service.cmr.search.FacetFormat facetFormat)
-