summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/fetch/FetchPhase.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-11-21Use the primary_term field to identify parent documents (#27469)Simon Willnauer
2017-10-19Return the _source of inner hit nested as is without wrapping it into its ful...Martijn van Groningen
2017-09-28Change ScriptFieldsFetchSubPhase to create search scripts once per segment (#...Jim Ferenczi
2017-09-19added commentMartijn van Groningen
2017-09-19fix line length violationMartijn van Groningen
2017-09-19Moved the check to fetch phase. This basically means that we throwMartijn van Groningen
2017-09-19inner hits: Do not allow inner hits that use _source and have a non nested ob...Martijn van Groningen
2017-08-10inner hits: Unfiltered nested source should keep its full pathMartijn van Groningen
2017-07-25inner hits: Only access stored fields when neededMartijn van Groningen
2017-06-29Unify the result interfaces from get and search in Java client (#25361)olcbean
2017-04-18Upgrade to a Lucene 7 snapshot (#24089)Adrien Grand
2017-04-10Introduce incremental reduction of TopDocs (#23946)Simon Willnauer
2017-02-08Fold InternalSearchHits and friends into their interfaces (#23042)Simon Willnauer
2016-10-25Makes search action cancelable by task management APIIgor Motov
2016-10-11Ensure source filtering automatons are only compiled once (#20857)Simon Willnauer
2016-09-09decouple registration of SearchExtParsers from sub fetch phasesjavanna
2016-09-09move SearchExtParser back to o.e.search packagejavanna
2016-09-09FetchSubPhase to support a single parser that extends SearchExtParserjavanna
2016-09-09clarify that SearchParseElement is only used for custom fetch sub phases and ...javanna
2016-09-09add java docs to all of the SearchPhase implementationsjavanna
2016-09-09Remove parseElements method from SearchPhase interfacejavanna
2016-08-24Add the ability to disable the retrieval of the stored fields entirelyJim Ferenczi
2016-08-12Move all FetchSubPhases to `o.e.search.fetch.subphase`Nik Everett
2016-08-10Collapse o.e.index.mapper packages. #19921Adrien Grand
2016-07-11Switch search extension from push to pullNik Everett
2016-06-15Simplify SubFetchPhase interface (#18881)Simon Willnauer
2016-06-15Simplify FetchSubPhase registration and detach it from Guice (#18862)Simon Willnauer
2016-05-27Nested inner hits shouldn't use relative pathsMartijn van Groningen
2016-05-10Removes the now obsolete SearchParseElement implementationsColin Goodheart-Smithe
2015-12-21Upgrade to lucene-5.5.0-snapshot-1721183.Adrien Grand
2015-12-18Remove wildcard importsRyan Ernst
2015-12-17Simplify the Text API.Adrien Grand
2015-11-30Fixes #14489Jim Ferenczi
2015-10-20Ban oal.search.Filter.Adrien Grand
2015-10-05Ban ImmutableMap$Builder in core's mainNik Everett
2015-09-04Fix deprecations introduced by the upgrade to Lucene 5.3Adrien Grand
2015-08-31Merge branch 'master' into lists_are_simpleJason Tedor
2015-08-27Remove and forbid use of com.google.common.collect.ListsJason Tedor
2015-08-18Internal: Remove all uses of ImmutableListRyan Ernst
2015-07-29toArrayBritta Weber
2015-07-29make fetch sub phases pluggableBritta Weber
2015-07-01Mappings: Move short name access out of field typeRyan Ernst
2015-06-24Always return metadata in get/search APIs.Adrien Grand
2015-06-15Mappings: Remove SmartNameObjectMapperRyan Ernst
2015-06-09Mappings: Make index level mapping apis use MappedFieldTypeRyan Ernst
2015-06-05create core moduleSimon Willnauer