0
0
Commit Graph

11 Commits

Author SHA1 Message Date
Patrick Mezard
0579d58263 mapping_test: fix TestMappingWithTokenizerDeps now patterns are required 2015-10-29 20:07:00 +01:00
Marty Schoch
f81b2be334 major refactor of bleve configuration
see #221 for full details
2015-09-16 17:10:59 -04:00
Marty Schoch
580d9013b2 fix registering tokenizers with dependencies
closes #201
2015-05-14 09:50:10 -04:00
Marty Schoch
afbda14dc2 fix mapping analyzer lookup with multiple fields
closes #159
2015-02-13 08:46:36 -05:00
Marty Schoch
15139b8fa5 fix panic on mapping value containing null
added testcase to reproduce initial issue
closes #153
2015-02-05 16:15:05 -05:00
Marty Schoch
50090dd199 added test for mapping struct with pointer to string 2015-01-16 17:49:01 -05:00
Marty Schoch
89b1e2b18e add unit test for handling of JSON struct tag "-"
see #146
2015-01-16 17:44:23 -05:00
Marty Schoch
53b25195d6 further refactoring of index mappings 2014-09-03 16:40:10 -04:00
Marty Schoch
37d3f0205d cleanup spacing between license and package 2014-08-29 14:18:36 -04:00
Marty Schoch
ad3ba27cb8 improving test coverage 2014-08-15 16:50:34 -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