Re: Solr4x: Separate Indexer and Query Instances for Performance

2013-03-05 Thread Otis Gospodnetic
Mark - just added https://issues.apache.org/jira/browse/SOLR-4532 for whipping post-analyzed fields. For Mike, sounds like he should just stick to master-slave with 4.x for nowalthough I see what he is saying - what Mike is after could be thought of as "SolrCloud with very non-RT replication -

Re: Solr4x: Separate Indexer and Query Instances for Performance

2013-03-05 Thread Mark Miller
On Mar 5, 2013, at 3:44 PM, Mike Schultz wrote: > Solr 3x had a master/slave architecture which meant that indexing did not > happen in the same process as querying, in fact normally not even on the > same machine. The querier only needed to copy down snapshots of the new > index files and comm