asfimport
asfimport
I have an index consisting of 44 million documents spread across 60 segments. When I run a query against this index with a huge number of results requested (e.g. 5...
IndexSearcher has the ability to search an index using multiple threads, but this behavior is an opt-in. Could we enable it by default so that: - Users experience better latency...
Extensive javadocs available in patch, but I also try to keep it compiled here: http://ginandtonique.org/\~kalle/javadocs/didyoumean/org/apache/lucene/search/didyoumean/package-summary.html#package_description A semi-retarded reinforcement learning thingy backed by algorithmic second level suggestion schemes that learns from...
As noted by Eduard Moraru on the solr-user mailing list, the sample fieldtypes Solr provides for dealing with the Czech use "cz" as a fieldType, dynamicField, and stopwords file naming...
**mark.pilon** ([Bug 65175](https://bz.apache.org/bugzilla//show_bug.cgi?id=65175&redirect=false)): Hello, I have an possible bug with the Result Status Action Handler in JMeter 5.4.1. Test Case - My Thread Group's 'Action to be taken after a...
**Matt Parker** ([Bug 56163](https://bz.apache.org/bugzilla//show_bug.cgi?id=56163&redirect=false)): When using the HTTP Cache Manager, a PUT sampler should automatically include the "If-Match" header, rather than the "If-None-Match" header, because of the semantics of updates...
@pmouawad ([Bug 62460](https://bz.apache.org/bugzilla//show_bug.cgi?id=62460&redirect=false)): This can be an interesting way to easily create a Test Plan. OS: All
@pmouawad ([Bug 59952](https://bz.apache.org/bugzilla//show_bug.cgi?id=59952&redirect=false)): See: - http://stackoverflow.com/questions/38789365/measuring-ssl-negotiation-time-in-load-testing OS: All
**mspingher** ([Bug 65071](https://bz.apache.org/bugzilla//show_bug.cgi?id=65071&redirect=false)): Hello, When using prev.setIgnore() in a JSR223 PostProcessor, it is not working as intended on JMeter 5.4 when attached under an HTTP Request sampler with a Transaction...
Add a pair of binary kernels to compute the: - quotient (result after division, discarding any fractional part, a.k.a integer division) - mod or modulo (remainder after division, a.k.a `%`...