Hi! I want to use a notes database as data storage for a web application, using REST (Domino Data Services) for reading and writing documents; I need to use the full-text index for finding documents. My Problem is, I need the full-text index to refresh instantaneous, but after creating or deleting a document via REST the full-text index is not updated for the next 15 to 20 minutes, even though the update frequency of the database is set to “immediate”. This also happens when I create or delete a document using the notes client; the problem can be reproduced with every database i created on this server.
I use a Domino 9.0 Server HF328 64-bit on a Windows Server 2012 R2 64-bit. The relevant Variables in the notes.ini are:
- ServerTasks=Update,Replica,Router,AMgr,AdminP,DECS,HTTP
- ServerTasksAt1=Catalog,Design
- ServerTasksAt2=UpdAll
- ServerTasksAt5=Statlog
- Update_Fulltext_Thread=1
- UPDATE_ACCESS_FREQUENCY=7 (also tested other values, e.g. 30)
- UPDATE_NOTE_MINIMUM=20 (also tested other values, e.g. 1)
- UPDATERS=1 There’s only one program document: “dbmt -compactThreads 2 -updallThreads 2 -ftiThreads 2 -compactNdays 3 -force 1 -range 02:00 AM 07:00 AM” is run “at server startup only”. I posted this problem already at http://www.openntf.org/… http://www.openntf.org/internal/home.nsf/discussion.xsp?action=openDocument&documentId=14163CBCE4EABB7C86257C4E0036F5ED, appearently the problem can be reproduced.
Do you have any ideas to let the full-text index update instantaneous?
Greets,
Martin