Uses of Class
org.apache.solr.client.solrj.request.DocumentAnalysisRequest
Packages that use DocumentAnalysisRequest
Package
Description
Convenience classes for dealing with various types of Solr requests.
-
Uses of DocumentAnalysisRequest in org.apache.solr.client.solrj.request
Methods in org.apache.solr.client.solrj.request that return DocumentAnalysisRequestModifier and TypeMethodDescriptionDocumentAnalysisRequest.addDocument(SolrInputDocument doc) Adds a document to be analyzed.DocumentAnalysisRequest.addDocuments(Collection<SolrInputDocument> docs) Adds a collection of documents to be analyzed.Sets the query to be analyzed.DocumentAnalysisRequest.setShowMatch(boolean showMatch) Sets whether index time tokens that match query time tokens should be marked as a "match".