Marc DELERUE wrote:
I've tried :

http://localhost:8080/search.jsp?query=tostaky&hitsPerPage=5

http://localhost:8080/search.jsp?query=tostaky&hitsPerPage=2

http://localhost:8080/search.jsp?query=tostaky&hitsPerPage=3

http://localhost:8080/search.jsp?query=tostaky&hitsPerPage=10

When i try with 0 it doesn't display anything at all.
In the other cases it still display 2 result but i've got 6 documents.

You're still not specifying the hitsPerSite parameter, which defaults to two. When it is zero, all hits are displayed. So you need something like:


http://localhost:8080/search.jsp?query=tostaky&hitsPerSite=0

Doug

Reply via email to