Stefan Vodita

Results 18 issues of Stefan Vodita

### Description I've seen `OutOfMemoryError`s a few times recently when doing `./gradlew test` or `./gradlew check`. I don't think this is related to my changes, because it's intermittent and I've...

type:bug

### Description With facet associations, we have the option of summing floats into an accumulator. This type of operation is prone to errors, which can be prevented by using summation...

type:task

### Description For Amazon Product Search, we use `IndexOrDocValuesQuery` and have changed it to take a listener type object that records and reports on the decision the query has made....

type:enhancement

### Description `DynamicRangeUtil` [collects](https://github.com/apache/lucene/blob/02b37670e481679363e8ae5c245e5ed3cb0f10b6/lucene/facet/src/java/org/apache/lucene/facet/range/DynamicRangeUtil.java#L145) values from each segment and then [sorts](https://github.com/apache/lucene/blob/02b37670e481679363e8ae5c245e5ed3cb0f10b6/lucene/facet/src/java/org/apache/lucene/facet/range/DynamicRangeUtil.java#L213) all the values in the main thread. I wonder if we could get a speed-up from collecting values in...

type:enhancement

### Description This runs along the checks we already have for PR creation/update and warns us if there is no CHANGES.txt entry. Closes #13898

### Description We always have to remind ourselves and others to add a CHANGES entry. We can probably write a GitHub action to check for changes to that file on...

type:enhancement

### Description Beam has a rich community metrics [dashboard](http://35.193.202.176/d/code_velocity/code-velocity?orgId=1) ([discussion](https://lists.apache.org/thread/0mqo7jfz0ooc1bzvggvw6h0gdlmbd1kl)). Would it help to have something similar?

type:enhancement

### Description It would be useful to filter by "module:facet", "module:spatial", etc. These labels already exist, but I haven't seen them used. We could probably write a bot to add...

type:enhancement