Interface ExternalizerIds
-
public interface ExternalizerIdsIdentifiers used by the Marshaller to delegate to specialized Externalizers. For details, read https://infinispan.org/docs/10.0.x/user_guide/user_guide.html#preassigned_externalizer_id_ranges The range reserved for the Infinispan Query module is from 1600 to 1699.- Since:
- 7.0
- Author:
- Sanne Grinovero
-
-
Field Summary
Fields Modifier and Type Field Description static IntegerCLUSTERED_QUERY_COMMAND_RESPONSEstatic IntegerCLUSTERED_QUERY_OPERATIONstatic IntegerCLUSTERED_QUERY_TOPDOCSstatic IntegerFULL_TEXT_FILTERstatic IntegerINDEX_WORKERstatic IntegerLUCENE_BYTES_REFstatic IntegerLUCENE_FIELD_SCORE_DOCstatic IntegerLUCENE_SCORE_DOCstatic IntegerLUCENE_SORTstatic IntegerLUCENE_SORT_FIELDstatic IntegerLUCENE_TOPDOCSstatic IntegerLUCENE_TOPFIELDDOCSstatic IntegerLUCENE_TOTAL_HITSstatic IntegerPOJO_TYPE_IDENTIFIERstatic IntegerQUERY_DEFINITION
-
-
-
Field Detail
-
LUCENE_SORT
static final Integer LUCENE_SORT
-
LUCENE_SORT_FIELD
static final Integer LUCENE_SORT_FIELD
-
LUCENE_TOPDOCS
static final Integer LUCENE_TOPDOCS
-
CLUSTERED_QUERY_TOPDOCS
static final Integer CLUSTERED_QUERY_TOPDOCS
-
LUCENE_SCORE_DOC
static final Integer LUCENE_SCORE_DOC
-
LUCENE_TOPFIELDDOCS
static final Integer LUCENE_TOPFIELDDOCS
-
LUCENE_FIELD_SCORE_DOC
static final Integer LUCENE_FIELD_SCORE_DOC
-
INDEX_WORKER
static final Integer INDEX_WORKER
-
LUCENE_BYTES_REF
static final Integer LUCENE_BYTES_REF
-
QUERY_DEFINITION
static final Integer QUERY_DEFINITION
-
CLUSTERED_QUERY_COMMAND_RESPONSE
static final Integer CLUSTERED_QUERY_COMMAND_RESPONSE
-
FULL_TEXT_FILTER
static final Integer FULL_TEXT_FILTER
-
CLUSTERED_QUERY_OPERATION
static final Integer CLUSTERED_QUERY_OPERATION
-
POJO_TYPE_IDENTIFIER
static final Integer POJO_TYPE_IDENTIFIER
-
LUCENE_TOTAL_HITS
static final Integer LUCENE_TOTAL_HITS
-
-