-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for Elasticsearch runtime fields (#68)
* Adding new QueryValidator class. Adding features to ValidationVisitor to allow detecting unresolved fields and other features. Changing time zone to be lazy so that apps don't take a hit getting time zone if the query doesn't need it. * Progress on runtime-fields. Adding new ElasticFieldResolverVisitor that runs by default and will correct field name casing as well as resolve dynamic runtime fields. * Progress on runtime field support * Cleanup code linting. Make timezone an async func that can be lazily loaded. * Fix async return value issues * Update ES * Add UseOptInRuntimeFieldResolver config option * Update deps * Update Foundatio * Fix parsing empty quoted strings Fixes #69
- Loading branch information
Showing
47 changed files
with
844 additions
and
518 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.