0
0
Commit Graph

11 Commits

Author SHA1 Message Date
Marty Schoch
da26a24031 removed optional element, and fixed took time formatting 2014-08-06 08:25:42 -04:00
Marty Schoch
893efa670e added some more explicit mappings 2014-08-06 08:25:10 -04:00
Marty Schoch
41ee1028c9 added date range query to beer-search sample app 2014-08-03 17:20:00 -04:00
Marty Schoch
6d6819ed50 added range query to beer-sample app 2014-08-02 19:07:33 -04:00
Marty Schoch
c8918fe41a adding beer-sample to examples 2014-07-31 11:51:27 -04:00
Marty Schoch
7a174d7d05 upaated README
closes #16
2014-07-31 10:58:20 -04:00
Marty Schoch
216767953c introduced a config option to disable creating indexes if they don't already exist
closes #23 and closes #24
2014-07-30 14:29:26 -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
Marty Schoch
9bebbec267 added support for stored fields and highlighting results 2014-06-26 11:43:13 -04:00
Marty Schoch
d48eee948e refactored index to separate out kv storage
now how pluggable options for
leveldb
gouchstore
in memory only
2014-05-09 16:37:04 -04:00
Marty Schoch
3d842dfaf2 initial commit 2014-04-17 16:55:53 -04:00