|
[
Permlink
| « Hide
]
Konstantyn Smirnov added a comment - 19/May/08 03:35 AM
Also it would be nice, if the CompassQuery API be packaged in a single jar file, like compass-query-[version].jar
Actually, you can do it pretty simply by using: LuceneHelper.getLuceneSearchEngineQuery(compassQuery).getQuery(), which returns the Lucene query.
Why do you want the query API to be packaged in a different jar file? |