Tobias Kässmann
Results
2
issues of
Tobias Kässmann
https://issues.apache.org/jira/browse/SOLR-15437 # Description We found out that a plain SolrCloud will return random sorted docs if you define a custom sort field or function. This problem is also mentioned on...
stale
We have to store a lot CountMinSketches in heap and we don't need the `long` values in there. Therefore we created a new one that just uses `short` values. It's...