I am successfully solve this problem : ) >From the forum and java page, I found the code that bean.search(query, NUM_HITS);
but after nutch 1.1, that method are deprecated, and I can't use this method. So, I find a lot of class and method, Finally, I find the QueryParams.java , in the searcher classes. In here, there exist DEFAULT_NUM_HITS = 10; I change this value, and I can get the lots of result. I hope somebody get help in this information : ) -- View this message in context: http://lucene.472066.n3.nabble.com/How-can-I-show-all-the-hit-lists-tp2947674p2957008.html Sent from the Nutch - Dev mailing list archive at Nabble.com.

