On Wed, 2015-02-11 at 21:32 +0100, Matt Kuiper wrote: > I am starting a new project and one of the requirements is that Solr > must scale to handle increasing load (both search performance and index > size).
[...] > Before I got too deep, I wondered if anyone has any tips or warnings on > these approaches, or has scaled Solr in a different manner. If your corpus only contains static content (e.e. log files or a write-once archive), you can create shards one at a time and optimize them. This lowers requirements for your searchers. - Toke Eskildsen, State and University Library, Denmark