|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.solr.client.solrj.response.FieldAnalysisResponse.Analysis
public static class FieldAnalysisResponse.Analysis
The analysis of a field. Holds a list of all the query time analysis phases (if a query analysis was requested) as well as index time phases.
Method Summary | |
---|---|
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 null
if query time analysis doesn't exist. |
int |
getQueryPhasesCount()
Returns the number of query time analysis phases in this analysis or -1 if query time analysis doesn't exist. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |