Closed brunal closed 10 years ago
managers.Indices.get_indices() could fail (and raise a KeyError) upon reading the 'num_docs' of an index just created. Catching the exception and setting the 'num_docs' to 0 (which is the actual value) fixes the problem.
This fixes issue #401.
managers.Indices.get_indices() could fail (and raise a KeyError) upon reading the 'num_docs' of an index just created. Catching the exception and setting the 'num_docs' to 0 (which is the actual value) fixes the problem.
This fixes issue #401.