summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search
AgeCommit message (Expand)Author
2017-07-03Remove QueryParseContext (#25486)Christoph Büscher
2017-06-29Remove QueryParseContext from parsing QueryBuilders (#25448)Christoph Büscher
2017-06-29Use DocumentField#toXContent and parsing in SearchHit (#25469)Christoph Büscher
2017-06-29Unify the result interfaces from get and search in Java client (#25361)olcbean
2017-06-22Upgrade to lucene-7.0.0-snapshot-ad2cb77. (#25349)Adrien Grand
2017-06-17[Tests] Check that parsing aggregations works in a forward compatible way (#2...Christoph Büscher
2017-06-15Upgrade to lucene-7.0.0-snapshot-92b1783. (#25222)Adrien Grand
2017-06-14Scripting: Rename SearchScript.needsScores to needs_score (#25235)Ryan Ernst
2017-06-15FastVectorHighlighter should not cache the field query globally (#25197)Jim Ferenczi
2017-06-14Add more missing AggregationBuilder getters (#25198)Zachary Tong
2017-06-14Make sure range queries are correctly profiled. (#25108)Adrien Grand
2017-06-12Tweak AggregatorBase.addRequestCircuitBreakerBytesLee Hinman
2017-06-12Aggregations bug: Significant_text fails on arrays of text. (#25030)markharwood
2017-06-12Speed up sorted scroll when the index sort matches the search sort (#25138)Jim Ferenczi
2017-06-09Correctly format arrays in outputKoen De Groote
2017-06-09Remove the postings highlighter and make unified the default highlighter choi...Jim Ferenczi
2017-06-08[Tests] Check QueryProfileShardResult parser robustness for new fields (#25130)Christoph Büscher
2017-06-08Automatically early terminate search query based on index sorting (#24864)Jim Ferenczi
2017-06-08Leverage scorerSupplier when applicable. (#25109)Adrien Grand
2017-06-07Tests: Add ability to generate random new fields for xContent parsing test (#...Christoph Büscher
2017-06-07Scripting: Remove unnecessary intermediate script compilation methods on Quer...Ryan Ernst
2017-06-06Move parent_id query to the parent-join module (#25072)Jim Ferenczi
2017-06-02Scripting: Convert CompiledTemplate to a ScriptContext (#25032)Ryan Ernst
2017-06-02Add superset size to Significant Term REST response (#24865)Tanguy Leroux
2017-06-01Provide the TransportRequest during validation of a search context (#24985)Jay Modi
2017-05-31Fix context suggester to read values from keyword type field (#24200)Masaru Hasegawa
2017-05-31Added more unit test coverage for terms aggregation andMartijn van Groningen
2017-05-31Eliminate array access in tight loops when profiling is enabled. (#24959)Adrien Grand
2017-05-30Scripting: Add StatefulFactoryType as optional intermediate factory in script...Ryan Ernst
2017-05-30Terms aggregation should remap global ordinal buckets when a sub-aggregator i...Jim Ferenczi
2017-05-30Correctly set doc_count when MovAvg "predicts" values on existing buckets (#2...Zachary Tong
2017-05-30Fix script field sort returning Double.MAX_VALUE for all documents (#24942)Jim Ferenczi
2017-05-27Avoid double decrement on current query counterJason Tedor
2017-05-26Remove the need for _UNRELEASED suffix in versions (#24798)Nik Everett
2017-05-26Move BWC version to 5.5 after backportJim Ferenczi
2017-05-26Merge branch 'mattweber-multiple_collapse_inner_hits'Jim Ferenczi
2017-05-26Support Multiple Collapse Inner HitsMatt Weber
2017-05-26Scripting: Rename CompiledType to FactoryType in ScriptContext (#24897)Ryan Ernst
2017-05-25Scripting: Move context definitions to instance type classes (#24883)Ryan Ernst
2017-05-25Add the ability to store objects with a ScrollContext (#24777)Jay Modi
2017-05-24Scripting: Add instance and compiled classes to script contexts (#24868)Ryan Ernst
2017-05-24SignificantText aggregation - like significant_terms, but for text (#24432)markharwood
2017-05-23Move InnerHitBuilder queries BWC version to 5.5 after the backportJim Ferenczi
2017-05-23Use ParseField constants in ParsedGeoBounds (#24849)Christoph Büscher
2017-05-23Add the ability to define custom inner hit sub context builder (#24676)Jim Ferenczi
2017-05-22Scripting: Simplify ScriptContext (#24818)Ryan Ernst
2017-05-22Merge branch 'master' into feature/client_aggs_parsingjavanna
2017-05-22Move getType to Aggregation interface (#24822)Luca Cavanna
2017-05-20Scripting: Simplify search method on script service (#24817)Ryan Ernst
2017-05-19Merge branch 'master' into feature/client_aggs_parsingjavanna