|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Selection | |
|---|---|
| com.senseidb.search.client.json.req | |
| com.senseidb.search.client.json.req.filter | |
| Uses of Selection in com.senseidb.search.client.json.req |
|---|
| Subclasses of Selection in com.senseidb.search.client.json.req | |
|---|---|
static class |
Selection.Custom
|
static class |
Selection.Path
|
static class |
Selection.Range
Matches documents with fields that have terms within a certain range. |
class |
Term
Matches documents that have fields that contain a term (not analyzed). |
class |
Terms
A query that match on any (configurable) of the provided terms. |
| Fields in com.senseidb.search.client.json.req with type parameters of type Selection | |
|---|---|
static Map<String,Class<? extends Selection>> |
SelectionJsonHandler.selectionClasses
|
| Methods in com.senseidb.search.client.json.req that return Selection | |
|---|---|
static Selection |
Selection.custom(org.json.JSONObject custom)
|
Selection |
SelectionJsonHandler.deserialize(org.json.JSONObject json)
|
static Selection |
Selection.path(String field,
String value,
boolean strict,
int depth)
|
static Selection |
Selection.range(String field,
String from,
String to)
|
static Selection |
Selection.range(String field,
String from,
String to,
boolean includeLower,
boolean includeUpper)
|
Selection |
Selection.setField(String field)
|
static Selection |
Selection.terms(String field,
List<String> values,
List<String> excludes,
Operator op)
|
static Selection |
Selection.terms(String field,
String... values)
|
| Methods in com.senseidb.search.client.json.req that return types with arguments of type Selection | |
|---|---|
List<Selection> |
SenseiClientRequest.getSelections()
|
| Methods in com.senseidb.search.client.json.req with parameters of type Selection | |
|---|---|
SenseiClientRequest.Builder |
SenseiClientRequest.Builder.addSelection(Selection selection)
|
org.json.JSONObject |
SelectionJsonHandler.serialize(Selection bean)
|
| Uses of Selection in com.senseidb.search.client.json.req.filter |
|---|
| Methods in com.senseidb.search.client.json.req.filter that return Selection | |
|---|---|
static Selection |
Filters.path(String field,
String value,
boolean strict,
int depth)
|
static Selection |
Filters.range(String field,
String lower,
String upper)
|
static Selection |
Filters.range(String field,
String lower,
String upper,
boolean includeUpper,
boolean includeLower)
|
static Selection |
Filters.terms(String field,
List<String> values,
List<String> excludes,
Operator op)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||