Robert Muir
Robert Muir
@mikemccand i had 2 remaining concerns: 1. legal, there is a lot of copied/forked ICU code here and any of that should be done correctly 2. maintenance: consequence of the...
it would be great to open a followup "wish" issue at least to think about ways we might remove the stored fields and term vectors threadlocals completely? The difficult part...
-1 to this code change which started all the new public classes/renaming problems
My concerns are on the JIRA issue, I don't want them to be forgotten. https://issues.apache.org/jira/browse/LUCENE-10471 I don't know how we can say "we will not recommend further increase". What happens...
There are some more copies of this stuff in BufferedIndexInput and BlockPackedReaderIterator
i tried it out, some kind of META-INF problem hit me (openjdk 16.0.2) ``` think:jmh[JMH]$ ./jmh.sh FuzzyQuery Getting classpath from gradle... Downloading gradle-wrapper.jar from https://github.com/gradle/gradle/raw/v7.2.0/gradle/wrapper/gradle-wrapper.jar Note: Some input files use...
The problem for me is that the shellscript pulls its `$classpath` variable from the output of `gradlew echoCp`. The issue is, this contains a lot more than the classpath, it...
Everything works for me if we add `--console plain` to the echoCp line, then it won't add all this terminal-escaped nonsense: ``` --- a/lucene/jmh/jmh.sh +++ b/lucene/jmh/jmh.sh @@ -36,7 +36,7 @@...
Yeah, SoftReference is never the solution. We should add this class to our forbidden apis list.
could we look at storing this stuff as docvalues instead of as payloads that are read into heap memory? It is just integers or list of integers right?