Re: Solr 4.0 admin panel

2012-10-31 Thread James Ji
; org.apache.solr.handler.component.HttpShardHandlerFactory getParameter > INFO: Setting fairnessPolicy to: false > Oct 31, 2012 11:44:47 AM org.apache.solr.client.solrj.impl.HttpClientUtil > createClient > INFO: Creating new http client, > config:maxConnectionsPerHost=20&maxConnections=1&socketTimeout=0&connTimeout=0&retry=false > Oct 31, 2012 11:44:48 AM org.apache.solr.handler.ReplicationHandler inform > INFO: Commits will be reserved for 1 > Oct 31, 2012 11:44:48 AM org.apache.solr.core.QuerySenderListener > newSearcher > INFO: QuerySenderListener sending requests to > Searcher@13829d5main{StandardDirectoryReader(segments_1:1)} > Oct 31, 2012 11:44:48 AM org.apache.solr.core.SolrCore execute > INFO: [collection1] webapp=null path=null > params={event=firstSearcher&q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false} > hits=0 status=0 QTime=31 > Oct 31, 2012 11:44:48 AM org.apache.solr.core.QuerySenderListener > newSearcher > INFO: QuerySenderListener done. > Oct 31, 2012 11:44:48 AM > org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener > newSearcher > INFO: Loading spell index for spellchecker: default > Oct 31, 2012 11:44:48 AM > org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener > newSearcher > INFO: Loading spell index for spellchecker: wordbreak > Oct 31, 2012 11:44:48 AM org.apache.solr.core.SolrCore registerSearcher > INFO: [collection1] Registered new searcher > Searcher@13829d5main{StandardDirectoryReader(segments_1:1)} > Oct 31, 2012 11:44:48 AM org.apache.solr.core.CoreContainer register > INFO: registering core: collection1 > Oct 31, 2012 11:44:48 AM org.apache.solr.servlet.SolrDispatchFilter init > INFO: user.dir=C:\myWork\apache-solr-4.0.0\example > Oct 31, 2012 11:44:48 AM org.apache.solr.servlet.SolrDispatchFilter init > INFO: SolrDispatchFilter.init() done > 2012-10-31 11:44:48.114:INFO:oejs.AbstractConnector:Started > SocketConnector@0.0.0.0:8983 > Oct 31, 2012 11:48:16 AM org.apache.solr.core.SolrCore execute > INFO: [collection1] webapp=/solr path=/select params={q=*:*} hits=0 > status=0 QTime=0 > > > > -- Jiayu (James) Ji, *** Cell: (312)823-7393 Website: https://sites.google.com/site/jiayuji/ ***

Re: Any way to by pass the checking on QueryElevationComponent

2012-10-29 Thread James Ji
; > On Fri, Oct 26, 2012 at 6:47 PM, James Ji wrote: > > Hi there > > > > We are currently working on having Solr files read from HDFS. We extended > > some of the classes so as to avoid modifying the original Solr code and > > make it compatible with

Any way to by pass the checking on QueryElevationComponent

2012-10-26 Thread James Ji
info("Loading QueryElevation from: "+fC.getAbsolutePath()); Config cfg = new Config(core.getResourceLoader(), f); elevationCache.put(null, loadElevationMap(cfg)); } } -- Jiayu (James) Ji, *** Cell: (312)823-7393 Website: https://sites.google.com/site/jiayuji/ ***