summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/search
AgeCommit message (Expand)Author
2017-06-29Fix Java 9 compilation issueChristoph Büscher
2017-06-29Remove QueryParseContext from parsing QueryBuilders (#25448)Christoph Büscher
2017-06-29Unify the result interfaces from get and search in Java client (#25361)olcbean
2017-06-27Tests: Add parsing test for AggregationsTests (#25396)Christoph Büscher
2017-06-27Mute SignificantTermsAggregatorTests#testSignificance()Daniel Mitterdorfer
2017-06-26Remove path.conf settingJason Tedor
2017-06-26Move more token filters to analysis-common moduleMartijn van Groningen
2017-06-23Added unit test coverage for SignificantTerms (#24904)markharwood
2017-06-22Remove `index.mapping.single_type=false` from core/tests (#25331)Simon Willnauer
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-15Moved more token filters to analysis-common module.Martijn van Groningen
2017-06-15Test fix - removed superfluous assertion (#25247)markharwood
2017-06-15move assertBusy to use CheckException (#25246)Boaz Leskes
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-14Make sure range queries are correctly profiled. (#25108)Adrien Grand
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-09Scripting: Change keys for inline/stored scripts to source/id (#25127)Ryan Ernst
2017-06-09nested: In case of a single type the _id field should be added to the nested ...Martijn van Groningen
2017-06-09Remove the postings highlighter and make unified the default highlighter choi...Jim Ferenczi
2017-06-09[Test] Extending checks for Suggestion parsing (#25132)Christoph Büscher
2017-06-08[Tests] Check QueryProfileShardResult parser robustness for new fields (#25130)Christoph Büscher
2017-06-08Fix Fast Vector Highlighter NPE on match phrase prefix (#25116)Jim Ferenczi
2017-06-08Automatically early terminate search query based on index sorting (#24864)Jim Ferenczi
2017-06-08Always use DisjunctionMaxQuery to build cross fields disjunction (#25115)Jim Ferenczi
2017-06-07Generate Painless Factory for Creating Script Instances (#25120)Jack Conradson
2017-06-07Tests: Add ability to generate random new fields for xContent parsing test (#...Christoph Büscher
2017-06-07Higlighters: Fix MultiPhrasePrefixQuery rewriting (#25103)Jim Ferenczi
2017-06-07Changed inner_hits to work with the new join field type andMartijn van Groningen
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-02[Test] Reduce number of buckets in SearchResponseTests and AggregationsTests ...Tanguy Leroux
2017-06-02Java api: Remove unneeded getTookInMillis method (#23923)olcbean
2017-06-02Add superset size to Significant Term REST response (#24865)Tanguy Leroux
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-31[Test] Mute SearchResponseTests.testFromXContent()Tanguy Leroux
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-30[TEST] Fix FieldSortIT failuresJim Ferenczi
2017-05-30Fix script field sort returning Double.MAX_VALUE for all documents (#24942)Jim Ferenczi
2017-05-29[Tests] Harden InternalExtendedStatsTests (#24934)Christoph Büscher
2017-05-29Add fromXContent method to ClearScrollResponse (#24909)Luca Cavanna
2017-05-29ClearScrollRequest to implement ToXContentObject (#24907)Luca Cavanna
2017-05-29SearchScrollRequest to implement ToXContentObject (#24906)Luca Cavanna
2017-05-26Remove the need for _UNRELEASED suffix in versions (#24798)Nik Everett
2017-05-26Merge branch 'mattweber-multiple_collapse_inner_hits'Jim Ferenczi