Class FieldAnalysisResponse.Analysis
java.lang.Object
org.apache.solr.client.solrj.response.FieldAnalysisResponse.Analysis
- Enclosing class:
FieldAnalysisResponse
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
Modifier and TypeMethodDescriptionReturns the index time analysis phases for this analysis.intReturns the index time analysis phases for this analysis.Returns the query time analysis phases for this analysis ornullif query time analysis doesn't exist.intReturns the number of query time analysis phases in this analysis or-1if query time analysis doesn't exist.
-
Method Details
-
getQueryPhasesCount
public int getQueryPhasesCount()Returns the number of query time analysis phases in this analysis or-1if query time analysis doesn't exist.- Returns:
- Returns the number of query time analysis phases in this analysis or
-1if query time analysis doesn't exist.
-
getQueryPhases
Returns the query time analysis phases for this analysis ornullif query time analysis doesn't exist.- Returns:
- The query time analysis phases for this analysis or
nullif query time analysis doesn't exist.
-
getIndexPhasesCount
public int getIndexPhasesCount()Returns the index time analysis phases for this analysis.- Returns:
- The index time analysis phases for this analysis.
-
getIndexPhases
Returns the index time analysis phases for this analysis.- Returns:
- The index time analysis phases for this analysis.
-