0
0
Commit Graph

9 Commits

Author SHA1 Message Date
Marty Schoch
f2c781fa21 refactor to make all the query classes private 2014-08-29 18:14:12 -04:00
Marty Schoch
607b038283 refactored boolean query to only depend on query 2014-08-29 16:27:32 -04:00
Marty Schoch
7313e7247e renamed SyntaxQuery QueryStringQuery
also made IndexMeta private
2014-08-29 15:19:02 -04:00
Marty Schoch
5c4d5e230f made parsing token constants private 2014-08-29 14:37:38 -04:00
Marty Schoch
37d3f0205d cleanup spacing between license and package 2014-08-29 14:18:36 -04:00
Marty Schoch
6086f191f6 support range queries in syntax query
using syntax like:

+abv:>50 or +abv<=7

closes #52
2014-08-25 23:24:26 -04:00
Marty Schoch
680de03e65 query syntax now accepts floats for boost 2014-08-25 20:09:53 -04:00
Marty Schoch
f69838d670 added support for boost with ^boostval in syntax query
closes #51
also found/fixed major bug in scoring, closes #61
2014-08-06 19:36:23 -04:00
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