Issues
- Spell check functionalityHSEARCH-269
- Support runtime polymorphism on associations (instead of defining the indexed properties based on the returned type)HSEARCH-438
- Make it possible to configure an alternative IndexDeletionPolicyHSEARCH-816
- Allow for the creation of a index backupHSEARCH-1006
- @IndexedEmbedded.includePaths should allow to pick paths that were excluded from the embedded entityHSEARCH-1112
- Use Jandex instead of hibernate-commons-annotations for annotation discoveryHSEARCH-1213
- Offer ability to define template based directories for shardingHSEARCH-1295
- Minimize file descriptor usage by coupling the IndexReader lifecycle to Merger activityHSEARCH-1349
- Composite bridgesHSEARCH-1397
- Implement updateable numeric fieldsHSEARCH-1473
- Indexing and querying of primitive typesHSEARCH-1493
- API to declare free-form entity propertiesHSEARCH-1526
- Grouping the search result by index field (field collapsing)HSEARCH-1802
- Expose indexing queue length and other backend performance metricsHSEARCH-1892
- Log all properties and their values at startup timeHSEARCH-1898
- Query based approach for reindexing resolutionHSEARCH-1937
- Support for on-demand/lazy initialization of backend resourcesHSEARCH-2339
- Support for parallel searchersHSEARCH-2345
- Indexed resolution (truncation) for date/time typesHSEARCH-2378
- Add a hidden "origin" field to be able to select documents created in a same batchHSEARCH-2728
- Restore support for statisticsHSEARCH-3129
- Restore support for MoreLikeThisQueriesHSEARCH-3272
- Type-safe field referencesHSEARCH-3319Marko Bekhta
- Predicates on bridge-registered object fieldsHSEARCH-3320Yoann Rodière
- Projections on bridge-registered object fieldsHSEARCH-3321
- Add options for match predicates targeting multiple fieldsHSEARCH-3327
- Predicates with reduced scope (narrowed target type) in predicate DSLHSEARCH-3434
- Improve reactive support in the backendHSEARCH-3471
- Near-zero-downtime mass indexing when the schema did not changeHSEARCH-3499
- Implement multi-index operations such as purge or delete-by-query as a single Elasticsearch callHSEARCH-3596Yoann Rodière
- Combine the results of a database query and a search queryHSEARCH-3630
- Replace the searchable/sortable/projectable flags for fields with a single array of feature flagsHSEARCH-3633Yoann Rodière
- Provide integrations to real-world spatial librariesHSEARCH-3639
- Extracting and indexing map entriesHSEARCH-3689Yoann Rodière
- Filters based exclusively on mapper metadata for @IndexedEmbeddedHSEARCH-3903
- Object fields that are both nested and flattened (ES's include_in_parent)HSEARCH-3955
- Tracing indexing requests and search queriesHSEARCH-4057
- Regexps on normalized fields are normalized on ElasticsearchHSEARCH-4171Yoann Rodière
- SPI for "hot" restart that allows compatible schema changes with Lucene but doesn't interrupt search/indexing availabilityHSEARCH-4545
- Loading of non-root entities in search queriesHSEARCH-4629
- Inner hits in search queriesHSEARCH-4630
- Annotation processor or Maven/Gradle plugins for static metamodel generationHSEARCH-4952
- Better Kotlin integration for the Search DSLHSEARCH-5003
- See if `java.util.stream.Collector` can be used instead of `ProjectionCollector`HSEARCH-5273
- Hibernate ORM Sort on Hibernate Search queriesHSEARCH-172
- Optimize indexedEmbedded use case with id retrieval onlyHSEARCH-1234
- Optimizing Document update/recreate process by reading values back from the DocumentHSEARCH-1236
- Facet Use CasesHSEARCH-1550
- Hibernate Search Referential CacheHSEARCH-1611
- Offer ability to filter out @IndexedEmbedded instances based on their stateHSEARCH-1887
50 of 53