Re: Using embedded Solr with admin GUI

2008-02-19 Thread Ryan McKinley
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

Re: Using embedded Solr with admin GUI

2008-02-18 Thread Ken Krugler
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

Re: Using embedded Solr with admin GUI

2008-02-16 Thread Ryan McKinley
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

Using embedded Solr with admin GUI

2008-02-12 Thread Ken Krugler
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