Uploaded image for project: 'Solr Search Provider'
  1. Solr Search Provider
  2. MGNLEESOLR-76

Do not handle differently with search results in different providers/models

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 3.0
    • None
    • None
    • Sprint 6 (Kromeriz)
    • 2

      Handling with the faceted search results was changed in MGNLEESOLR-69.
      Search results are not persisted in FacetedSolrSearchProvider (is not @SessionScoped anymore) and result are not filled into pager directly.
      Instead of it we introduce new FacetedSolrSearchResults object where the results are persisted.
      FacetedSolrSearchProvider uses FacetedSolrSearchResults and FacetedSolrPager(which just delegates to FacetedSolrSearchResults#getCount and FacetedSolrSearchResults.getSearchResultItems methods), but SimilarSearchProvider uses just SolrPager where you have to set the results. So we end up with two SolrPager implementations and we are handling with results differently in different providers.

        Acceptance criteria

              mdivilek Milan Divilek
              mdivilek Milan Divilek
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD