Hi, Can I somehow feed Solr with a result set or a list of primary keys and get the shortest query that leads to this result? In other terms, can I reverse engineer a query for a given result set?
Some background why I ask this question: We are currently migrating a search application from Oracle Text to Solr. Our users have several (>30) complex queries that we need to migrate to our new Solr index. This can be done by hand, but is rather time consuming. To get an idea of how long the whole task would need, we started with a hand full of them. We spent ~2-4h per query to get everything right. Thank you for your input