public static class FieldAnalysisResponse.Analysis extends Object
| Modifier and Type | Method and Description | 
|---|---|
| Iterable<AnalysisResponseBase.AnalysisPhase> | getIndexPhases()Returns the index time analysis phases for this analysis. | 
| int | getIndexPhasesCount()Returns the index time analysis phases for this analysis. | 
| Iterable<AnalysisResponseBase.AnalysisPhase> | getQueryPhases()Returns the query time analysis phases for this analysis or  nullif query time analysis doesn't exist. | 
| int | getQueryPhasesCount()Returns the number of query time analysis phases in this analysis or 
  -1if query time analysis doesn't exist. | 
public int getQueryPhasesCount()
-1 if query time analysis doesn't exist.-1 if query time analysis doesn't exist.public Iterable<AnalysisResponseBase.AnalysisPhase> getQueryPhases()
null
 if query time analysis doesn't exist.null
         if query time analysis doesn't exist.public int getIndexPhasesCount()
public Iterable<AnalysisResponseBase.AnalysisPhase> getIndexPhases()
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.