summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/fetch/FetchSubPhase.java
diff options
context:
space:
mode:
authorNik Everett <nik9000@gmail.com>2016-07-29 23:05:38 -0400
committerNik Everett <nik9000@gmail.com>2016-08-12 18:21:15 -0400
commitcf6e1a43623a26e012af4d73f6402a8c4ba8034c (patch)
tree213e9af2b6106f1e2e35888cd3db29c9309df978 /core/src/main/java/org/elasticsearch/search/fetch/FetchSubPhase.java
parent40d7ebc515978fa80d7a2bde3e72df0648f3b89a (diff)
Move all FetchSubPhases to `o.e.search.fetch.subphase`
As the most complicated `FetchSubPhase` highlighting gets its own package (`o.e.seach.fetch.subphase.highlight`. No other `FetchSubPhase`s get their own package. Instead they all reside together in `o.e.search.fetch.subphase`. Add package descriptions to `o.e.search.fetch` and subpackages.
Diffstat (limited to 'core/src/main/java/org/elasticsearch/search/fetch/FetchSubPhase.java')
-rw-r--r--core/src/main/java/org/elasticsearch/search/fetch/FetchSubPhase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/java/org/elasticsearch/search/fetch/FetchSubPhase.java b/core/src/main/java/org/elasticsearch/search/fetch/FetchSubPhase.java
index dec2230822..8efb995926 100644
--- a/core/src/main/java/org/elasticsearch/search/fetch/FetchSubPhase.java
+++ b/core/src/main/java/org/elasticsearch/search/fetch/FetchSubPhase.java
@@ -31,7 +31,7 @@ import java.util.HashMap;
import java.util.Map;
/**
- * Sub phase within the fetch phase used to fetch things *about* the documents highlghting.
+ * Sub phase within the fetch phase used to fetch things *about* the documents like highlghting or matched queries.
*/
public interface FetchSubPhase {