ISolrSearchContext.Page

Syntax

Page: Integer;

Description

The Page property determines number of the page with results, which will be loaded after search.

Comments

After search, Solr splits all results into different pages. The number of results on one page is set in the ISolrSearchContext.ItemsOnPage property. In the result of the ISearchExecutor.Search method results of the page with the Page number will be available.

Example

The example of use is given in description of the ISolrSearchContext.ItemsOnPage property.

See also:

ISolrSearchContext