summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2016-02-10initial refactoring of completion suggesterAreek Zillur
2016-02-10Adding method to build SuggestionContext to PhraseSuggestionBuilderChristoph Büscher
2016-02-10Merge branch 'master' into feature-suggest-refactoringChristoph Büscher
2016-02-10Merge pull request #16572 from MaineC/geosort-serialisationIsabel Drost-Fromm
2016-02-10Merge pull request #16264 from jpountz/fix/update_mapping_meta_on_all_typesAdrien Grand
2016-02-10Fix sporadic SimpleQueryStringBuilderTests failures.Jim Ferenczi
2016-02-10Pack all the plugin files into a single folder named elasticsearch at the roo...Jim Ferenczi
2016-02-10Make GeoDistanceSortBuilder serializableIsabel Drost-Fromm
2016-02-10Put mapping operations must update metadata of all types.Adrien Grand
2016-02-09Add task cancellation mechanismIgor Motov
2016-02-09Merge pull request #16567 from nik9000/checkstyle_equals_hashcodeNik Everett
2016-02-09Fail build if we define equals but not hashCodeNik Everett
2016-02-09Fix typos in the names of some variablesDongjoon Hyun
2016-02-09Fix test failures in TermSuggestionBuilderTestsChristoph Büscher
2016-02-09Fix filters and null parameters in _aliases commandYannick Welsch
2016-02-09Merge pull request #16483 from abeyad/feature-term-suggester-xcontentAli Beyad
2016-02-09Implements the ability to go from x-content to a term suggester.Ali Beyad
2016-02-09Remove unused import from o.e.e.EnvironmentJason Tedor
2016-02-09Remove unused import from o.e.c.h.MessageDigestsJason Tedor
2016-02-09Add Javadocs for o.e.c.h.MessageDigestsJason Tedor
2016-02-09Merge pull request #16505 from cbuescher/suggestBuilder-refactoringChristoph Büscher
2016-02-09Add fromXContent method to SuggestBuilderChristoph Büscher
2016-02-09Ingest: Add attachment processorAlexander Reelsen
2016-02-09Merge pull request #16508 from s1monw/issues/16378Simon Willnauer
2016-02-09fix similarity testsSimon Willnauer
2016-02-09Merge branch 'master' into feature-suggest-refactoringChristoph Büscher
2016-02-08Rename variables.Dongjoon Hyun
2016-02-08BootstrapSettings final with private constructorJason Tedor
2016-02-08Merge pull request #16501 from s1monw/trash_thread_localSimon Willnauer
2016-02-08simplify method signatureSimon Willnauer
2016-02-08Register bootstrap settingsJason Tedor
2016-02-08Log warning if max file descriptors too lowJason Tedor
2016-02-08Add field names to several mapping errorsSimon Willnauer
2016-02-08Require that relocation source is marked as relocating before starting recove...Yannick Welsch
2016-02-08apply feedback from @colings86Simon Willnauer
2016-02-08Speedup MessageDigestTests#testToHexStringJason Tedor
2016-02-08Merge pull request #16255 from jpountz/fix/search_analyzer_serializationAdrien Grand
2016-02-08Fix serialization of `search_analyzer`.Adrien Grand
2016-02-08Cleanup JavaVersionJason Tedor
2016-02-08Detach QueryShardContext from IndexShard and remove obsolete threadlocalsSimon Willnauer
2016-02-08Move sorting tests w/o scripting back to coreIsabel Drost-Fromm
2016-02-08Suggest: Add parsing from xContent to PhraseSuggestionBuilderChristoph Büscher
2016-02-08Fix recovery translog stats totals when recovering from storeBoaz Leskes
2016-02-08Merge branch 'master' into feature-suggest-refactoringChristoph Büscher
2016-02-07[TEST] Don't assert on null value. It's fine to not always see an exception i...Simon Willnauer
2016-02-07Objects#requireNonNull guard in MessageDigestsJason Tedor
2016-02-06Fix trace logging statement in ZenDiscoveryJason Tedor
2016-02-06Avoid cloning MessageDigest instancesJason Tedor
2016-02-05Make IndicesWarmer a private class of IndexServiceSimon Willnauer
2016-02-05Merge pull request #16469 from s1monw/simplify_indices_field_data_cacheSimon Willnauer