Re: Best way to Add items to Index in Real Time

2006-07-05 Thread Chris Hostetter
: 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

Re: Best way to Add items to Index in Real Time

2006-07-05 Thread gloria_white
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

Re: Best way to Add items to Index in Real Time

2006-07-05 Thread Michael Busch
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

Re: Best way to Add items to Index in Real Time

2006-07-05 Thread Otis Gospodnetic
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