Issues
- See if `java.util.stream.Collector` can be used instead of `ProjectionCollector`HSEARCH-5273
- @IndexedEmbedded fail when entity got @formulaHSEARCH-5226Resolved issue: HSEARCH-5226Marko Bekhta
- Deprecate `ValueConvert` in favor of more a more descriptive enum with more consistent handlingHSEARCH-5187Resolved issue: HSEARCH-5187Marko Bekhta
- Do not directly rely on the Security Manager in EmbeddedThreadProviderHSEARCH-5132Resolved issue: HSEARCH-5132Marko Bekhta
- Introduce `ValueConvert.PARSE` to provide built-in converters for string valuesHSEARCH-5109Resolved issue: HSEARCH-5109Marko Bekhta
- Refactor parameter handling during bindingHSEARCH-5075Resolved issue: HSEARCH-5075Marko Bekhta
- Add minimum_should_match to simple query string predicateHSEARCH-5073Resolved issue: HSEARCH-5073Marko Bekhta
- Rename VectorField#beamWidth / VectorField#maxConnections to align with Elasticsearch/OpenSearch namingHSEARCH-5056Resolved issue: HSEARCH-5056Marko Bekhta
- Allow passing BeanReference<? extends T> when registering beans to BeanConfigurationContextHSEARCH-5034Resolved issue: HSEARCH-5034Yoann Rodière
- Improve support for custom value bridges for vector fieldsHSEARCH-5021Resolved issue: HSEARCH-5021Marko Bekhta
- Allow binding a @HighlightProjection to a single-valued String (instead of List<String>) when using numberOfFragments(1)HSEARCH-5016Resolved issue: HSEARCH-5016Marko Bekhta
- Better Kotlin integration for the Search DSLHSEARCH-5003
- Annotation processor or Maven/Gradle plugins for static metamodel generationHSEARCH-4952
- Vector search using the Lucene backendHSEARCH-4948Resolved issue: HSEARCH-4948Marko Bekhta
- Remove support for the complement operator (~) in regexp queriesHSEARCH-4938Resolved issue: HSEARCH-4938Marko Bekhta
- StackOverflow error when processing cyclic indexed embedded with excludePathsHSEARCH-4876Resolved issue: HSEARCH-4876Marko Bekhta
- Introduce a common EntityReference interface and deprecate mapper-specific onesHSEARCH-4843Resolved issue: HSEARCH-4843Yoann Rodière
- Only allow nesting-aware projections within `object` projectionsHSEARCH-4827Resolved issue: HSEARCH-4827Marko Bekhta
- Propagate failures to submit operations through OperationSubmitter.offloading()HSEARCH-4814Resolved issue: HSEARCH-4814Marko Bekhta
- Basic support for parameters at the query levelHSEARCH-4806Resolved issue: HSEARCH-4806Marko Bekhta
- ServiceConfigurationError thrown by non aggregated classloader when loading services should be ignoredHSEARCH-4803Resolved issue: HSEARCH-4803Marko Bekhta
- [HSearch 5] Indexing entities with a shared id across tenants results in removal from those tenantsHSEARCH-4789Resolved issue: HSEARCH-4789Yoann Rodière
- Deprecate the concept of "DetachedBackendSessionContext"HSEARCH-4771Resolved issue: HSEARCH-4771Yoann Rodière
- Remove dead code: SearchQueryBuilderFactoryHSEARCH-4741Resolved issue: HSEARCH-4741Yoann Rodière
- OperationSubmitter to "retry from another thread"HSEARCH-4736Resolved issue: HSEARCH-4736Marko Bekhta
- Configurable behavior on full queues for indexing operationsHSEARCH-4700Resolved issue: HSEARCH-4700Marko Bekhta
- Rely on Hibernate ORM's BOM (hibernate-platform) to align on ORM's version of dependenciesHSEARCH-4699Resolved issue: HSEARCH-4699Marko Bekhta
- Rename .add(...) to .and(...)/.or(...) in "simple" boolean predicatesHSEARCH-4677Resolved issue: HSEARCH-4677Yoann Rodière
- Use .and() syntax by default with .where(BiFunction) and .nested() predicateHSEARCH-4676Resolved issue: HSEARCH-4676Yoann Rodière
- Provide more guidance in error messages when calling "retrieve-by-name" methodsHSEARCH-4656Resolved issue: HSEARCH-4656Yoann Rodière
- Deadlock in RootFailureCollector when exceeding the failure limit (100) with concurrent failures from different threadsHSEARCH-4654Resolved issue: HSEARCH-4654Yoann Rodière
- Syntactic sugar for negating predicates (NOT)HSEARCH-4645Resolved issue: HSEARCH-4645Marko Bekhta
- Inner hits in search queriesHSEARCH-4630
- Loading of non-root entities in search queriesHSEARCH-4629
- Inconsistent behavior of boolean predicate when not adding any clauseHSEARCH-4619Resolved issue: HSEARCH-4619Yoann Rodière
- Add an hasClause() accessor in BooleanPredicateOptionsCollector/SimpleBooleanPredicateClausesCollectorHSEARCH-4618Resolved issue: HSEARCH-4618Marko Bekhta
- Improve exception and log messages involving multi-valued elementsHSEARCH-4611Resolved issue: HSEARCH-4611Yoann Rodière
- Syntactic sugar for OR/AND predicatesHSEARCH-4601Resolved issue: HSEARCH-4601
- Simplify passing the SearchIntegration to mappingsHSEARCH-4592Resolved issue: HSEARCH-4592Yoann Rodière
- Safer closing of resources in SavedStateHSEARCH-4589Resolved issue: HSEARCH-4589Yoann Rodière
- More extensive testing of from()/as()/multi() on object projectionsHSEARCH-4582Resolved issue: HSEARCH-4582Yoann Rodière
- Simplify search projection SPIHSEARCH-4568Resolved issue: HSEARCH-4568Yoann Rodière
- "Constant" projection, returning a given constantHSEARCH-4567Resolved issue: HSEARCH-4567Yoann Rodière
- SPI for "hot" restart that allows compatible schema changes with Lucene without losing data in local-heap indexesHSEARCH-4566Resolved issue: HSEARCH-4566Fabio Massimo Ercoli
- queryString predicate for advanced, Lucene-syntax query stringsHSEARCH-4563Resolved issue: HSEARCH-4563Marko Bekhta
- Upgrade to JDK 11 as the baseline and drop JDK 8 compatibilityHSEARCH-4556Resolved issue: HSEARCH-4556Marko Bekhta
- Option to return composite/object projections as an object arrayHSEARCH-4553Resolved issue: HSEARCH-4553Yoann Rodière
- Rename NamedPredicateProvider to PredicateDefinitionHSEARCH-4550Resolved issue: HSEARCH-4550Yoann Rodière
- SPI for "hot" restart that allows compatible schema changes with Lucene but doesn't interrupt search/indexing availabilityHSEARCH-4545
- .within() and .withinAny() for the range predicateHSEARCH-4542Resolved issue: HSEARCH-4542Marko Bekhta
50 of 962
See if `java.util.stream.Collector` can be used instead of `ProjectionCollector`
Description
Details
Assignee
UnassignedUnassignedReporter
Marko BekhtaMarko BekhtaLabels
Components
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Marko Bekhta
Marko BekhtaLabels
Components
Priority
Created November 18, 2024 at 1:39 PM
Updated December 4, 2024 at 8:45 AM
Activity
Show:
As a follow-up to and additionally see