Hi Sanne, when I execute the code: FacetsCollector.search(searcher, mainLuceneQuery, 10, fc); I need the org.apache.lucene.search.Query object.
I saw that FullTextQuery has a HSQuery object with already put public the getLuceneQuery() method.
If you can expose it for me I'll be grateful to you.
|