They are both the same searcher. The reason for displaying them twice is to see the current searcher separately (named "searcher") and any other searchers that are still open due to any reasons. The name attribute was specially added so that one can verify that both are indeed the same.
On Tue, Aug 12, 2008 at 8:28 PM, Matthew Runo <[EMAIL PROTECTED]> wrote: > Hello! > > I've noticed that the admin center of SVN head seems to report two open > searches recently, though they appear to be the same searcher.. > > Example: > > name: [EMAIL PROTECTED] main > class: org.apache.solr.search.SolrIndexSearcher > version: 1.0 > description: index searcher > stats: searcherName : [EMAIL PROTECTED] main > caching : true > numDocs : 157474 > maxDoc : 467325 > readerImpl : MultiSegmentReader > readerDir : org.apache.lucene.store.FSDirectory@/opt/solr/data/index > indexVersion : 1205944089163 > openedAt : Tue Aug 12 06:48:41 PDT 2008 > registeredAt : Tue Aug 12 06:48:42 PDT 2008 > warmupTime : 1190 > > name: searcher > class: org.apache.solr.search.SolrIndexSearcher > version: 1.0 > description: index searcher > stats: searcherName : [EMAIL PROTECTED] main > caching : true > numDocs : 157474 > maxDoc : 467325 > readerImpl : MultiSegmentReader > readerDir : org.apache.lucene.store.FSDirectory@/opt/solr/data/index > indexVersion : 1205944089163 > openedAt : Tue Aug 12 06:48:41 PDT 2008 > registeredAt : Tue Aug 12 06:48:42 PDT 2008 > warmupTime : 1190 > > > Note that the "stats: searcherName : [EMAIL PROTECTED] main" line is the > same for both - leading me to think that this is just a display issue. Is > anyone else seeing this? > > --Matthew > -- Regards, Shalin Shekhar Mangar.