daevaorn / djapian

High level Xapian integration for Django
Other
6 stars 3 forks source link

Add --limit parameter to index command #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Sometimes we have a very long list (i.e. 300,000 objects) to update.

Then its necessary update the indexing slicing, because with several
objects the tool breaks.

This is just a parameter to fix a limit you can set when running the index
command, it is working well for me and solved my issue.

Original issue reported on code.google.com by mari...@gmail.com on 18 Sep 2009 at 7:37

Attachments:

GoogleCodeExporter commented 9 years ago
attaching a new file, updated to the last revision

Original comment by mari...@gmail.com on 18 Sep 2009 at 7:40

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by daevaorn on 18 Sep 2009 at 7:55

GoogleCodeExporter commented 9 years ago

Original comment by daevaorn on 19 Sep 2009 at 9:16

GoogleCodeExporter commented 9 years ago
Fixed with #295. Added `--per_page` parameter.

Original comment by daevaorn on 4 Oct 2009 at 5:20