Re: SOLRJ commitWithin inconsistent

2011-11-10 Thread Mark Miller
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.

Re: SOLRJ commitWithin inconsistent

2011-11-10 Thread Jan Høydahl
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

Re: SOLRJ commitWithin inconsistent

2011-11-03 Thread Nagendra Nagarajayya
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.

SOLRJ commitWithin inconsistent

2011-11-02 Thread Vijay Sampath
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