Re: prepareCommit vs Commit

2013-10-16 Thread Phani Chaitanya
Thanks Shalin. Will post it there too. - Phani Chaitanya -- View this message in context: http://lucene.472066.n3.nabble.com/prepareCommit-vs-Commit-tp4095545p4095916.html Sent from the Solr - User mailing list archive at Nabble.com.

prepareCommit vs Commit

2013-10-14 Thread Phani Chaitanya
, it opens a new segment for the indexing and commit happens as usual. So, the question is when would a new segment be opened for indexing ? Is it part of prepareCommit/Commit ? If so, why ? Thanks. - Phani Chaitanya -- View this message in context: http://lucene.472066.n3.nabble.com

Is there a way to know what documents are part of commit

2013-10-03 Thread Phani Chaitanya
index doc4 commit -- return IDs of doc3, doc4 Thanks. - Phani Chaitanya -- View this message in context: http://lucene.472066.n3.nabble.com/Is-there-a-way-to-know-what-documents-are-part-of-commit-tp4093375.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Committing when indexing in parallel

2013-09-15 Thread Phani Chaitanya
Thanks Jack. In this case my question is just out of curiosity around what happens in the scenario I mentioned. Nothing else. Regards, Phani. - Phani Chaitanya -- View this message in context: http://lucene.472066.n3.nabble.com/Committing-when-indexing-in-parallel-tp4089953p4090243.html

Re: Committing when indexing in parallel

2013-09-15 Thread Phani Chaitanya
Thanks Yonik. - Phani Chaitanya -- View this message in context: http://lucene.472066.n3.nabble.com/Committing-when-indexing-in-parallel-tp4089953p4090246.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Committing when indexing in parallel

2013-09-14 Thread Phani Chaitanya
a commit and P2 sends another document, say P2.3, to index at the same time ? As you said the requests are treated as if they are serial - if P1.commit is the first one among P1.commit P2.3, P2.3 will be indexed into a new segment ? Regards, Phani. - Phani Chaitanya -- View this message

Committing when indexing in parallel

2013-09-13 Thread Phani Chaitanya
to the index in that scenario. Are the P2 indexing requests blocked until P1 commit request finishes ? I'm just wondering about what is the behavior of Solr in the above case. - Phani Chaitanya -- View this message in context: http://lucene.472066.n3.nabble.com/Committing-when-indexing