Collapsing Query Parser returns one record per shard...was not expecting this...

2015-08-03 Thread Peter Lee
>From my reading of the solr docs (e.g. >https://cwiki.apache.org/confluence/display/solr/Collapse+and+Expand+Results >and https://cwiki.apache.org/confluence/display/solr/Result+Grouping), I've >been under the impression that these two methods (result grouping and >collapsing query parser) can

RE: Collapsing Query Parser returns one record per shard...was not expecting this...

2015-08-04 Thread Peter Lee
he same shard. The typical approach for this is to use > composite Id routing to ensure that documents with the same collapse > field land on the same shard. > > We should make this clear in the documentation. > > Joel Bernstein > http://joelsolr.blogspot.com/ > > On Mon,

Solr Timeouts during query aggregation

2015-12-23 Thread Peter Lee
Greetings, I'm having a hard time locating information about how solr handles timeouts (if it DOES handle them) during a search across multiple shards in a solr cloud configuration. I have found information and have confirmed through empirical testing as to how solr handles timeouts on each sh

File based spell check with weights

2016-04-08 Thread Peter Lee
In an older wiki post (which I know is outdated...but still...) located here: https://wiki.apache.org/solr/FileBasedSpellChecker, the end of the first paragraph (the intro) indicates that "...it isn't all that hard to create an index from a file and have it weight the terms." I've been thinkin