Package | Description |
---|---|
fr.paris.lutece.plugins.libraryelastic.business.search |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSearchSimpleTextLeaf
abstract JSON object for representing a leaf of simple text search
|
class |
MatchLeaf
represent a leaf for search on a 'match'
|
class |
TermLeaf
represent a leaf for search on a 'term'
|
Modifier and Type | Method and Description |
---|---|
List<AbstractSearchLeaf> |
BoolQuery.getFilter() |
List<AbstractSearchLeaf> |
BoolQuery.getMust() |
List<AbstractSearchLeaf> |
BoolQuery.getMustNot() |
List<AbstractSearchLeaf> |
BoolQuery.getShould() |
Modifier and Type | Method and Description |
---|---|
void |
BoolQuery.addFilter(AbstractSearchLeaf leaf) |
void |
BoolQuery.addMust(AbstractSearchLeaf leaf) |
void |
BoolQuery.addMustNot(AbstractSearchLeaf leaf) |
void |
BoolQuery.addShould(AbstractSearchLeaf leaf) |
Copyright © 2017 City of Paris. All rights reserved.