On 4/22/2022 10:02 AM, Heller, George A III CTR (USA) wrote:
In stand-alone mode, Solr indexes and searches the documents correctly.
In cloud mode, we get a file not found exception when trying to index
the documents from our application.
I am redirecting this to the user's list. The dev list is not the right
place for it. The dev list is not for development of your code, it is
for development of Solr itself.
This is the URL path that returned the 404 error:
/solr/xlm_core_php/update/extract
This most likely means that the solrconfig.xml file found in zookeeper
that the xlm_core_php collection is using is missing the configuration
for the /update/extract handler ... and the solrconfig.xml used on the
standalone Solr DOES have that handler configured.
Note that we strongly recommend that you NOT use that handler in
production. Tika (which is the technology used by the extracting
request handler) can sometimes become unstable. If Tika is running
inside Solr and has a big problem, then Solr itself will suffer from
that same problem. Tika can even crash completely, and it would take
Solr down with it if that happens while running inside Solr.
Thanks,
Shawn
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]