Yep, I call session.save() and then do the query straight after. I'm adding a
45MB Word document. This surely means that most of the work being done to
add a document (saving data, text extraction, indexing) is being done
asynchronously from the call to session.save()? If save() returns and then a
simple query straight after takes 37s, then this must be the case?
Cheers, Thomas
--
View this message in context: 
http://www.nabble.com/Is-doc-addition-indexing-synchronous-or-asynchronous--t1400122.html#a3803006
Sent from the Jackrabbit - Dev forum at Nabble.com.

Reply via email to