Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-3514

deep paging with Sort

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.4, 4.0-ALPHA
    • 4.0-ALPHA
    • None
    • New

    Description

      We added IS.searchAfter(Query, Filter) but we don't support Sort yet with this API.

      I think it might be overkill at least at first to try to implement 12 collector variants for this.
      I put the following idea on SOLR-1726:

      One idea would be to start with one or two implementations (maybe in/out of order) for the sorting case, and dont overspecialize it yet.

      • for page 1, the ScoreDoc (FieldDoc really) will be null, so we just return the normal impl anyway.
      • even if our searchAfter isnt huper-duper fast, the user can always make the tradeoff like with page-by-score. they can always just pass null until like page 10 or something if they compute that it only starts to 'help' then.

      Attachments

        1. LUCENE-3514.patch
          50 kB
          Michael McCandless
        2. LUCENE-3514.patch
          58 kB
          Michael McCandless

        Issue Links

          Activity

            People

              mikemccand Michael McCandless
              rcmuir Robert Muir
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: