RE Shawn and Michael, I am just looking for a way to speed it up. Mike Drob had mentioned docvalues, which is why I was researching that route.
I am running my search tests from solr admin, no facets, no sorting. I am using Dsolr.directoryFactory=HdfsDirectoryFactory URL: . /select?q=ptokens:8974561 AND ptokens:9844554 AND ptokens:8564484 AND ptokens:9846541&echoParams=all Response once it ran (timeout on first attempt, waited 5min for re-try): responseHeader zkConnected true status 0 QTime 2411 params q "ptokens:243796009 AND ptokens:410512000 AND ptokens:410604004 AND ptokens:408729009" df "data" rows "10" echoParams "all" dashboard info: System 0.16 0.13 0.14 Physical Memory 97.7% 377.39 GB 368.77 GB Swap Space 4.7% 4.00 GB 193.25 MB File Descriptor Count 0.2% 128000 226 JVM-Memory 22.7% 15.33 GB 15.33 GB Thanks for looking, Jon -----Original Message----- From: Shawn Heisey <apa...@elyograg.org> Sent: Thursday, July 22, 2021 11:26 AM To: users@solr.apache.org Subject: Re: Solr nodes crashing On 7/22/2021 10:39 AM, Michael Gibney wrote: > ps- wrt requesting a "literal, complete search url" to aid troubleshooting: > facets, `sort`, `offset`, and `rows` params would all be of particular > interest. One way to get everything we are after for the query is to add "echoParams=all" to the query URL and then include the full "responseHeader" part of the response. That will even include parameters defined in solrconfig.xml. |"responseHeader":{ "status":0, "QTime":55, "params":{ "q":"*:*", "df":"_text_", "rows":"10", "echoParams":"all", "_":"1626974542182"}}, Thanks, Shawn |