Hi,

On Tue, Sep 8, 2009 at 11:58, Guo Du <[email protected]> wrote:
> It designed to work like this. The index for search is running on
> background and it's not guaranteed to work immediately after you do
> any changes to the nodes.

that's not quite correct. everything except text extraction is
guaranteed to be indexed as soon as the save (or transaction commit)
returns.

do you move resource nodes with binary data that you have configured
for text extraction and do fulltext queries? if that's the case then
you might see some delay until text is extracted and available for
fulltext queries. However that behaviour can be configured. See
extractorTimeout on http://wiki.apache.org/jackrabbit/Search.

regards
 marcel

Reply via email to