Yes, you're right. Indexing operations are currently done asynchronously.

If you have textfiltering enabled, probably most of the time is being spent
by the textmining.org word extraction API struggling with your 45Mb
document.

Martin

On 4/7/06, thomasg <[EMAIL PROTECTED]> wrote:
>
>
> 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