Re: Re: how solr4.0 and zookeeper run on weblogic

2012-10-18 Thread rayvicky
public int addIndexDocuements(String hostUrl) throws IOException { HttpSolrServer solrServer = getServer("http://localhost:7001/solr/collection1/";); int res=1; try { Collection docs = new ArrayList();

Re: Re: how solr4.0 and zookeeper run on weblogic

2012-10-17 Thread rayvicky
ServletContext.execute(WebAppServletContext.java:2086) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406) Truncated. see log file for complete stacktrace > <2012-10-17 ?Χ03?47·?3? CST> how to handle it ? thanks, ray. 2012-10-18 zongweilei 发件人: Jan_Høyda

solr highlight problem

2012-10-11 Thread rayvicky
sb.append("title:test vicky"); SolrQuery query = new SolrQuery(); query.setQuery(sb.toString()); query.setHighlight(true); query.addHighlightField("title"); query.setHighlightSimplePre(""); query.setHighlightSimplePost(""); query.setHighlightSnippets(2); query.setHighlightFragsize(500); tit

where to set dataimport.properties in solr4.0 beta

2012-08-23 Thread rayvicky
dataimport.properties : interval=1 port= server=localhost doc.id= params=/select?qt\=/dataimport&command\=delta-import&clean\=false&commit\=true webapp=solr syncEnabled=1 last_index_time=2012-06-27 13\:05\:18 doc.last_index_time=2012-06-27 13\:05\:18 syncCores= how to set these in solr4.0 , Please

in solr4.0 where to set dataimport.properties

2012-08-23 Thread rayvicky
i am not find where to set dataimport.properties in solr4.0 beta who can help me ? -- View this message in context: http://lucene.472066.n3.nabble.com/in-solr4-0-where-to-set-dataimport-properties-tp4002766.html Sent from the Solr - User mailing list archive at Nabble.com.