Displaying 5 results from an estimated 5 matches for "notanumb".
Did you mean:
notanumber
2015 Nov 14
1
Xapian-Haystack is available in Python 3
...ws .decode('utf-8').
3. In Xapian-Haystack we use TravisCI to build against different Python,
Django and Xapian versions. Installing Xapian takes 95% of the total build
time. Any suggestion how to reduce this? For concreteness, here is the
installation file we are using:
https://github.com/notanumber/xapian-haystack/blob/master/install_xapian.sh
Again, thanks for your work,
Regards,
Jorge
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20151114/190a9774/attachment-0002.html>
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
2017 Mar 02
2
errors on rebuild
...qs)
>> File "/a/mailarch/current/haystack/backends/xapian_backend.py", line 286, in update
>> database.close()
>
> What's the version of xapian-haystack? There's not a database.close() anywhere
> near line 286 in git master:
>
> https://github.com/notanumber/xapian-haystack/blob/master/xapian_backend.py#L286
>
>> xapian.DatabaseCorruptError: Expected block 615203 to be level 0, not 1
>> docdata:
>> blocksize=8K items=380000 firstunused=21983 revision=38 levels=2 root=21410
>
> Is that the full output of xapian-check?
>...
2017 Feb 28
0
errors on rebuild
...backend.update(index, current_qs)
> File "/a/mailarch/current/haystack/backends/xapian_backend.py", line 286, in update
> database.close()
What's the version of xapian-haystack? There's not a database.close() anywhere
near line 286 in git master:
https://github.com/notanumber/xapian-haystack/blob/master/xapian_backend.py#L286
> xapian.DatabaseCorruptError: Expected block 615203 to be level 0, not 1
> docdata:
> blocksize=8K items=380000 firstunused=21983 revision=38 levels=2 root=21410
Is that the full output of xapian-check?
> Any suggestions for how I...
2017 Mar 25
0
errors on rebuild
...t;/a/mailarch/current/haystack/backends/xapian_backend.py", line 286, in update
>>> database.close()
>>
>> What's the version of xapian-haystack? There's not a database.close() anywhere
>> near line 286 in git master:
>>
>> https://github.com/notanumber/xapian-haystack/blob/master/xapian_backend.py#L286
>>
>>> xapian.DatabaseCorruptError: Expected block 615203 to be level 0, not 1
>>> docdata:
>>> blocksize=8K items=380000 firstunused=21983 revision=38 levels=2 root=21410
>>
>> Is that the full outp...