search for: noinput

Displaying 6 results from an estimated 6 matches for "noinput".

2017 Feb 27
2
errors on rebuild
Hello, I am trying to rebuild an index of 2+ million documents and have not been successful. I am running Python 2.7 Django 1.7 Haystack 2.1.1 Xapian 1.2.21 The index rebuild command I’m using is: django-admin.py rebuild_index --noinput --batch-size=100000 The rebuild completes but an immediate xapian-check returns this error: xapian-check ./archive_index record: baseB blocksize=8K items=2219301 lastblock=126957 revision=223 levels=2 root=126448 B-tree checked okay record table structure checked OK termlist: baseB blocksize=8K i...
2017 Mar 02
2
errors on rebuild
...: >> I am trying to rebuild an index of 2+ million documents and have not been successful. I am running >> >> Python 2.7 >> Django 1.7 >> Haystack 2.1.1 >> Xapian 1.2.21 >> >> The index rebuild command I’m using is: django-admin.py rebuild_index --noinput --batch-size=100000 >> The rebuild completes but an immediate xapian-check returns this error: > [...] >> Trying the latest stable version, Xapian 1.4.3, it fails during the rebuild: >> >> All documents removed. >> Indexing 2233651 messages >> Traceback (most...
1999 Sep 12
0
Just a thought ...
...an option autosave that only worked when waiting for input (ie in interactive mode)? Something like (a crude version - perhaps better to use system facilities like cron under *ix): options(autosave=10)#Autosaves every 10 minutes or later then in the code where *when awaiting input only* while (noinput){ if(current.time()>=save.time){ save.image('.Rautosave') save.time<-current.time() } } The >= would be necessary because R might be doing something at save.time and by having the autosave check done only when doing nothing else would save valuable clock cycles and pos...
2017 Feb 28
0
errors on rebuild
...:29:46AM -0800, Ryan Cross wrote: > I am trying to rebuild an index of 2+ million documents and have not been successful. I am running > > Python 2.7 > Django 1.7 > Haystack 2.1.1 > Xapian 1.2.21 > > The index rebuild command I’m using is: django-admin.py rebuild_index --noinput --batch-size=100000 > The rebuild completes but an immediate xapian-check returns this error: [...] > Trying the latest stable version, Xapian 1.4.3, it fails during the rebuild: > > All documents removed. > Indexing 2233651 messages > Traceback (most recent call last): > … &g...
2017 Mar 25
0
errors on rebuild
...build an index of 2+ million documents and have not been successful. I am running >>> >>> Python 2.7 >>> Django 1.7 >>> Haystack 2.1.1 >>> Xapian 1.2.21 >>> >>> The index rebuild command I’m using is: django-admin.py rebuild_index --noinput --batch-size=100000 >>> The rebuild completes but an immediate xapian-check returns this error: >> [...] >>> Trying the latest stable version, Xapian 1.4.3, it fails during the rebuild: >>> >>> All documents removed. >>> Indexing 2233651 messages...
2008 Jul 11
0
Wine release 1.1.1
...ible rect in the set_window_pos request again. rpcrt4: Use interlocked functions to increment/decrement ref counts. widl: Fix a couple of uninitialized variable compiler warnings. Makefile: Use 'git ls-files' instead of the deprecated 'git-ls-files' form. Add noinput directive to all lex files to avoid a compiler warning. gdiplus: Store the family name directly in the GpFontFamily structure. winealsa.drv: Don't trace deprecated parameters. user32: Properly update position after dragging an iconic window. msvcrt/tests: Fix register co...