Namazu-users-en(old)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Proper use of -Y, --no-delete option



On Thu, 04 Oct 2001 08:36:52 -0700
Earl Hood <ehood@xxxxxxxxxxxxxxxxx> wrote:

> On October 4, 2001 at 09:12, Kenji Suzuki wrote:
> 
> > > It was not clear to me that just updating, no deletions, could
> > > cause garbage.  
> > 
> > It is Namazu's specification. 
> > See http://namazu.org/doc/tips.html.en#update-index.
> 
> Note, that documentation there still constantly refers to deleted document
> information as causing inefficiencies:
> 
>  "..., the information of deleted documents is increased, and consequently
>   the efficiency of index recording will be lost."

Sorry, it is not good explanation(translation).

mknmz handles updated documents and deleted documents in the same way.
mknmz adds the fact which "the information about the updated/deleted document 
in the index is no longer usable" to the index. 
In the case deletion, that's all. In the case addition, after adding 
"deleted information", mknmz add the updated document information as new 
document.


> It is not clear if that documentat additions, but NO deletions, will
> cause an increasing deficiency of the index.  

Document additions also cause an increasing deficiency of the index. 


// Kenji