Vera Clemens

Results 33 comments of Vera Clemens

@pdurbin :+1: In principle, I am interested in making a PR but I am not sure how soon I will have the time.

@pdurbin Good catch, yes I did indeed publish the dataset before replacing the file. The error does not occur otherwise. I am sorry for missing that. I have updated the...

Additionally, I've set `hl.requireFieldMatch` to `true`: > If false, all query terms will be highlighted for each field to be highlighted (hl.fl) no matter what fields the parsed query refer...

@qqmyers good question. When I tried to enter to invalid data (non-integer in an integer field, non-float in a float field, or non-date in a date field), I got the...

@pdurbin I've just added an API test for the range queries as you suggested.

> I wouldn't be surprised if BC dates are something people want and want to have indexed. It wouldn't be a problem in general. Solr does support BC dates, however...

I've just pushed a commit that implements the suggestion above (if encountering a bad legacy value in an int/float/date field, just drop that field, but index the rest of the...

Thank you! Yes, I think that's expected. I also haven't seen any highlighting for range queries, and didn't find any indication that Solr supports it in the documentation. I've just...

@ofahimIQSS thanks for testing! Yes, I am seeing the same behaviour. The document indexed in Solr for that metadata looks like this: ![image](https://github.com/user-attachments/assets/380bcf96-a7bf-4660-82bd-7690cb266b78) While `exampleFloatField` and `exampleIntegerField` are indexed, `exampleDateField`...