summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/suggest
AgeCommit message (Expand)Author
2016-11-30Remove 2.x backward compatibility of mappings. (#21670)Adrien Grand
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-12Merge pull request #20873: Use ConstructingObjectParser with DirectCandidateG...Christoph Büscher
2016-10-12Remove empty javadoc (#20871)Tanguy Leroux
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-09-14Remove poor-mans compression in InternalSearchHit and friends (#20472)Simon Willnauer
2016-09-13Cut over geo_point field and queries to new LatLonPoint typeNicholas Knize
2016-09-09add java docs to all of the SearchPhase implementationsjavanna
2016-09-08Clean up XContentBuilderTanguy Leroux
2016-08-30Introduce Log4j 2Jason Tedor
2016-08-26Fix request cache key for searchXiang Chen
2016-08-24Upgrade to Lucene 6.2.0Mike McCandless
2016-08-10Merge pull request #19920 from cbuescher/remove-SuggestUtilChristoph Büscher
2016-08-10Renaming method according to review commentsChristoph Büscher
2016-08-10Collapse o.e.index.mapper packages. #19921Adrien Grand
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-10SuggestUtils#analyze: assign success variable a valuejavanna
2016-08-10move SuggestUtils methods to their respective callersjavanna
2016-08-10Remove redundant generics type declarationjavanna
2016-08-10remove unused methods from SuggestUtilsjavanna
2016-08-08Remove payload option from completion suggesterAreek Zillur
2016-08-05Add support for returning documents with completion suggesterAreek Zillur
2016-08-01Add descriptions for o.e.search.suggest packages (#19699)Nik Everett
2016-07-18Template cleanup:Martijn van Groningen
2016-07-11Switch search extension from push to pullNik Everett
2016-07-04Fix CompletionTokenStream modifier redundancyTanguy Leroux
2016-07-04Fix CompletionSuggestSearchIT and CompletionSuggestSearch2xITTanguy Leroux
2016-07-04Enable Checkstyle RedundantModifierTanguy Leroux
2016-07-01Remove some unused codeTanguy Leroux
2016-07-01Fix order of modifiersTanguy Leroux
2016-07-01Clean up BytesReference (#19196)Simon Willnauer
2016-06-28Scripts: Remove ClusterState from compile apiRyan Ernst
2016-06-15Simplify FetchSubPhase registration and detach it from Guice (#18862)Simon Willnauer
2016-06-13Remove redundant parseElementst() method in RescorePhase and SuggestPhaseChristoph Büscher
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-27ConstructingObjectParser is ObjectParser for ctorsNik Everett
2016-04-25Add bwc support for pre-5.0 completion indexAreek Zillur
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-19Migrate more functions to (read|write)NamedWriteableNik Everett