Issues
- Use a org.hibernate.models.spi.ClassLoading based on org.hibernate.search.engine.environment.classpath.spi.ClassResolverHSEARCH-5342Resolved issue: HSEARCH-5342Marko Bekhta
- Add Pojo Standalone mapper Javadocs to the bundleHSEARCH-5285Resolved issue: HSEARCH-5285Marko Bekhta
- Possible infinite recursion when creating a SearchWorkspace by calling a deprecated SearchScope#workspace(String)HSEARCH-5211Resolved issue: HSEARCH-5211Marko Bekhta
- Add a fail-fast configuration option to the mass indexerHSEARCH-5208Resolved issue: HSEARCH-5208Marko Bekhta
- Standalone mapper's SearchScope#massIndexer(Object tenantId) returns nullHSEARCH-5158Resolved issue: HSEARCH-5158Marko Bekhta
- SPI to register/use a separate PojoIndexingProcessor to index the identifierHSEARCH-5097
- Simplify entity registration in the Standalone POJO mapperHSEARCH-5068Resolved issue: HSEARCH-5068Yoann Rodière
- Allow targeting entities by name in the Standalone POJO MapperHSEARCH-5067Resolved issue: HSEARCH-5067Yoann Rodière
- Two-phase boot for the standalone POJO mapperHSEARCH-5065Resolved issue: HSEARCH-5065Yoann Rodière
- Non-string tenant identifiersHSEARCH-5006Resolved issue: HSEARCH-5006Marko Bekhta
- Use dropAndCreateSchemaOnStart by default on Amazon OpenSearch Service for MassIndexer and JSR-352 integrationHSEARCH-4930Resolved issue: HSEARCH-4930Marko Bekhta
- Introduce a common EntityReference interface and deprecate mapper-specific onesHSEARCH-4843Resolved issue: HSEARCH-4843Yoann Rodière
- Expose a way for `SearchMappingBuilder` to get properties from a fileHSEARCH-4742Resolved issue: HSEARCH-4742Marko Bekhta
- Rely on Hibernate ORM's BOM (hibernate-platform) to align on ORM's version of dependenciesHSEARCH-4699Resolved issue: HSEARCH-4699Marko Bekhta
- Avoid default methods in API entrypoints because of CDI proxiesHSEARCH-4663Resolved issue: HSEARCH-4663Yoann Rodière
- Provide more guidance in error messages when calling "retrieve-by-name" methodsHSEARCH-4656Resolved issue: HSEARCH-4656Yoann Rodière
- Loading of non-root entities in search queriesHSEARCH-4629
- Add support for SearchWorkspace to the Standalone POJO MapperHSEARCH-4621Resolved issue: HSEARCH-4621Yoann Rodière
- Simplify the configuration of indexing plan synchronization with the Standalone POJO MapperHSEARCH-4620Resolved issue: HSEARCH-4620Marko Bekhta
- Rename automatic indexing to something more explicitHSEARCH-4616Resolved issue: HSEARCH-4616Marko Bekhta
- Move more configuration of the Standalone POJO mapper to configuration propertiesHSEARCH-4615Resolved issue: HSEARCH-4615Marko Bekhta
- Test the standalone POJO mapper with real backendsHSEARCH-4614Resolved issue: HSEARCH-4614Yoann Rodière
- Simplify passing the SearchIntegration to mappingsHSEARCH-4592Resolved issue: HSEARCH-4592Yoann Rodière
- Publish mapper-pojo-standalone as an incubating moduleHSEARCH-4320Resolved issue: HSEARCH-4320Yoann Rodière
- Add mapper-pojo section to the reference documentationHSEARCH-4319Resolved issue: HSEARCH-4319Yoann Rodière
- Review mapper-pojo-standalone API, mark as @Incubating if necessary, remove loose endsHSEARCH-4318Resolved issue: HSEARCH-4318Yoann Rodière
- Rename mapper-javabean to mapper-pojo-standalone (including APIs)HSEARCH-4317Resolved issue: HSEARCH-4317Yoann Rodière
- SearchSession#isOpen() in the javabean mapperHSEARCH-4215Resolved issue: HSEARCH-4215Waldemar Kłaczyński
- Improve the mapper-javabean loading API and common codeHSEARCH-4203Resolved issue: HSEARCH-4203Yoann Rodière
- Return type of session.search() in mapper-javabean does not expose the entity typeHSEARCH-4185Resolved issue: HSEARCH-4185Waldemar Kłaczyński
- Mass indexing in mapper-javabeanHSEARCH-4180Resolved issue: HSEARCH-4180Waldemar Kłaczyński
- Fix code smells detected by Sonar - 2020-10HSEARCH-4073Resolved issue: HSEARCH-4073Yoann Rodière
- Expose metadata about the targeted types from SearchScopeHSEARCH-3994Resolved issue: HSEARCH-3994Yoann Rodière
- Remove "get"/"set" prefixes from API methodsHSEARCH-3922Resolved issue: HSEARCH-3922Yoann Rodière
- Verify multiple loading with the DefaultProjectionHitMapper on the same query instanceHSEARCH-3896Resolved issue: HSEARCH-3896Fabio Massimo Ercoli
- Purging a document from the POJO mapper will lead to NPEHSEARCH-3825Resolved issue: HSEARCH-3825Yoann Rodière
- Stop publishing the mapper-javabean moduleHSEARCH-3815Resolved issue: HSEARCH-3815Yoann Rodière
- Simplify how HibernateOrmMappingContext/HibernateOrmSessionContext are implementedHSEARCH-3773Resolved issue: HSEARCH-3773Yoann Rodière
- Report failures in work executions only once, at the mapper levelHSEARCH-3735Resolved issue: HSEARCH-3735Yoann Rodière
- All background operations should propagate exceptions from the mapper to the user threadHSEARCH-3728Resolved issue: HSEARCH-3728Yoann Rodière
- Use the entity name instead of the class name as default index nameHSEARCH-3705Resolved issue: HSEARCH-3705Yoann Rodière
- Make SearchScope session-independentHSEARCH-3671Resolved issue: HSEARCH-3671Yoann Rodière
- Allow field access to property with the JavaBean mapperHSEARCH-3613Resolved issue: HSEARCH-3613Yoann Rodière
- Replace PojoReference with mapper-specific typesHSEARCH-3604Resolved issue: HSEARCH-3604Yoann Rodière
- Make the call to asXXX() (asEntity, asReference) optional in the Search DSLHSEARCH-3578Resolved issue: HSEARCH-3578Yoann Rodière
- Allow extensions at the top level of the query DSLHSEARCH-3544Resolved issue: HSEARCH-3544Yoann Rodière
- Search 6 groundwork - Use dedicated APIs for the ORM mapper instead of extending the POJO mapper APIs, where possibleHSEARCH-3398Resolved issue: HSEARCH-3398Yoann Rodière
- Search 6 groundwork - Cleanup and organize mapper integration testsHSEARCH-3359Resolved issue: HSEARCH-3359Yoann Rodière
- Search 6 groundwork - Draft Search 6 APIs and implementations in a prototypeHSEARCH-3302Resolved issue: HSEARCH-3302Yoann Rodière
- Search 6 groundwork - Add generic type parameters to PropertyHandleHSEARCH-3058Resolved issue: HSEARCH-3058Fabio Massimo Ercoli
50 of 51