Issues
- The javadoc @see tag is illegal on URLsHSEARCH-2495Resolved issue: HSEARCH-2495Sanne Grinovero
- Generics usage needs to be stricter to make the Java9 compiler happyHSEARCH-2493Resolved issue: HSEARCH-2493Sanne Grinovero
- Upgrade Elasticsearch used for testing to 2.4.2HSEARCH-2483Resolved issue: HSEARCH-2483Yoann Rodière
- Sort DSL fails with ClassCastException when using missing values on numeric non-double fieldsHSEARCH-2482Resolved issue: HSEARCH-2482Yoann Rodière
- Adding classes to the SearchIntegrator concurrently fails with ElasticsearchHSEARCH-2480Resolved issue: HSEARCH-2480Yoann Rodière
- Elasticsearch score sorts are reversedHSEARCH-2475Resolved issue: HSEARCH-2475Yoann Rodière
- Elasticsearch sorts ignore the "missing value" propertyHSEARCH-2474Resolved issue: HSEARCH-2474Yoann Rodière
- Add support for projection on unmapped fields with ElasticsearchHSEARCH-2471Resolved issue: HSEARCH-2471Yoann Rodière
- Drop support for projection on fields with a one-way bridge in ElasticsearchHSEARCH-2470Resolved issue: HSEARCH-2470Yoann Rodière
- method getShardIdentifiersForDeletion in ShardIdentifierProviderTemplate should not be finalHSEARCH-2468Resolved issue: HSEARCH-2468Sanne Grinovero
- Clean up confusions between relative field name, absolute field name and property nameHSEARCH-2457Resolved issue: HSEARCH-2457Yoann Rodière
- StringFacetingTest.testStringFacetingWithNameCollision() fails randomly with ElasticsearchHSEARCH-2451Resolved issue: HSEARCH-2451Yoann Rodière
- In internal metadata, provide access to BridgeDefinedFields through their source document fieldHSEARCH-2450Resolved issue: HSEARCH-2450Yoann Rodière
- Throw exceptions with clear messages when there are field type conflicts with ElasticsearchHSEARCH-2448Resolved issue: HSEARCH-2448Yoann Rodière
- Improve error handlingHSEARCH-2445Resolved issue: HSEARCH-2445Gustavo Fernandes
- AsyncExecutor blocks forever on shutdownHSEARCH-2442Resolved issue: HSEARCH-2442Sanne Grinovero
- NPE when generating mapping for unindexed class bridge fields with ElasticsearchHSEARCH-2439Resolved issue: HSEARCH-2439Yoann Rodière
- Tests failing following daylight saving time changeHSEARCH-2438Resolved issue: HSEARCH-2438Yoann Rodière
- Prepare the support for Elasticsearch 5HSEARCH-2437Resolved issue: HSEARCH-2437Yoann Rodière
- Reference HSEARCH-2414 in the Elasticsearch docHSEARCH-2436Resolved issue: HSEARCH-2436Yoann Rodière
- Improve Elasticsearch documentationHSEARCH-2435Resolved issue: HSEARCH-2435Emmanuel Bernard
- AssertionFailure with providedId in embeddedsHSEARCH-2433Resolved issue: HSEARCH-2433Yoann Rodière
- Entity Ids containing underscore lost when queryingHSEARCH-2432Resolved issue: HSEARCH-2432Yoann Rodière
- NPE with projections and ElasticsearchHSEARCH-2431Resolved issue: HSEARCH-2431
- Analyzers on ClassBridge are being ignored with ElasticsearchHSEARCH-2429Resolved issue: HSEARCH-2429Yoann Rodière
- Introduce JMH tests for query execution via the engine component onlyHSEARCH-2427Resolved issue: HSEARCH-2427Sanne Grinovero
- Remote analyzer initialization fails when using dynamic sharding on ElasticsearchHSEARCH-2426Resolved issue: HSEARCH-2426Yoann Rodière
- Projection on spatial coordinates returns a String instead of a number with ElasticsearchHSEARCH-2425Resolved issue: HSEARCH-2425Yoann Rodière
- Error when projecting on the score while not sorting by relevanceHSEARCH-2422Resolved issue: HSEARCH-2422Yoann Rodière
- Tenant IDs containing underscores are not supported with ESHSEARCH-2420Resolved issue: HSEARCH-2420Yoann Rodière
- Using array/iterable/map field bridges requires the @IndexedEmbedded annotationHSEARCH-2419Resolved issue: HSEARCH-2419Yoann Rodière
- Add links to the JIRA tickets for missing features in the Elasticsearch docHSEARCH-2416Resolved issue: HSEARCH-2416Yoann Rodière
- Add the target URL in Elasticsearch error messagesHSEARCH-2412Resolved issue: HSEARCH-2412Yoann Rodière
- Parent prefix gets ignored on @IndexedEmbedded @ElementCollectionHSEARCH-2409Resolved issue: HSEARCH-2409Yoann Rodière
- @IndexedEmbedded.prefix, .depth, etc. don't work on @ElementCollection anymoreHSEARCH-2408Resolved issue: HSEARCH-2408Yoann Rodière
- SearchIntegrator should no longer be marked experimentalHSEARCH-2407Resolved issue: HSEARCH-2407Sanne Grinovero
- -engine tests are not executed against the Elasticsearch backendHSEARCH-2406Resolved issue: HSEARCH-2406Yoann Rodière
- TwoWayFieldBridge exceptions are not wrapped properly when retrieving ES projection valuesHSEARCH-2403Resolved issue: HSEARCH-2403Yoann Rodière
- Elasticsearch backend mistakes @DateBridge for @CalendarBridgeHSEARCH-2402Resolved issue: HSEARCH-2402Yoann Rodière
- Boosts are (erroneously) not applied to IndexedEmbeddedsHSEARCH-2401Resolved issue: HSEARCH-2401Yoann Rodière
- Support IndexingMonitor for the Elasticsearch backendHSEARCH-2400Resolved issue: HSEARCH-2400Yoann Rodière
- The Elasticsearch backend doesn't support embeddeds prefixes properlyHSEARCH-2397Resolved issue: HSEARCH-2397Yoann Rodière
- Support custom field bridges with the Elasticsearch backend (for EmbeddedIds for instance)HSEARCH-2396Resolved issue: HSEARCH-2396Yoann Rodière
- Fix dependency issues for tests that are re-used in ElasticsearchHSEARCH-2394Resolved issue: HSEARCH-2394Yoann Rodière
- Remove dependency to Lucene in tests for features common to Lucene and ElasticsearchHSEARCH-2393Resolved issue: HSEARCH-2393Yoann Rodière
- Enable BridgeProviderTest for ElasticsearchHSEARCH-2392Resolved issue: HSEARCH-2392Yoann Rodière
- Investigate and label test exclusions in the ES moduleHSEARCH-2390Resolved issue: HSEARCH-2390Yoann Rodière
- TikaMetadataProcessor cannot add sortable fields (or fields usable in Elasticsearch)HSEARCH-2386Resolved issue: HSEARCH-2386Yoann Rodière
- Make the Elasticsearch version used for integration tests a build parameterHSEARCH-2384Resolved issue: HSEARCH-2384Yoann Rodière
- Document the supported Elasticsearch versions in the reference documentationHSEARCH-2375Resolved issue: HSEARCH-2375Yoann Rodière
50 of 64