summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/suggest/phrase
AgeCommit message (Expand)Author
2017-06-29Remove QueryParseContext from parsing QueryBuilders (#25448)Christoph Büscher
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-15Replace manual copying an array or collection with static methods calls (#24657)Koen De Groote
2017-05-11Make a few class level fields staticKoen De Groote
2017-02-27Convert suggestion response parsing to use NamedXContentRegistry (#23355)Luca Cavanna
2017-02-20Adding fromXContent to Suggest and Suggestion class (#23226)Christoph Büscher
2017-02-16Adding fromXContent to Suggestion.Entry and subclasses (#23202)Christoph Büscher
2017-02-10Use `typed_keys` parameter to prefix suggester names by type in search respon...Tanguy Leroux
2017-02-09Remove getDefaultScriptingLanguage from QueryParseContext (#23043)Luca Cavanna
2017-02-03Upgrade checkstyle to version 7.5Jason Tedor
2017-01-09Replace Suggesters with namedObject (#22491)Nik Everett
2017-01-05remove ParseFieldMatcher usages from suggestersjavanna
2017-01-05remove ParseFieldMatcher usages from Script parsing codejavanna
2017-01-05remove unused ParseFieldMatcher imports/argumentsjavanna
2016-12-31Remove some usages of ParseFieldMatcher in favour of using ParseField directlyjavanna
2016-12-30Remove some more usages of ParseFieldMatcher in favour of using ParseField di...javanna
2016-12-30Remove some more usages of ParseFieldMatcher in favour of using ParseField di...javanna
2016-12-20Introduce XContentParser#namedObject (#22003)Nik Everett
2016-12-12Remove support for empty queries (#22092)Luca Cavanna
2016-11-10Clean up of Script.Jack Conradson
2016-10-26Refactor ScriptType to be a top-level class.Jack Conradson
2016-10-24Consolidate code for equals/hashCode testing in central utility classChristoph Büscher
2016-10-11Use ConstructingObjectParser for parsing DirectCandidateGeneratorChristoph Büscher
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-23Remove AnalysisService and reduce it to a simple name to analyzer mapping (#2...Simon Willnauer
2016-08-26Fix request cache key for searchXiang Chen
2016-08-10Renaming method according to review commentsChristoph Büscher
2016-08-10Removing use of ParseFields where we have alternative in other classes alreadyChristoph Büscher
2016-08-10Moving join() helper function to WordScorerChristoph Büscher
2016-08-10Move analysis helper methods to DirectCandidateGeneratorChristoph Büscher
2016-08-10Move getDirectSpellChecker to DirectSpellcheckerSettingsChristoph Büscher
2016-08-10move SuggestUtils methods to their respective callersjavanna
2016-08-10Remove redundant generics type declarationjavanna
2016-08-01Add descriptions for o.e.search.suggest packages (#19699)Nik Everett
2016-07-18Template cleanup:Martijn van Groningen
2016-07-04Enable Checkstyle RedundantModifierTanguy Leroux
2016-06-28Scripts: Remove ClusterState from compile apiRyan Ernst
2016-06-02Handle empty query bodies at parse time and remove EmptyQueryBuilderChristoph Büscher
2016-05-04Consolidate query generation in QueryShardContextChristoph Büscher
2016-04-22Changed indexed scripts to be stored in the cluster state instead of the `.sc...Martijn van Groningen
2016-04-21Address stylistic comments.Isabel Drost-Fromm
2016-04-21Remove <T> from WriteableNik Everett
2016-04-19Remove (read|write)PhraseSuggestionSmoothingModelNik Everett
2016-04-18Internal: Remove XContentBuilderStringRyan Ernst
2016-04-15Rename context.parseFieldMatcher() to context.getParseFieldMatcherChristoph Büscher