mdproctor opened a new issue, #6642:
URL: https://github.com/apache/incubator-kie-drools/issues/6642

   Part of #6638 (DSL sub-epic).
   
   ## What
   
   Add a `DataBuilder` entry point for declaring named data stores with 
filtering and indexing hints, separate from the rule-authoring DSL.
   
   ## Vol2 coverage target
   
   `DataBuilderTest.java` — currently MISSING.
   
   ## Acceptance criteria
   
   - [ ] `DataBuilder` class with `store(name)` entry point
   - [ ] `.type(Class<T>)` — typed data store declaration
   - [ ] `.filter(Predicate<T>)` — pre-filter on ingested facts
   - [ ] `.index(KeyExtractor)` — anonymous index hint
   - [ ] Named index variant: `.index(name, KeyExtractor)`
   - [ ] Fluent chain composes correctly (filter → index → filter)
   - [ ] All `DataBuilderTest` cases pass against the sandbox


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to