0

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 ??

Łukasz Woźniczka
  • 1,625
  • 3
  • 28
  • 51
  • Querydsl doesn't support Solr, but you could ask in the Querydsl Google Group if other users have similar needs, then the development of Querydsl Solr could be considered https://groups.google.com/forum/#!forum/querydsl – Timo Westkämper Aug 05 '13 at 10:35

1 Answers1

1

You can check for Spring Data Solr module which can help build model objects and handling the queries and results through these objects

Jayendra
  • 52,349
  • 4
  • 80
  • 90