Package | Description |
---|---|
org.apache.solr.client.solrj.request | |
org.apache.solr.handler |
Modifier and Type | Method and Description |
---|---|
DocumentAnalysisRequest |
DocumentAnalysisRequest.addDocument(SolrInputDocument doc)
Adds a document to be analyzed.
|
DocumentAnalysisRequest |
DocumentAnalysisRequest.addDocuments(java.util.Collection<SolrInputDocument> docs)
Adds a collection of documents to be analyzed.
|
DocumentAnalysisRequest |
DocumentAnalysisRequest.setQuery(java.lang.String query)
Sets the query to be analyzed.
|
DocumentAnalysisRequest |
DocumentAnalysisRequest.setShowMatch(boolean showMatch)
Sets whether index time tokens that match query time tokens should be marked as a "match".
|
Modifier and Type | Method and Description |
---|---|
(package private) DocumentAnalysisRequest |
DocumentAnalysisRequestHandler.resolveAnalysisRequest(SolrQueryRequest req)
Resolves the
DocumentAnalysisRequest from the given solr request. |
Modifier and Type | Method and Description |
---|---|
(package private) NamedList<java.lang.Object> |
DocumentAnalysisRequestHandler.handleAnalysisRequest(DocumentAnalysisRequest request,
IndexSchema schema)
Handles the resolved
DocumentAnalysisRequest and returns the analysis response as a named list. |