David Smiley
David Smiley
If I explicitly use a quotes then the phrase works. But if I simply use CamelCase in the query then it does not query as a phrase. If we were...
StatisticsHelper: Remove attempts to "setDaemon" the stats polling thread And update memory status one final time in stopStatistics(). Closes #24
StatisticsHelper.java generates information about the garbage collector during a benchmark task. Here's a snippet that winds up at the end of a ".stdout" log file: ``` Garbage Generated in Young...
The PKLookupTask appears to be an unsound benchmark. It chooses some number of IDs purely at random. Much of the time, the IDs will be purely before or after the...
This image is only 238.8 MB down from 875.9MB. Also updates to 1.3.1.8.
Netty is an *optional* dependency of Zookeeper; one must opt-in to use it. Netty remains a solr-core dependency transitively via Hadoop/HDFS. https://issues.apache.org/jira/browse/SOLR-15215
Prevents other bugs by failing fast Very minor change.
There are places where we get a DocSet from a query when we don't need to. Also, improved DocSet.getTopFilter to implement DocSetProducer so as to avoid possible re-construction of the...
https://issues.apache.org/jira/browse/LUCENE-8962 (contributed by Salesforce) See early comment: // Extends TieredMergePolicy for convenience but we could adjust to delegate or modify TieredMergePolicy
We've already got some quick-start instructions for geonames, but lets put it into a script (bash?) -- one that can be run after the docker based image is running as...