summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/suggest/completion
AgeCommit message (Expand)Author
2016-03-03Suggestions: Make field name mandatory ctor argumentChristoph Büscher
2016-03-01Suggest: Move name of suggestion to SuggestBuilderChristoph Büscher
2016-02-12Merge remote-tracking branch 'upstream/master' into feature-suggest-refactoringAli Beyad
2016-02-11Merge remote-tracking branch 'upstream/feature-suggest-refactoring' into term...Ali Beyad
2016-02-11Refactors building query specific objects from the term suggestionAli Beyad
2016-02-11upgrade to lucene 5.5.0-snapshot-850c6c2Nicholas Knize
2016-02-10initial refactoring of completion suggesterAreek Zillur
2016-02-10Adding method to build SuggestionContext to PhraseSuggestionBuilderChristoph Büscher
2016-02-09Building the term suggesters from the builder objectAli Beyad
2016-02-09Changing parse signature in QueryParseElementChristoph Büscher
2016-02-09WIP adding build() method to PhraseSuggestionBuilderChristoph Büscher
2016-02-08Suggest: Add parsing from xContent to PhraseSuggestionBuilderChristoph Büscher
2016-02-03Refactored the term suggestion builder for the query refactoring effortAli Beyad
2016-01-28Merge branch 'master' into feature-suggest-refactoringChristoph Büscher
2016-01-27Initial refactoring for phrase suggesterChristoph Büscher
2016-01-21Merge branch 'master' into trash_context_and_headersSimon Willnauer
2016-01-20Fixing small issues and using ParseFields in CompletionSuggestParserChristoph Büscher
2016-01-13Replace ContextAndHeaders with a ThreadPool based ThreadLocal implementationSimon Willnauer
2015-12-23Remove `index_name` back compat.Adrien Grand
2015-12-18Remove wildcard importsRyan Ernst
2015-12-17Simplify the Text API.Adrien Grand
2015-12-02Remove and forbid use of the type-unsafe empty Collections fieldsJason Tedor
2015-11-29improve javadocsMichael McCandless
2015-11-29only pull Fields once from the readerMichael McCandless
2015-11-12Enable GeoPointV2 with backward compatibility testingNicholas Knize
2015-11-07fix conflicts from mergeAreek Zillur
2015-11-07fix comments and throw ElasticsearchException when we fail to report fst inde...Areek Zillur
2015-11-07add query context buildersAreek Zillur
2015-11-07remove nocommitAreek Zillur
2015-11-07add back awaitfix testsAreek Zillur
2015-11-07more parsersSimon Willnauer
2015-11-07add parsersSimon Willnauer
2015-11-07some basic cleanupsSimon Willnauer
2015-11-07cut over to using ObjectParser for context mappingsAreek Zillur
2015-11-07added FuzzyOptionsBuilder javadocs and cleanupsAreek Zillur
2015-11-07Completion Suggester V2Areek Zillur
2015-11-02Cleanup query parsing and remove IndexQueryParserServiceSimon Willnauer
2015-10-28Remove support for edit_distance in completion suggesterjavanna
2015-10-05Ban ImmutableMap$Builder in core's mainNik Everett
2015-09-30cutover more Analyzer.tokenStream to try-with-resourcesmikemccand
2015-09-09Remove and forbid use of com.google.common.collect.MapsJason Tedor
2015-09-02Scripting: Propagate Headers and Context through to ScriptServiceColin Goodheart-Smithe
2015-09-01Upgrade to lucene-5.3.0.Adrien Grand
2015-08-13Introduce a formal ExtensionPoint class to stream line extensionsSimon Willnauer
2015-07-02Internal: make sure ParseField is always used in combination with parse flagsjavanna
2015-06-09Mappings: Make index level mapping apis use MappedFieldTypeRyan Ernst
2015-06-05create core moduleSimon Willnauer