oracle text with url_datastore: sync_index not working
hi oracle text users,
i use 12c
i insert url-links in a table with an index with type url_datastore.
...
indextype is ctxsys.context
parameters ('FILTER CTXSYS.AUTO_FILTER DATASTORE DOK_URL_PREF LEXER MEIN_LEXER')
after the insert and ctxsys.ctx_ddl.sync_index, nothing is indexed.
after alter table rebuild index everything is fine.
what is the difference?
i dont want to rebuild after each insert (10 min.).
thanx.
roland