This rewrites some stuff to get rid of the search and instead do things inside the Index and have a bunch of search scratch space objects that different threads can use
also adds an HTTP endpoint for running concurrent queries in a realistic scenario
This rewrites some stuff to get rid of the search and instead do things inside the Index and have a bunch of search scratch space objects that different threads can use
also adds an HTTP endpoint for running concurrent queries in a realistic scenario
also fixes lots of clippy warnings