: I can now create indexes with Nutch, and see them in Luke.. this is : fantastic news, well for me it is beyond fantastic.. : Now I would like to (need to) query them, and to that end I wrote the : following code segment. : : int maxHits = 1000; : NutchBean nutchBean = new NutchBean(nutchConf); : Query nutchQuery = Query.parse(nutchSearchTerm, : nutchConf); : Hits nutchHits = nutchBean.search(nutchQuery, maxHits); : return nutchHits.getLength();
...even though your code is written in java "java-u...@lucene" isn't the appropriate mailing list for this type of question, java-user is for users of the Lucene Java API that is the underpinninings of Nutch (it's slightly confusing that the sub-projecct name has java in it) If you ask your question on the nutch-u...@lucene mailing list, i'm guessing you'll get a lot of feedback from people who are familiar with the Nutch java code. (most people on this list probably have no idea what a NutchBean is) -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org