solrmeter
solrmeter copied to clipboard
solrmeter not working with boost clause
What steps will reproduce the problem?
1.Put the following parameters in the queries file in external mode (while
using solrmeter via java web start):-
q=text:*abc*&boost=product(1.0,query({!dismax v='abc'}))
What is the expected output? What do you see instead?
The above parameters are executing correctly in the web browser. However, if I
execute the same using solrmeter, then I get the following error :-
Caused by: org.apache.lucene.queryparser.classic.ParseException: Expected
identifier at pos 28 str='product(1.0,query({!dismax v'
I also see this in the error:-
webapp=/solr path=/select params={boost=product(1.0,query({!dismax+v&wt=javabin&q=text:*abc*&version=2}
It looks like that solrmeter is not recognizing the string after the 'v' field.
What version of the product are you using? On what operating system?
I am using solrmeter 0.3 with Java WebStart.
Original issue reported on code.google.com by [email protected] on 18 Dec 2012 at 5:34