Re: Solr and Jetty and Servlets

2021-08-17 Thread Gus Heck
*ServletContextHandler not ServletContext On Tue, Aug 17, 2021 at 11:03 AM Gus Heck wrote: > Ok nope, since that only happens with WebAppContext, not ServletContext > (the parent class). whew :) > > On Tue, Aug 17, 2021 at 10:33 AM Gus Heck wrote: > >> WRT the JettySolrRunner tangent, I wonder

Re: Solr and Jetty and Servlets

2021-08-17 Thread Gus Heck
Ok nope, since that only happens with WebAppContext, not ServletContext (the parent class). whew :) On Tue, Aug 17, 2021 at 10:33 AM Gus Heck wrote: > WRT the JettySolrRunner tangent, I wonder if our lack of a web.xml and > thus lack of metadata-complete=true in web.xml means that we wind up > s

Re: Solr and Jetty and Servlets

2021-08-17 Thread Gus Heck
WRT the JettySolrRunner tangent, I wonder if our lack of a web.xml and thus lack of metadata-complete=true in web.xml means that we wind up scanning for annotations? On Tue, Aug 17, 2021 at 10:06 AM Gus Heck wrote: > https://issues.apache.org/jira/browse/SOLR-15590 > > On Tue, Aug 17, 2021 at 9:

Re: Solr and Jetty and Servlets

2021-08-17 Thread Gus Heck
https://issues.apache.org/jira/browse/SOLR-15590 On Tue, Aug 17, 2021 at 9:44 AM Gus Heck wrote: > Ok well it would be interesting to compare quickstarting vs > JettySolrRunner, and reading up on quickstart > gives ideas about pre-building > the quickst

Re: Solr and Jetty and Servlets

2021-08-17 Thread Gus Heck
Ok well it would be interesting to compare quickstarting vs JettySolrRunner, and reading up on quickstart gives ideas about pre-building the quickstart xml, but web.xml for JettySolrRunner is a tangent. Either way we are still in a container and I think I

After upgrading to Solr 8.7 from 5.2.1 seems that asking for 'score' in 'fl' causes the query to take almost twice (or so) the time

2021-08-17 Thread yael.mushin...@exlibrisgroup.com.INVALID
Hello, In performance tests conducted on the same system, comparing its performance with Solr 5.2.1 verses 8.7, was found a degradation the query execution time. The system uses a custom query parser, which constructs quite a large query object. When removing the ‘score’ parameter from the ‘