summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/index/query/QueryRewriteContext.java
AgeCommit message (Expand)Author
2017-06-07Scripting: Remove unnecessary intermediate script compilation methods on Quer...Ryan Ernst
2017-06-02Scripting: Convert CompiledTemplate to a ScriptContext (#25032)Ryan Ernst
2017-05-25Scripting: Move context definitions to instance type classes (#24883)Ryan Ernst
2017-05-24Scripting: Add instance and compiled classes to script contexts (#24868)Ryan Ernst
2017-05-22Scripting: Simplify ScriptContext (#24818)Ryan Ernst
2017-05-15Scripts: Convert template script engines to return String instead of BytesRef...Ryan Ernst
2017-05-04Do not index `_type` when there is at most one type. (#24363)Adrien Grand
2017-04-24Templates: Add compileTemplate method to ScriptService for template consumers...Ryan Ernst
2017-04-21Scripts: Remove unnecessary executable shortcut (#24264)Ryan Ernst
2017-01-12Remove ParseFieldMatcher usages from QueryRewriteContextjavanna
2017-01-12Remove ParseFieldMatcher usages from QueryParseContextjavanna
2016-12-21Replace IndicesQueriesRegistry (#22289)Nik Everett
2016-12-20Introduce XContentParser#namedObject (#22003)Nik Everett
2016-12-15ClusterService should expose "applied" cluster states (i.e., remove ClusterSt...Boaz Leskes
2016-11-22Remove groovy scripting language (#21607)Ryan Ernst
2016-11-10Clean up of Script.Jack Conradson
2016-11-03Rewrite Queries/Filter in FilterAggregationBuilder and ensure client usage ma...Simon Willnauer
2016-11-02Require arguments for QueryShardContext creation. (#21196)Adrien Grand
2016-10-06Remove SearchContext#current and all it's threadlocals (#20778)Simon Willnauer
2016-10-05cleanup freeze methods and move them down to QueryShardContextSimon Willnauer
2016-10-05clone the entire serach context for rewritingSimon Willnauer
2016-10-05use a private rewrite context to prevent exposing isCachableSimon Willnauer
2016-10-05fix random score function builder to deal with empty seedsSimon Willnauer
2016-10-05add extra safety when accessing scripts or now and reqeusts are cachedSimon Willnauer
2016-10-04Add a #markAsNotCachable() method to context to mark requests as not cachableSimon Willnauer
2016-09-06* Removed `script.default_lang` setting and made `painless` the hardcoded def...Martijn van Groningen
2016-04-22Changed indexed scripts to be stored in the cluster state instead of the `.sc...Martijn van Groningen
2016-04-15Clean up QueryParseContext and don't hold it inside QueryRewrite/ShardContextChristoph Büscher
2016-04-15Rename context.parseFieldMatcher() to context.getParseFieldMatcherChristoph Büscher
2016-04-01Replace FieldStatsProvider with a method on MappedFieldType. #17334Adrien Grand
2016-03-17Adds a rewrite phase to queries on the shard levelColin Goodheart-Smithe
2016-02-12apply fixes after reviewSimon Willnauer
2016-02-11Add infrastructure to rewrite query buidlersSimon Willnauer