Relative Content

Tag Archive for solr

Solr returning 404 after startup when sending update request

After Solr startup and creating collections, I’m waiting for collection to become active by sending request to http://localhost:8984/api/collections/, checking state and health. However even if health and status are correct, first requests to solr//update/json returns 404. It can be “solved” by adding some waiting time after collections are up, but I’m looking for a way to do it without unnecessary wait.

How to know query response time in solr?

I am new to solr world, I am currently using solr8.11.2 (Local Machine).
I want to know the exact response time of the query to fetch data (Basically the overall time it takes to get the data) from the docs in my core. I do know about Qtime(ms) but is there an alternate way to know it?