This repository was archived by the owner on Nov 21, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
3 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
use_setuptools() | ||
from setuptools import setup | ||
|
||
version = "2.0.1" | ||
version = "2.0.2" | ||
|
||
setup( | ||
name='l2cs', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters