if I set maxTime as 10000 , ie (10 sec) then if my application stops before committing into solr, then whether this information will be lost.
whether I need to insert all ...
How can i get the commit count?
Because if the mergefactor=10 then at the 10th time of the commit merge happen(where the docid get changed)...
So is there any way to get commit ...
What's the most simple way to cause a SOLR installation to commit all pending docs?
(There's no obvious way in the admin interface. There's a script called 'commit' mentioned on the page ...