Hi, I am process of moving from HibernateSearch (backed by Lucene) to Solr (ditto) in our application-
In HibernateSearch I use the Query-class provided by Lucene to build a rather intricate query programatically. I would like to make my transition into Solr + Solrj as smooth as possible and hence I wonder if it is possible to reuse my Lucene Query but directing it to solr instead in some way. Any way to convert a Lucene Query into SolrQuery for instance? Or some other way? Thankful for any thoughts on this, Tobias