ArtResearch / artresearch.net

ArtResearch ResearchSpace application hosted at https://artresearch.net
5 stars 1 forks source link

In simple search for "louvre" get only 645 results but 5817 in Contextual search for repository? #385

Closed lwruby closed 10 months ago

lwruby commented 2 years ago

Screen Shot 2022-06-03 at 12 20 53 PM Screen Shot 2022-06-03 at 12 22 30 PM

lwruby commented 2 years ago

Hmmm. In Simple Search, when I type in LOUVRE in artwork, its not really searching repositories, right? I mean it searches some, but not all? I need to understand simple search better. I would think the basic search would search ALL fields. That is my problem. I didn't realize you could really only pick the 4 choices "artwork" photographs; artists; photographers. If that is the case, I would say use "title" instead of "artwork" and include a choice for "repository". We need to discuss how it works so I can write instructions!

sophisid commented 2 years ago

@lwruby The issue is that in the simple search we get only the 1000 first results from the solar (solr:setRowsNumber 1000;) , and then with these 1000 results we have by default the "must have images". So from the 1000 results, it does the elimination and we have limited results . The correct way is to not have a restriction solr:setRowsNumber 1000; to the query results in solar, which will take to long to get the results. You can see the results from the louvre query here

lwruby commented 2 years ago

Ok thanks.

On Jun 14, 2022, at 8:51 AM, Sophia Sideri @.***> wrote:

@lwruby https://github.com/lwruby The issue is that in the simple search we get only the 1000 first results from the solar (solr:setRowsNumber 1000;) , and then with these 1000 results we have by default the "must have images". So from the 1000 results, it does the elimination and we have limited results . The correct way is to not have a restriction solr:setRowsNumber 1000; to the query results in solar, which will take to long to get the results.

— Reply to this email directly, view it on GitHub https://github.com/ArtResearch/artresearch.net/issues/385#issuecomment-1155144491, or unsubscribe https://github.com/notifications/unsubscribe-auth/AY6KCZO6UHEHHFRVUCB2IY3VPB55RANCNFSM5XZRESNA. You are receiving this because you were mentioned.

PietroLiuzzo commented 10 months ago

This seems to work ok now. We have tested both from Work and Repository. The 1000 limit does not seem to be enforced any more.