public int addIndexDocuements(String hostUrl) throws IOException {
HttpSolrServer solrServer =
getServer("http://localhost:7001/solr/collection1/";);
int res=1;
try {
Collection docs = new
ArrayList();
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
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
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
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.