Issues
- Add default identifier bridges for types character, boolean, byte, float, doubleHSEARCH-3993Resolved issue: HSEARCH-3993Yoann Rodière
- Upgrade to Hibernate ORM 5.4.21.FinalHSEARCH-3989Resolved issue: HSEARCH-3989Yoann Rodière
- Using search(...).select(...) drops the type of loading options and prevents their definitionHSEARCH-3988Resolved issue: HSEARCH-3988Yoann Rodière
- Remove dead code related to "*Expectations" classes in the backend TCKHSEARCH-3987Resolved issue: HSEARCH-3987Yoann Rodière
- Upgrade to Elasticsearch 7.9.0HSEARCH-3984Resolved issue: HSEARCH-3984Yoann Rodière
- Upgrade to Lucene 8.6.1HSEARCH-3983Resolved issue: HSEARCH-3983Yoann Rodière
- Upgrade to Hibernate ORM 5.4.20.FinalHSEARCH-3981Resolved issue: HSEARCH-3981Yoann Rodière
- Expose multiValuedInRoot in the metamodelHSEARCH-3980Resolved issue: HSEARCH-3980Fabio Massimo Ercoli
- Rename @IndexedEmbedded.maxDepth to includeDepthHSEARCH-3979Resolved issue: HSEARCH-3979Yoann Rodière
- Expose scrolling operations through JPA/ORM queriesHSEARCH-3975Resolved issue: HSEARCH-3975Yoann Rodière
- Backend-specific extensions for scrollHSEARCH-3974Resolved issue: HSEARCH-3974Yoann Rodière
- Re-enable SearchQueryEntityLoadingGraphIT.lazy_fetchHSEARCH-3973Resolved issue: HSEARCH-3973Yoann Rodière
- Support hard timeout on Hibernate ORM entity loadingHSEARCH-3787Resolved issue: HSEARCH-3787Fabio Massimo Ercoli
- Improve the timeout implementation for ElasticsearchHSEARCH-3774Resolved issue: HSEARCH-3774Fabio Massimo Ercoli
- Allow field access to property with the JavaBean mapperHSEARCH-3613Resolved issue: HSEARCH-3613Yoann Rodière
- Optimize the computation of total hit countHSEARCH-3517Resolved issue: HSEARCH-3517Fabio Massimo Ercoli
- Allow per-index analyzer definitions in ElasticsearchHSEARCH-3309Resolved issue: HSEARCH-3309Yoann Rodière
- Search 6 groundwork - Restore support for indexing event interceptorsHSEARCH-3108Resolved issue: HSEARCH-3108Yoann Rodière
- Lower the default read timeout with ElasticsearchHSEARCH-2505Resolved issue: HSEARCH-2505Fabio Massimo Ercoli
19 of 19
Add default identifier bridges for types character, boolean, byte, float, double
Fixed
Description
Details
Assignee
Yoann RodièreYoann RodièreReporter
Yoann RodièreYoann RodièreComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreComponents
Sprint
None
Fix versions
Priority
Created September 3, 2020 at 12:40 PM
Updated September 4, 2020 at 1:07 PM
Resolved September 4, 2020 at 9:57 AM
Activity
Show:
They're very dubious choices for document identifiers, but they used to be accepted by Search 5, and
byte
in particular is used as a document id in some tests from Search 5.If it's quick and easy, let's add support for these types.