The GitHub Actions job "Build" on jackrabbit-oak.git/lucene9-clean has failed.
Run started by GitHub user bhabegger (triggered by reschke).

Head commit for run:
85817f20066c9c048ba5ed1307f0061ef8ba5ec5 / Benjamin Habegger 
<[email protected]>
feat: add range query support for all property types

Implement comprehensive property query support including range queries,
NOT queries, and IN queries for Long, Double, Date, Boolean, and String
property types.

Query Support:
- Range queries: age > 25, price BETWEEN 10 AND 50
- NOT queries: status != 'draft'
- IN queries: category IN ('tech', 'science')
- Complex boolean: full-text + property filters

Indexing Updates:
- LongPoint for numeric (Long) fields
- DoublePoint for floating-point fields
- Date fields stored as LongPoint (milliseconds)
- Boolean fields as StringField
- Multi-value string array handling

Follows legacy LuceneIndex and Elastic patterns using Lucene 9 APIs.

Generated-by: Claude Sonnet 4.5 (Anthropic)

Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/22903423353

With regards,
GitHub Actions via GitBox

Reply via email to