Re: Problem indexing files

2010-01-19 Thread Chris Hostetter
I'm not sure if i fully understand what you mean, but is it possible that "contid" is your uniqueKey field? ... if so you are probably adding two documents, both with the same ID, so the second overwrites the first. If i'm mistaken, then could you elaborate a bit more -- provide your configs/s

Problem indexing files

2010-01-13 Thread Thomas Stuettner
Hi all, I'm trying to add multiple files to solr 1.4 with solrj. With this programm 1 Doc is added to solr: SolrServer server = SolrHelper.getServer(); server.deleteByQuery( "*:*" );// delete everything! server.commit(); QueryResponse rsp = ser