Changeset 414
- Timestamp:
- 02/02/2010 03:57:33 PM (7 months ago)
- Files:
-
- 1 modified
-
projects/whoosh/trunk/src/whoosh/searching.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
projects/whoosh/trunk/src/whoosh/searching.py
r409 r414 559 559 class ResultsPage(object): 560 560 """Represents a single page out of a longer list of results, as returned 561 by : method:`whoosh.searching.Searcher.search_page`. Supports a subset of561 by :func:`whoosh.searching.Searcher.search_page`. Supports a subset of 562 562 the interface of the :class:`~whoosh.searching.Results` object, namely 563 563 getting stored fields with __getitem__ (square brackets), iterating, and
