RE: Solr 9.3.0: NumberRangePrefixTree error

2024-09-24 Thread Clemens, Vera
Hi all, I am having the same (or a very similar) issue. I am sending a SOLR range query for a DateRangeField (called "Design.administrativeInformation.startDate"): http://localhost:8983/solr/collection1/select?hl.snippets=1&hl=true&indent=true&q.op=OR&q=Design.administrativeInformation.startDate

Re: Solr 9.3.0: NumberRangePrefixTree error

2023-10-18 Thread Alex Deparvu
Hi Scott, Added some comments on the Jira you've created (https://issues.apache.org/jira/browse/SOLR-17003). This does look like an issue sitting at the intersection of UnifiedHighlighter with DateRangeField types. If anyone has deeper knowledge of UnifiedHighlighter, please comment on the Jira.