Hi,
>> I have a lot of "Not Indexed Yet" documents, and whant to index first
>> all of them, and only after it increase base, and add other urls.
>
>Run 'index -s 0' to index all documents with status 0 ("Not indexed yet").
I try it. Yes, it starts to index documents with status 0, but in this mode new urls
are adding too. And number of not indexed documents grow faster, than number of
documents with status OK.
And what about my variant? How index will work, if there are already documnets in
database with status 0, and we'll set MaxDocsPerServer=0 ? I afraid to test it myself,
because don't whant index delete documents, that are already in database.