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.
s requested, 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.47206
oc3
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.
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.
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
ues 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 m
happens
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-w