Re: Traversal of documents through network

2016-04-20 Thread vidya
ok. I understand that. So, you would say documents traverse through network. If i specify some 100 docs to be dispalyed on my first page, will it effect performance. While docs gets traversed, will there be any high volume traffic and effects performance of the application. And whats the time sol

Re: Traversal of documents through network

2016-04-20 Thread Alisa Z .
Viday, No, not all of those 500 result docs will be brought to your client (browser, etc.)   Only as many documents as fit into the 1st "search result page" will be brought. There is a notion of "pagination" in Solr (as well as in most search engines). The counts of occurrence might be appro