|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CustomJsonHandler in com.senseidb.search.client.json.req |
|---|
| Classes in com.senseidb.search.client.json.req with annotations of type CustomJsonHandler | |
|---|---|
class |
Selection
|
| Uses of CustomJsonHandler in com.senseidb.search.client.json.req.filter |
|---|
| Classes in com.senseidb.search.client.json.req.filter with annotations of type CustomJsonHandler | |
|---|---|
class |
BoolFilter
A filter that matches documents matching boolean combinations of other queries. |
class |
Ids
Filters documents that only have the provided ids. |
class |
QueryFilter
|
| Uses of CustomJsonHandler in com.senseidb.search.client.json.req.query |
|---|
| Classes in com.senseidb.search.client.json.req.query with annotations of type CustomJsonHandler | |
|---|---|
class |
BoolQuery
A query that matches documents matching boolean combinations of other queries. |
class |
CustomQuery
User may supply his own implementation of the query |
class |
DisMax
A query that generates the union of documents produced by its subqueries, and that scores each document with the maximum score for that document as produced by any subquery, plus a tie breaking increment for any additional matching subqueries. |
class |
FilteredQuery
A query that applies a filter to the results of another query. |
class |
MatchAllQuery
A query that matches all documents. |
class |
PathQuery
|
class |
QueryPrefix
Matches documents that have fields containing terms with a specified prefix (not analyzed). |
class |
QueryWildcard
A query that match on any (configurable) of the provided terms. |
class |
StringQuery
A query that uses a query parser in order to parse its content. |
class |
TextQuery
A family of text queries that accept text, analyzes it, and
constructs a query out of it. |
| Uses of CustomJsonHandler in com.senseidb.search.client.json.req.query.span |
|---|
| Classes in com.senseidb.search.client.json.req.query.span with annotations of type CustomJsonHandler | |
|---|---|
class |
SpanFirst
Matches spans near the beginning of a field. |
class |
SpanNear
Matches spans which are near one another. |
class |
SpanNot
Removes matches which overlap with another span query. |
class |
SpanOr
Matches the union of its span clauses. |
class |
SpanTerm
Matches spans containing a term. |
| Uses of CustomJsonHandler in com.senseidb.search.client.json.res |
|---|
| Classes in com.senseidb.search.client.json.res with annotations of type CustomJsonHandler | |
|---|---|
class |
SenseiHit
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||