Re: How to deal with cache for facet search when index is always increment?

2013-05-13 Thread Chris Hostetter
: For real time seach, the docs would be import to index anytime. In this : case, the cache is nealy always need to create again, which cause the facet : seach is very slowly. : Do you have any idea to deal with such problem? : We're in a similar situation and have had better performance

Re: How to deal with cache for facet search when index is always increment?

2013-05-02 Thread Daniel Tyreus
On Wed, May 1, 2013 at 7:01 PM, 李威 li...@antvision.cn wrote: For facet seach, solr would create cache which is based on the whole docs. If I import a new doc into index, the cache would out of time and need to create again. For real time seach, the docs would be import to index anytime. In

RE: How to deal with cache for facet search when index is always increment?

2013-05-01 Thread Kuai, Ben
Hi You can give soft-commit a try. More details available here http://wiki.apache.org/solr/NearRealtimeSearch -Original Message- From: 李威 [mailto:li...@antvision.cn] Sent: Thursday, 2 May 2013 12:02 PM To: solr-user Cc: 李景泽; 罗佳 Subject: How to deal with cache for facet search when