0
0
Commit Graph

9 Commits

Author SHA1 Message Date
Marty Schoch
f225d484b3 overhauled search
many bugs fixed in existing search
phrase query updated to support gaps in term sequence
new query types
all,none,match,phrase match
and new query syntax search, like google search:
+/-(optional field qualifier:)<term or quoted phrase>
2014-07-11 14:49:59 -04:00
Marty Schoch
9bebbec267 added support for stored fields and highlighting results 2014-06-26 11:43:13 -04:00
Marty Schoch
ba442d2669 added a must not clause to improve coverage 2014-04-25 13:13:36 -06:00
Marty Schoch
1a05662f47 changed values to increase test coverage 2014-04-25 13:09:14 -06:00
Marty Schoch
293fdb4c19 improved coverage 2014-04-25 13:04:09 -06:00
Marty Schoch
940f7c4e5d fix nil checking and add test for nested boolean query 2014-04-25 12:47:15 -06:00
Marty Schoch
e5bb94774b add test for boolean not satisfying enough shoulds 2014-04-25 11:59:06 -06:00
Marty Schoch
26e55db5e9 better testing of boolean search 2014-04-25 11:24:10 -06:00
Marty Schoch
c80f7f4042 added boolean search 2014-04-25 10:45:23 -06:00