Issues
- Make ElasticsearchWorkProcessor use one execution context per runnable once againHSEARCH-2767Resolved issue: HSEARCH-2767Yoann Rodière
- Use improved statistic collector utilities from JDK8HSEARCH-2763Resolved issue: HSEARCH-2763Sanne Grinovero
- Reduce the memory footprint of the Elasticsearch instances in buildsHSEARCH-2762Resolved issue: HSEARCH-2762Yoann Rodière
- Elasticsearch purges may fail due to concurrent (or non-refreshed) writesHSEARCH-2761Resolved issue: HSEARCH-2761Yoann Rodière
- SpatialFieldBridge uses inefficient Reflection accessHSEARCH-2754Resolved issue: HSEARCH-2754Yoann Rodière
- Improve overhead of checking for Timeout during Query executionHSEARCH-2752Resolved issue: HSEARCH-2752Sanne Grinovero
- SimpleQueryStringDSLTest fails on Elasticsearch 5.1HSEARCH-2751Resolved issue: HSEARCH-2751Yoann Rodière
- Make sure every SearchIntegrator built in test is closed properlyHSEARCH-2749Resolved issue: HSEARCH-2749Yoann Rodière
- Just log a warning instead of throwing an exception when connecting to an ES server with a higher version than supportedHSEARCH-2748Resolved issue: HSEARCH-2748Yoann Rodière
- Fix a few typos in the backend section of the documentationHSEARCH-2747Resolved issue: HSEARCH-2747Guillaume Smet
- Translate parameters of WordDelimiterFilterFactory from 0/1 to booleans on ElasticsearchHSEARCH-2746Resolved issue: HSEARCH-2746Yoann Rodière
- Make the Elasticsearch option more prominent in the documentationHSEARCH-2745Resolved issue: HSEARCH-2745Yoann Rodière
- Improve Simple Query String documentationHSEARCH-2744Resolved issue: HSEARCH-2744Guillaume Smet
- JGroupsDynamicMasterElectionTest fails on WindowsHSEARCH-2743Resolved issue: HSEARCH-2743Yoann Rodière
- NPE when clearing the index in ElasticsearchHSEARCH-2742Resolved issue: HSEARCH-2742Yoann Rodière
- Fix dependency convergence issue between MariaDB and integration testsHSEARCH-2741Resolved issue: HSEARCH-2741Yoann Rodière
- Remove dead dependencies from sandbox performance testsHSEARCH-2740Resolved issue: HSEARCH-2740Sanne Grinovero
- Some error message use the indexed type and field path inconsistentlyHSEARCH-2739Resolved issue: HSEARCH-2739Yoann Rodière
- Agents usage during builds requires a new JVM flag on JDK 9HSEARCH-2737Resolved issue: HSEARCH-2737Sanne Grinovero
- Discovery_scheme not taken in accountHSEARCH-2736Resolved issue: HSEARCH-2736
- Deprecate index-time boosting capabilitiesHSEARCH-2735Resolved issue: HSEARCH-2735Yoann Rodière
- Re-brand the "ram" DirectoryProvider as "local-heap"HSEARCH-2734Resolved issue: HSEARCH-2734Yoann Rodière
- FullTextIndexEventListener doesn't need to be SerializableHSEARCH-2733Resolved issue: HSEARCH-2733Sanne Grinovero
- New Spring integration tests are failing the JDK9 integration testsHSEARCH-2732Resolved issue: HSEARCH-2732Sanne Grinovero
- No longer needed to explicitly disable INDEX_UNINVERTING_ALLOWED in testsHSEARCH-2727Resolved issue: HSEARCH-2727Sanne Grinovero
- Add a concept of "normalizer" (analyzer without tokenizer)HSEARCH-2726Resolved issue: HSEARCH-2726Yoann Rodière
- Clarify that "directory-based" indexes are actually just "local Lucene" indexesHSEARCH-2724Resolved issue: HSEARCH-2724Yoann Rodière
- Clarify the documentation about built-in bridgesHSEARCH-2723Resolved issue: HSEARCH-2723Yoann Rodière
- Remove conditions around Java 8 specific codeHSEARCH-2722Resolved issue: HSEARCH-2722Yoann Rodière
- Fix transient failures in DefaultElasticsearchClientFactoryTest.discoveryHSEARCH-2721Resolved issue: HSEARCH-2721Yoann Rodière
- Fix links to hibernate.onjira.comHSEARCH-2719Resolved issue: HSEARCH-2719Yoann Rodière
- Make the analyzer definition provider interfaces API instead of SPIHSEARCH-2718Resolved issue: HSEARCH-2718Yoann Rodière
- Performance tests in sandbox running out of JDBC connectionsHSEARCH-2717Resolved issue: HSEARCH-2717Sanne Grinovero
- Investigate test failures on the MariaDB job in the CIHSEARCH-2716Resolved issue: HSEARCH-2716Sanne Grinovero
- Mention in the documentation *when* a full reindex may be necessaryHSEARCH-2715Resolved issue: HSEARCH-2715Yoann Rodière
- Allow finer-grained configuration of Elasticsearch authenticationHSEARCH-2714Resolved issue: HSEARCH-2714Yoann Rodière
- Upgrade to Elasticsearch 5.4.1HSEARCH-2711Resolved issue: HSEARCH-2711Yoann Rodière
- Move integration test environment resources to a more fitting locationHSEARCH-2696Resolved issue: HSEARCH-2696Yoann Rodière
- Avoid explicit usage of hibernate.search. prefix for new Elasticsearch configuration propertiesHSEARCH-2683Resolved issue: HSEARCH-2683Yoann Rodière
- IndexControlMBean should no longer be flagged experimentalHSEARCH-2666Resolved issue: HSEARCH-2666Sanne Grinovero
- Promote IndexingInterceptor to be no longer experimentalHSEARCH-2665Resolved issue: HSEARCH-2665Sanne Grinovero
- Support "normalizers" in Elasticsearch 5.2+HSEARCH-2659Resolved issue: HSEARCH-2659Yoann Rodière
- Create one error context per set of works, instead of one per work, when processing Elasticsearch worksHSEARCH-2652Resolved issue: HSEARCH-2652Yoann Rodière
- Switch to the Painless language for Elasticsearch inline scriptsHSEARCH-2603Resolved issue: HSEARCH-2603Yoann Rodière
- Document the Analyzer definition extension pointsHSEARCH-2583Resolved issue: HSEARCH-2583Yoann Rodière
- Byteman-based tests executed in the Elasticsearch module won't workHSEARCH-2481Resolved issue: HSEARCH-2481Yoann Rodière
- Shard filtering doesn't work with Elasticsearch queriesHSEARCH-2477Resolved issue: HSEARCH-2477Yoann Rodière
- Review which components should no longer be tagged as experimental in 5.8HSEARCH-1844Resolved issue: HSEARCH-1844Sanne Grinovero
- More flexibility than just Class to identify indexing metadataHSEARCH-1404Resolved issue: HSEARCH-1404Sanne Grinovero
- Support @Inject in ClassBridges and FieldBridge instancesHSEARCH-1316Resolved issue: HSEARCH-1316Yoann Rodière
50 of 50