pdam / solrmeter

Automatically exported from code.google.com/p/solrmeter
0 stars 0 forks source link

It should be possible to escape commas on the "Extra params" parameter #73

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Some Solr Parameters receive comma separated values, but when SolrMeter parses 
it, splits parameters with comma. 

It should be possible to escape commas that should be included in one parameter.

For example:
shards=server:port/solr,server2:port/solr,server3:port/solr

is just one parameter and not 3.

Original issue reported on code.google.com by tflo...@gmail.com on 14 Mar 2011 at 1:20

GoogleCodeExporter commented 8 years ago
Sorry for not submitting the issue earlier.

I believe a very intuitive solution for users would be adding extra parameters 
one by one with a GUI similar to JMeter:

http://www.symfony-project.org/images/askeet/1_0/jmeter.gif

Original comment by elara...@gmail.com on 14 Mar 2011 at 5:57

GoogleCodeExporter commented 8 years ago

Original comment by tflo...@gmail.com on 9 Jun 2011 at 8:45

GoogleCodeExporter commented 8 years ago
Added table to set extra parameters
Added comma escaping to the extra parameters
Refactor of QueryExecutor: addition of abstract class AbstractExecutor

Original comment by espinaemmanuel@gmail.com on 16 Jun 2011 at 9:25

GoogleCodeExporter commented 8 years ago

Original comment by tflo...@gmail.com on 17 Jun 2011 at 8:22

GoogleCodeExporter commented 8 years ago

Original comment by tflo...@gmail.com on 9 Oct 2012 at 10:48