I am looking for some userful tool to create query, something like querydsl (http://www.querydsl.com/) as alternative to criteria query for jpa.
Query dsl have got module for lucene api, but not for solr. Is there any library or tools , which allow in simply way create query using solrj ??
You can check for Spring Data Solr module which can help build model objects and handling the queries and results through these objects