Re: commit question

2012-05-16 Thread Mark Miller
On May 16, 2012, at 5:23 AM, marco crivellaro wrote: > Hi all, > this might be a silly question but I've found different opinions on the > subject. > > When a search is run after a commit is performed will the result include all > document(s) committed until last commit? > > use case (sync): >

Re: commit question

2009-05-26 Thread Anshuman Manur
Hey Ashish, If commit fails, the documents won't be indexed! You can look at your index by pointing luke to your data folder (a Solr index is a Lucene index) or hit: http://host:port/solr/admin/luke/ to get an xml reply of what your index looks like. You can commit

Re: commit question

2009-05-26 Thread Ashish P
Hi, Any idea if documents from solr server are cleared even if commit fails or I can still again try commit after some time?? Thanks, Ashish Ashish P wrote: > > If I add 10 document to solrServer as in solrServer.addIndex(docs) ( Using > Embedded ) and then I commit and commit fails for for som