Re: Keeping frequently changing fields out of SOLR

2015-04-08 Thread Erick Erickson
bq: After the commit, query times are unacceptable slow First, please quantify "unacceptable". 100ms? 10,000ms? Details matter. Second, the purpose of autowarming is exactly to smooth out the first few searches when a new searcher is opened, are you doing any? Third: What are your autocommit set

Re: Keeping frequently changing fields out of SOLR

2015-04-08 Thread Jack Krupansky
How much RAM do you have? Check whether your system is compute-bound or I/O-bound? If all or most of your index doesn't fit in the system memory available for file caching, you're asking for trouble. Is the indexing time also unacceptably slow, or just the query time? -- Jack Krupansky On Wed, A