Re: fieldCache only on stats page

2011-04-27 Thread Solr Beginner
/stats.jsp. If another look doesn't show them, could you post a screenshot? And please include the version of Solr you're using, I checked with 1.4.1. Best Erick On Wed, Apr 27, 2011 at 1:44 AM, Solr Beginner solr_begin...@onet.pl wrote: Hi, I can see only fieldCache (nothing about filter

Problem with autogeneratePhraseQueries

2011-04-26 Thread Solr Beginner
Hi, I'm new to solr. My solr instance version is: Solr Specification Version: 3.1.0 Solr Implementation Version: 3.1.0 1085815 - grantingersoll - 2011-03-26 18:00:07 Lucene Specification Version: 3.1.0 Lucene Implementation Version: 3.1.0 1085809 - 2011-03-26 18:06:58 Current Time: Tue Apr 26

Re: Problem with autogeneratePhraseQueries

2011-04-26 Thread Solr Beginner
recommended that you fully re-index after changing this setting as it can affect both how text is indexed and queried. -- luceneMatchVersionLUCENE_31/luceneMatchVersion On Tue, Apr 26, 2011 at 6:51 AM, Solr Beginner solr_begin...@onet.pl wrote: Hi, I'm new to solr. My solr instance

What initialize new searcher?

2011-04-26 Thread Solr Beginner
Hi, I'm reading solr cache documentation - http://wiki.apache.org/solr/SolrCaching I found there The current Index Searcher serves requests and when a new searcher is opened Could you explain when new searcher is opened? Does it have something to do with index commit? Best Regards, Solr

Re: What initialize new searcher?

2011-04-26 Thread Solr Beginner
and the new searcher will be opened.  Before being exposed to regular clients it's a good practice to warm things up. Otis Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ - Original Message From: Solr Beginner

fieldCache only on stats page

2011-04-26 Thread Solr Beginner
Hi, I can see only fieldCache (nothing about filter, query or document cache) on stats page. What I'm doing wrong? We have two servers with replication. There are two cores(prod, dev) on each server. Maybe I have to add something to solrconfig.xml of cores? Best Regards, Solr Beginner