Uses of Interface
org.nuxeo.ecm.platform.suggestbox.service.Suggester
-
Packages that use Suggester Package Description org.nuxeo.ecm.platform.suggestbox.service.descriptors org.nuxeo.ecm.platform.suggestbox.service.suggesters -
-
Uses of Suggester in org.nuxeo.ecm.platform.suggestbox.service.descriptors
Fields in org.nuxeo.ecm.platform.suggestbox.service.descriptors declared as Suggester Modifier and Type Field Description protected SuggesterSuggesterDescriptor. suggesterMethods in org.nuxeo.ecm.platform.suggestbox.service.descriptors that return Suggester Modifier and Type Method Description SuggesterSuggesterDescriptor. getSuggester() -
Uses of Suggester in org.nuxeo.ecm.platform.suggestbox.service.suggesters
Classes in org.nuxeo.ecm.platform.suggestbox.service.suggesters that implement Suggester Modifier and Type Class Description classDocumentLookupSuggesterPerform a NXQL full-text query (on the title by default) on the repository and suggest to navigate to the top documents matching that query.classDocumentSearchByDateSuggesterDeprecated.since 6.0.classDocumentSearchByPropertySuggesterDeprecated.since 6.0.classUserGroupLookupSuggesterPerform a lookup by name query on the UserManager service and suggest to navigate to the top user and / or group profiles matching that query.
-