summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/search/rescore/QueryRescoreBuilderTests.java
AgeCommit message (Expand)Author
2017-07-03Remove QueryParseContext (#25486)Christoph Büscher
2017-04-04Rename random ASCII helper methodsJason Tedor
2017-01-12Remove ParseFieldMatcher usages from QueryParseContextjavanna
2016-12-21Introduce translog no-opJason Tedor
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-12-13Consolidate more parser creation into ESTestCaseNik Everett
2016-12-13Continue consolidating `XContentParser` construction in tests (#22145)Nik Everett
2016-10-24Consolidate code for equals/hashCode testing in central utility classChristoph Büscher
2016-10-06Remove SearchContext#current and all it's threadlocals (#20778)Simon 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-08-10Collapse o.e.index.mapper packages. #19921Adrien Grand
2016-08-02Plugins: Make NamedWriteableRegistry immutable and add extenion point for nam...Ryan Ernst
2016-07-11Switch search extension from push to pullNik Everett
2016-07-01Clean up BytesReference (#19196)Simon Willnauer
2016-06-30Start migration away from aggregation streamsNik Everett
2016-06-02Adressing review commentsChristoph Büscher
2016-05-20percolator: Removed percolator cacheMartijn van Groningen
2016-05-06Add xContent shuffling to some more testsChristoph Büscher
2016-05-06QueryBuilder does not need generics. #18133Adrien Grand
2016-04-22Changed indexed scripts to be stored in the cluster state instead of the `.sc...Martijn van Groningen
2016-04-18Replace (read|write)Rescorer with (read|write)NamedWriteableNik Everett
2016-04-15Clean up QueryParseContext and don't hold it inside QueryRewrite/ShardContextChristoph Büscher
2016-04-12Make aggregation registration more like query registrationNik Everett
2016-04-08Remove Settings.settingsBuilder.Adrien Grand
2016-04-05Add more fromXContent() testing with shuffled field orderChristoph Büscher
2016-04-01Replace FieldStatsProvider with a method on MappedFieldType. #17334Adrien Grand
2016-03-31Remove RescoreParseElementChristoph Büscher
2016-03-24Remove PROTOTYPE from RescorerBuildersNik Everett
2016-03-21percolator: Replace percolate api with the new percolator queryMartijn van Groningen
2016-02-15Merge remote-tracking branch 'upstream/master' into feature-suggest-refactoringAli Beyad
2016-02-15Add a text field.Adrien Grand
2016-02-12Merge remote-tracking branch 'upstream/master' into feature-suggest-refactoringAli Beyad
2016-02-12Merge branch 'master' into add_rewrite_infraSimon Willnauer
2016-02-11Remove the MapperBuilders utility class.Adrien Grand
2016-02-11Add infrastructure to rewrite query buidlersSimon Willnauer
2016-02-08Suggest: Add parsing from xContent to PhraseSuggestionBuilderChristoph Büscher
2016-01-28Make index uuid available in Index, ShardRouting & ShardIdBoaz Leskes
2016-01-26Remove RescoreBuilder interface, rename AbstractRescoreBuilder to RescoreBuilderChristoph Büscher
2016-01-25Replace RescoreBaseBuilder with AbstractRescoreBuilderChristoph Büscher
2016-01-20Switch to using RescoreBuilder in SearchSourceBuilderChristoph Büscher
2016-01-20RescoreBuilder: Add parsing and creating of RescoreSearchContextChristoph Büscher
2016-01-14Make RescoreBuilder and nested QueryRescorer WritableChristoph Büscher