Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

v2.0.2

Latest
Compare
Choose a tag to compare
@kemitche kemitche released this 16 Aug 18:48
· 2 commits to master since this release
Schemas cleanup: Handle IntNodes properly

IntNodes were getting caught by the StandardAnalyzer for small
values. This could probably be avoided by using whoosh.fields.INT
in the schema declaration as well (and that should get done
eventually). However, a SimpleAnalyzer as the default is better for
l2cs' case anyway, because the CloudSearch server will handle
stop words and query optimizations.

Additionally, IntNodes are now properly generating unicode
elements.