Ken Krugler wrote:
If you are running a single webapp, you can just put the jsp files in
there. I'm guessing that isn't what you mean though.
Well, ultimately we're heading towards a single webapp with multiple
embedded Solr cores. In that case, could the .jsp-based GUI/admin
functionality p
If you are running a single webapp, you can just put the jsp files
in there. I'm guessing that isn't what you mean though.
Well, ultimately we're heading towards a single webapp with multiple
embedded Solr cores. In that case, could the .jsp-based GUI/admin
functionality peacefully co-exist w
If you are running a single webapp, you can just put the jsp files in
there. I'm guessing that isn't what you mean though.
There are a bunch of admin request handlers that do many of the things
from the /admin/ jsp files without the nice interface. The one major
missing component was analysi
Hi all,
We're moving towards embedding multiple Solr cores, versus using
multiple Solr webapps, as a way of simplifying our build/deploy and
also getting more control over the startup/update process.
But I'd hate to lose that handy GUI for inspecting the schema and
(most importantly) trying