tflobbe / solrmeter

Stress test tool for Apache Solr
70 stars 37 forks source link

Add Random Extra Params not working #125

Open GrayedFox opened 8 years ago

GrayedFox commented 8 years ago

I'm not sure why this is failing... I am trying to add a random extra parameter (from a large set) to my performance testing of SOLR however no random extra parameter is ever added. Please see screen shots and file contents for setup.

solr_settings

Content of extraParams.txt:

co_s:(DZ OR AO)
co_s:(AS OR AU)
co_s:(AL OR AD)
co_s:(BL OR KN)
co_s:(AR OR BO OR BR OR CL OR CO OR EC OR FK OR GF OR GY OR PY OR PE OR SR OR UY OR VE)
co_s:(ZZ OR KK OR GG OR PP OR UU)
co_s:(DJ OR EG OR GQ OR ER OR ET OR GA OR GM OR GH OR GN OR BS OR BB OR BZ OR BM OR BQ)
co_s:(TT OR TC OR US OR VG OR VI OR DK OR PL OR PT OR RO OR RU OR SM OR RS OR SK OR SI)
co_s:(BJ OR BW)
co_s:(BF OR BI)
co_s:(VU OR WF)
co_s:(LT OR LU)
co_s:(LS OR LR)
co_s:(CV OR CM)
co_s:(CF OR TD)
co_s:(KM OR CD)
co_s:(CG OR CI)
co_s:(AT OR BY)
co_s:(CK OR FJ)
co_s:(PF OR GU)
co_s:(BE OR BA)
co_s:(KI OR MH)
co_s:(FM OR NR)
co_s:(NC OR NZ)
co_s:(DJ OR EG)
co_s:(GQ OR ER )
co_s:(GM OR GH)
co_s:(ET OR GA)
co_s:(GN OR GW)
co_s:(KE)
co_s:(PG OR PN)
co_s:(TV OR UM)
co_s:(TK OR TO)
co_s:(MP OR PW)
co_s:(NU OR NF)
co_s:(WS OR SB)
co_s:(GR OR GG OR HU OR IS OR IE OR IM)
co_s:(LV OR LI)
co_s:(BG OR HR)
co_s:(CZ OR DK)
co_s:(EE OR FO)
co_s:(FI OR FR)
co_s:(DE OR GI)
co_s:(GT OR HT)
co_s:(VC OR SX)
co_s:(PA OR PR)
co_s:(MS OR NI)
co_s:(MQ OR MX)
co_s:(HN OR JM)
co_s:(CR OR CU OR CW)
co_s:(GD OR GP)
co_s:(AI OR AG)
co_s:(AW OR BS)
co_s:(SV OR GL)
co_s:(DM OR DO)
co_s:(BB OR BZ)
co_s:(BM OR BQ)
co_s:(CA OR KY)
co_s:(IT OR JE)
co_s:(CA OR UK)
co_s:(ZZ)

I can see from the Query Statistics tab that the random parameter is never added (only queries from queries.txt are used).

For now, as a work around, I'll just add the extra params to the queries.txt file and do it that way. But it would be good to know how to make this work!