Follow the instructions here:
http://lucene.apache.org/solr/community.html#mailing-lists-irc. You must use
the _exact_ same e-mail as you used to subscribe.
If the initial try doesn't work and following the suggestions at the "problems"
link doesn't work for you, let us know. But note you need
Hi David,
I ran the *:* query 10 times against all 30 servers and the results (below)
were similar across all of them. I agree working against a single server is
easier troubleshooting, but I do not know where to start.
Server shard replica, Matches, Time, Pass
16 1 n2 2989421 78800 1
20 1 n1 2989
Hi Shawn and Toke,
Did you get a chance to look at the configs and logs that I posted?
Thank you again for your help,
Russ
*Manzama*a MODERN GOVERNANCE company
Russell Bahr
Lead Infrastructure Engineer
USA & CAN Office: +1 (541) 306 3271
USA & CAN Support: +1 (541) 706 9393
UK Office & Support:
10s of seconds to respond to a simple match-all query, especially to just a
single shard via using distrib=false, is very bizarre. What's the "QTime"
on one of these? -- also super long or sub-second?
I took a brief look at your schema with a hunch. I see you have
docValues=true on your ID field
Russell Bahr wrote:
> Did you get a chance to look at the configs and logs that I posted?
Sorry, firefighting at work and the weekend happened. Don't really have time
now either, but I took a look in your solrconfig.xml after David noticed the
group-thing.
Grouping in itself isn't necessarily
Also consider substituting grouping with expand/collapse (see the ref
guide). The latter performs much better in general, although grouping does
have certain options that are uniquely valuable like ensuring that facet
counts look at the aggregate (if you want that). I wish we could outright
remov
Hi David and Toke,
Thank you both for your input. I will be in DC tomorrow evening and will
try your suggestions, and read the ref guide again on the parts that you
have pointed out. I will let you know the results, and will share your
feedback with my team to see what we can change and still bri