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
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
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,
>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