Re: Best way to call asynchronously - Custom data import handler

2013-07-09 Thread Roman Chyla
t;String status= a.Index(); // method to do indexing, trying to make > it > async > } > } > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Best-way-to-call-asynchronously-Custom-data-import-handler-tp4076475.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Best way to call asynchronously - Custom data import handler

2013-07-09 Thread Shawn Heisey
On 7/8/2013 11:10 PM, Learner wrote: > > I wrote a custom data import handler to import data from files. I am trying > to figure out a way to make asynchronous call instead of waiting for the > data import response. Is there an easy way to invoke asynchronously (other > than using futures and cal

Best way to call asynchronously - Custom data import handler

2013-07-08 Thread Learner
View this message in context: http://lucene.472066.n3.nabble.com/Best-way-to-call-asynchronously-Custom-data-import-handler-tp4076475.html Sent from the Solr - User mailing list archive at Nabble.com.