Hi, I am engaged in study of indexing subsystem jackrabbit 1.6.2. I am interested in the object indexingQueue from class org.exoplatform.services.jcr. impl.core.query.lucene.MultiIndex. In the javadoc for this object says that he used to create a queue of objects deferred indexing.
The question is: if I want to index large files when the content becomes available for search? Immediately after the save() or through some unspecified time?
