I believe this is intentional. searchers are now also registered under their unique names also so one can tell of there is a searcher "leak". "searcher" is also still used for the main registered searcher so thinks like JMX can look it up.
-Yonik On Tue, Aug 12, 2008 at 10:58 AM, 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 >