0
0
bleve/search/query
Marty Schoch ee17941f7f switch DateRangeQuery to use time.Time instead of string
as we are a Go library is this the much more natural way to
express such queries.

support for strings is still supported through json marshal
and unmarshal, as well as inside query string queries

as before we use the package level QueryDateTimeParser to
deterimine which date time parser to use for parsing

only serializing out to json, we consult a new package
variable: QueryDateTimeFormat

this addresses the longstanding PR #255
2016-09-29 14:54:16 -04:00
..
boost.go heavier refactor of Query interface to simplify 2016-09-29 14:54:16 -04:00
query_bool_field.go heavier refactor of Query interface to simplify 2016-09-29 14:54:16 -04:00
query_boolean.go heavier refactor of Query interface to simplify 2016-09-29 14:54:16 -04:00
query_conjunction.go heavier refactor of Query interface to simplify 2016-09-29 14:54:16 -04:00
query_date_range.go switch DateRangeQuery to use time.Time instead of string 2016-09-29 14:54:16 -04:00
query_disjunction.go heavier refactor of Query interface to simplify 2016-09-29 14:54:16 -04:00
query_docid.go heavier refactor of Query interface to simplify 2016-09-29 14:54:16 -04:00
query_fuzzy.go heavier refactor of Query interface to simplify 2016-09-29 14:54:16 -04:00
query_match_all.go heavier refactor of Query interface to simplify 2016-09-29 14:54:16 -04:00
query_match_none.go heavier refactor of Query interface to simplify 2016-09-29 14:54:16 -04:00
query_match_phrase.go heavier refactor of Query interface to simplify 2016-09-29 14:54:16 -04:00
query_match.go heavier refactor of Query interface to simplify 2016-09-29 14:54:16 -04:00
query_numeric_range.go heavier refactor of Query interface to simplify 2016-09-29 14:54:16 -04:00
query_phrase.go heavier refactor of Query interface to simplify 2016-09-29 14:54:16 -04:00
query_prefix.go heavier refactor of Query interface to simplify 2016-09-29 14:54:16 -04:00
query_regexp.go heavier refactor of Query interface to simplify 2016-09-29 14:54:16 -04:00
query_string_lex.go initial refactor of query into separate package 2016-09-29 14:54:16 -04:00
query_string_parser_test.go switch DateRangeQuery to use time.Time instead of string 2016-09-29 14:54:16 -04:00
query_string_parser.go initial refactor of query into separate package 2016-09-29 14:54:16 -04:00
query_string.go heavier refactor of Query interface to simplify 2016-09-29 14:54:16 -04:00
query_string.y switch DateRangeQuery to use time.Time instead of string 2016-09-29 14:54:16 -04:00
query_string.y.go switch DateRangeQuery to use time.Time instead of string 2016-09-29 14:54:16 -04:00
query_term.go heavier refactor of Query interface to simplify 2016-09-29 14:54:16 -04:00
query_test.go switch DateRangeQuery to use time.Time instead of string 2016-09-29 14:54:16 -04:00
query_wildcard.go heavier refactor of Query interface to simplify 2016-09-29 14:54:16 -04:00
query.go heavier refactor of Query interface to simplify 2016-09-29 14:54:16 -04:00