How do i integrate Lucene QueryParser I tracked it down to a file called NutchAnalysis.jj NutchAnalysis.jj implements a query of its own in Query.java
This has a clause and a field category What are the modifications which i will be needed if i decide to use QueryParser.jj This can support boolean clause and no field category So will this make integrating lucene query parser difficult Rgds Raghavendra Prabhu
