Hi Sanraj,

It would be helpful if you put more effort into writing your emails. It is
very difficult to understand your question.

Solr does not perform commits internally. You have to explicity call commit
once you are done adding/deleting your documents. A commit makes the changes
visible to the searcher. You should not commit very often due to the amount
of processing required by it.

There is an autoCommit feature in Solr which can be configured in
solrconfig.xml by number of documents and/or time.

On Fri, Oct 3, 2008 at 5:18 PM, sanraj25 <[EMAIL PROTECTED]> wrote:

>
>  Hi,
>           when we add document,delete document or update the document
> commit is performed internally by solr.when we using any solr integration
> module we have to explicitly call the commit.What is the purpose of
> commit.while indexing the date we can do without  commit.But in solr we
> have
> commit action is must.
> why?
> please explain detail.
>
> -sanraj
>
> --
> View this message in context:
> http://www.nabble.com/commit-in-solr-tp19796233p19796233.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
>


-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to