| Package | Description |
|---|---|
| io.vertigo.dynamo.impl.collections | |
| io.vertigo.dynamo.impl.collections.functions.sort | |
| io.vertigo.dynamo.plugins.collections.lucene |
| Modifier and Type | Method and Description |
|---|---|
<D extends DtObject> |
IndexPlugin.getCollection(String keywords,
Collection<DtField> searchedFields,
List<ListFilter> listFilters,
int skip,
int top,
Option<SortState> sortState,
Option<DtField> boostedField,
DtList<D> dtc)
Retourne une liste filtrée en fonction de la saisie utilisateur.
|
| Constructor and Description |
|---|
SortFunction(SortState sortState,
PersistenceManager persistenceManager) |
| Modifier and Type | Method and Description |
|---|---|
DtList<D> |
LuceneIndex.getCollection(String keywords,
Collection<DtField> searchedFields,
List<ListFilter> listFilters,
int skip,
int top,
Option<SortState> sortState,
Option<DtField> boostedField)
Querying index.
|
<D extends DtObject> |
LuceneIndexPlugin.getCollection(String keywords,
Collection<DtField> searchedFields,
List<ListFilter> listFilters,
int skip,
int top,
Option<SortState> sortState,
Option<DtField> boostedField,
DtList<D> dtc)
Filtre une liste par des mots clés et une recherche fullText.
|
Copyright © 2015. All Rights Reserved.