0
0
Commit Graph

6 Commits

Author SHA1 Message Date
Marty Schoch
2968d3538a major refactor, apologies for the large commit
removed analyzers (these are now built as needed through config)
removed html chacter filter (now built as needed through config)
added missing license header
changed constructor signature of filters that cannot return errors
filter constructors that can have errors, now have Must variant which panics
change cdl2 tokenizer into filter (should only see lower-case input)
new top level index api, closes #5
refactored index tests to not rely directly on analyzers
moved query objects to top-level
new top level search api, closes #12
top score collector allows skipping results
index mapping supports _all by default, closes #3 and closes #6
index mapping supports disabled sections, closes #7
new http sub package with reusable http.Handler's, closes #22
2014-07-30 12:30:38 -04:00
Marty Schoch
4abc1cabdf added test of query weight 2014-04-19 15:11:29 -04:00
Marty Schoch
90692be8e3 added test for query norm 2014-04-19 15:04:12 -04:00
Marty Schoch
7fc21d6094 added test of field term locations 2014-04-19 14:49:15 -04:00
Marty Schoch
524e332ad9 added explanation to test 2014-04-19 14:39:07 -04:00
Marty Schoch
9e1e6d4e89 added basic test for term scorer 2014-04-19 14:29:42 -04:00