|
Rank: Advanced Member
Groups: Registered
Joined: 9/1/2010 Posts: 136
|
Is it possible to do incremental updating of an index using the API in a VB.NET program? For example, can I have it re-index only those documents whose last modified date is more recent than the index's date? Or do I need to keep track of all my changes, additions and deletions and process them one by one?
Thanks!
Dan
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 8/13/2004 Posts: 2,669 Location: Canada
|
That's how it works by default, Dan. Jim -your feedback is helpful to other users, thank you!
|
|
Rank: Advanced Member
Groups: Registered
Joined: 9/1/2010 Posts: 136
|
Okay. What help document describes how to do it with VB.NET and the API?
|
|
Rank: Advanced Member
Groups: Registered
Joined: 9/1/2010 Posts: 136
|
Jim, can you point me to documentation for how to do incremental updating by a VB.NET program (not an automatic, scheduled process)?
Thanks!
Dan
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 10/20/2004 Posts: 456
|
Hi Dan, sorry for the delay getting back to you. This page from the documentation (for v6) contains details; https://keyoti.com/produ...ammatic%20Importing.htm
Let us know if you need anything else. Dan Dan Wright
|
|
Rank: Advanced Member
Groups: Registered
Joined: 9/1/2010 Posts: 136
|
Thanks, Dan! I'll study that information and let you know if I have more questions.
Dan
|
|