Closed (fixed)
Project:
Search API Solr
Version:
8.x-3.7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2019 at 00:19 UTC
Updated:
3 Nov 2019 at 10:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mkalkbrennerComment #3
mkalkbrennerUpdate from which version?
Provide more details.
Comment #4
zenimagine commented@mkalkbrenner I had the update from 2.7 to 3.7
I have updated the schema archive on my server.
But I find that the results of the views that used a search index are not correct.
If I create the same views without a search index, the results are correct.
Comment #5
mkalkbrennerDid you re-index?
Any messages min the status report or the logs?
Enable search_api_solr_devel to see the number of results from Solr directly.
Comment #6
zenimagine commented@mkalkbrenner Yes I recreated the index and there is no error in the logs. I just activated the Devel module.
What should I do ?
Here is a page of my site.There must be 36 elements, but there are only 10 of them displayed (if I create a view without an index, it works) :
https://dev.s1biose.com/fr/question
Here is a page of my site. There must be 38 items in "Contenus", but the counter only shows 10 (if I create a view without an index, it works) :
https://dev.s1biose.com/fr/membre/mathieu
All index-based views remain stuck at 10 since the update. I deleted Solr 7.4.0 and installed Solr 8.2.0 but it does not correct.
Comment #7
zenimagine commented@mkalkbrenner Do you have an idea of what to do or if it's a module bug ?
Comment #8
zenimagine commented@mkalkbrenner The view counter displays the correct result only if I use paging with a defined number of results :
Otherwise it remains stuck at 10 :
Comment #9
zenimagine commentedComment #10
zenimagine commentedIn a block view based on a search index, all items are correctly displayed but "Global: Result summary (Global: Result summary)" remains stuck at 10.
In a page view based on a search index, all items are not correctly displayed and remains stuck at 10, but "Global: Result summary (Global: Result summary)" displays the correct results.
Comment #11
mkalkbrennerIt's not a bug but a missing configuration.
The reason for that "change" was a bugfix: #3051411: out of memory on Solr Cloud
The new config option for your problem was introduced by: #3068714: Views without a pager are now limited to 10 results, make the default rows parameter configurable
Increase the "rows" default limit in the "advanced" section of the Search API Server settings.
Comment #12
zenimagine commentedOK, thanks