You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
various bugfixes and improvments
1. only generate tokens for valid utf8
1. fix the count in shard.ReadState.Total
1. properly order dupi.Query.Next instead
of only round-robin.
fix problems with incremental indexing
there were several things whose state was not properly
re-established in subsequent runs of appending to an index:
- the last created docid in dmd/adder
- the current doc in internal/shard/poster
this commit keeps track of them and also ensures
that shatterers run with the right docid.
use stats to determine how much to extract
killer app command for the moment
dupi index <stuff>
dupi extract | awk '{print $1}' | xargs dupi unblot
added -all to unblot
fix monotonicity of doc ids
the concurrent shatter had left open the
possibility of having non-monotonically increasing
document ids. Fix with a sync.Cond