Package | Description |
---|---|
org.nuxeo.ecm.platform.suggestbox.service.descriptors | |
org.nuxeo.ecm.platform.suggestbox.service.suggesters |
Modifier and Type | Field and Description |
---|---|
protected Suggester |
SuggesterDescriptor.suggester |
Modifier and Type | Method and Description |
---|---|
Suggester |
SuggesterDescriptor.getSuggester() |
Modifier and Type | Class and Description |
---|---|
class |
DocumentLookupSuggester
Perform a NXQL full-text query (on the title by default) on the repository and suggest to navigate to the top
documents matching that query.
|
class |
DocumentSearchByDateSuggester
Deprecated.
since 6.0. This suggester is not used anymore with the new search tab.
|
class |
DocumentSearchByPropertySuggester
Deprecated.
since 6.0. This suggester is not used anymore with the new search tab.
|
class |
UserGroupLookupSuggester
Perform a lookup by name query on the UserManager service and suggest to navigate to the top user and / or group
profiles matching that query.
|
Copyright © 2018 Nuxeo. All rights reserved.