: I'm a novice with this, so I'll appreciate your patience.
: I'm using a batch program for doing the additions and deletions while a
: separate web app for searching. How can I ensure that these two different
: apps (one making the changes to index and the other just searching) don't
: run into e
thanks for the response Otis!
I'm a novice with this, so I'll appreciate your patience.
I'm using a batch program for doing the additions and deletions while a
separate web app for searching. How can I ensure that these two different
apps (one making the changes to index and the other just search
Otis Gospodnetic wrote:
If you are getting errors while searching and at the same either adding or
deleting documents, chances are you are not using the API correctly and
following the concurrency rules (described many times on this list). Yo ucan
search and modify your index at the same time
If you are getting errors while searching and at the same either adding or
deleting documents, chances are you are not using the API correctly and
following the concurrency rules (described many times on this list). Yo ucan
search and modify your index at the same time. Adding and deleting doc