romanchyla / solrjmeter

Performance measurements of SOLR
BSD 3-Clause "New" or "Revised" License
28 stars 12 forks source link

Generate automated queries from the given schema of a dataset #6

Closed abhijitiitr closed 7 years ago

abhijitiitr commented 7 years ago

In the linked blog, solrjmeter was used to benchmark Solr against different queries for a custom index used at ADS, if I'm not wrong. The queries/adsabs directory contains plethora of queries to test the Solr server. I don't know if we have access to that index or there is a way to generate a similar index in Solr. But I was looking for ways to generate queries similar to adsabs based on a given index(e.g. wiki) and a defined schema. Any help is honestly appreciated.

abhijitiitr commented 7 years ago

I found the answer to my question, but ran into errors while running JMeter. Hence closing this.