itWithin(5000);
> req.process( server );
>
>
>
> Thanks,
> Vijay
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/SOLRJ-commitWithin-inconsistent-tp3476104p3476104.html
> Sent from the Solr - User mailing list archive at Nabble.com.
http://wiki.apache.org/solr/CommitWithin
>
> Snippet:
>
> UpdateRequest req = new UpdateRequest();
> req.add( solrDoc);
> req.setCommitWithin(5000);
> req.process( server );
>
>
>
> Thanks,
> Vijay
>
> --
> View this mess
eq.add( solrDoc);
req.setCommitWithin(5000);
req.process( server );
Thanks,
Vijay
--
View this message in context:
http://lucene.472066.n3.nabble.com/SOLRJ-commitWithin-inconsistent-tp3476104p3476104.html
Sent from the Solr - User mailing list archive at Nabble.com.
quest req = new UpdateRequest();
req.add( solrDoc);
req.setCommitWithin(5000);
req.process( server );
Thanks,
Vijay
--
View this message in context:
http://lucene.472066.n3.nabble.com/SOLRJ-commitWithin-inconsistent-tp3476104p3476104.html
Sent from the Solr - User mailing