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

Tags: kemitche/l2cs

Tags

v2.0.2

Toggle v2.0.2's commit message
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.

v2.0.1

Toggle v2.0.1's commit message
Fix issue #18: IntNodes need to use unicode

Schema usage requires unicode. This changeset brings
IntNodes in-line with that necessity.

v2.0.0

Toggle v2.0.0's commit message
Issue #1: Add support for whoosh Schemas

Note that when using a Schema, the parser
will require Unicode objects to function

v1.0.8

Toggle v1.0.8's commit message
Revert "Fix issue #16: Incorrect quoting of phrases"

This reverts commit 76eff93.

The "fix" creates two meanings for double-quotes:
* encapsulating a query against a field, e.g.: foo:"bar baz"
* grouping exact phrases, e.g.: "jon smith"

The two must be disambiguated to avoid confusion or loss
of features

v1.0.7

Toggle v1.0.7's commit message
Fix issue #16: Incorrect quoting of phrases

v1.0.6

Toggle v1.0.6's commit message
Fix incompatible FnTagger call

A call to FnTagger used syntax that was
only available in whoosh version 2.4+. This
change reverts to the 2.3 compatible syntax.

v1.0.5

Toggle v1.0.5's commit message
Fix Issue #11: KeyError on NullQuery

NullQuery clauses were being generated upon
encountering representations of empty strings, e.g.

    foo:""

This commit adds a handler for NullQuery clauses

v1.0.4

Toggle v1.0.4's commit message
Further import issues with setup.py

v1.0.3

Toggle v1.0.3's commit message
Fix import issue in setup.py

Bumps version to 1.0.3

v1.0.2

Toggle v1.0.2's commit message
Set version to 1.0.2