Jacek Kikiewicz created SOLR-15724:
--------------------------------------

             Summary: suggester (suggester.build) -> request for async call
                 Key: SOLR-15724
                 URL: https://issues.apache.org/jira/browse/SOLR-15724
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
          Components: SolrCloud
    Affects Versions: 8.10.1
            Reporter: Jacek Kikiewicz


I would like to request a async call to build suggester.

At the moment (as per: [https://solr.apache.org/guide/8_10/suggester.html] ) 
the only way to manually trigger the build of suggester is to issue /suggest 
query with suggest.build=true.

This call is syncronous, on some bigger collections we have, we get timeouts 
from clients etc as it can last a few minutes... A perfect solution to this 
issue would be to have an option of async call identical to backup api: 
[https://solr.apache.org/guide/8_10/making-and-restoring-backups.html] where 
there is a requestID which can be checked from time to time (we use this a lot 
and this has improved stability of our processes a lot)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to