Google Code Exporter
Google Code Exporter
``` Sorry, Had to open a new issue to send the patch. Basically, you don't have to decode the parameter values. Hope it helps ``` Original issue reported on code.google.com...
``` Hello It seems that the query files doesnt accept + boolean operator. {{{ name:(%2bjohn%20%2bdoo) }}} or {{{ name:(+john +doo) }}} or {{{ name:(%2bjohn %2bdoo) }}} Will all result the...
``` Currently this value is hard-coded to 100 ms ``` Original issue reported on code.google.com by `[email protected]` on 5 Mar 2012 at 10:14
``` Display a diagrams like http://blog.mikemccandless.com/2011/02/visualizing-lucenes-segment-merges.html would be optimal, but a diagram that displays the number of segments in a Solr index is already a great feature. ``` Original issue...
``` Currently SolrMeter only support hard commits. Solr 4.0 has added Soft Commits for NRT, need to add that operation to SolrMeter. This won't work with older versions of Solr...
``` Currently SolrMeter shows maximum, median, average qtimes. Percentiles are usually very interesting and give a lot of information. It would be good to show that information in one of...
``` Reported by [email protected] Currently cache is only logged for the initial or base URL for the test. When adding multiple shards to the query the cache information only pertains...
``` When using the external query mode, it would be helpful to have a way to set SOLRmeter to stop after executing all the queries in the file instead of...
``` The FileQueryExtractor currently returns a random line from the file. The idea is to allow multiple policies: sequential, random, etc. This is a first version of the patch, the...
``` It can be really useful to provide a feature that generates queries and documents on the fly. ``` Original issue reported on code.google.com by `[email protected]` on 11 Mar 2011...