public interface IndexPlugin extends Plugin
| Modifier and Type | Method and Description |
|---|---|
<D extends DtObject> |
getCollection(String keywords,
Collection<DtField> searchedFields,
int maxRows,
DtField boostedField,
DtList<D> dtc)
Retourne une liste filtrée en fonction de la saisie utilisateur.
|
<D extends DtObject> DtList<D> getCollection(String keywords, Collection<DtField> searchedFields, int maxRows, DtField boostedField, DtList<D> dtc)
D - Type d'objetkeywords - Liste de Mot-clé recherchés séparés par espace(préfix d'un mot)searchedFields - Liste des champs sur lesquel porte la recherche (non null)maxRows - Nombre maximum de lignes retournéesboostedField - Champ boosté (nullable : aucun)Copyright © 2014. All Rights Reserved.