> i make a new index each iteration. if > I insert the same docs in the > same order, should I expect the same query results? Note > that I shut > down entirely after the adds, then in a new process run the > queries.
By saying a new index, you mean you create a an empty, new index? Yes, you should see same query results. (if you insert the same docs, and use same analysis)