Uses of Class
org.apache.tika.pipes.emitter.solr.SolrEmitter.AttachmentStrategy
-
Packages that use SolrEmitter.AttachmentStrategy Package Description org.apache.tika.pipes.emitter.solr -
-
Uses of SolrEmitter.AttachmentStrategy in org.apache.tika.pipes.emitter.solr
Methods in org.apache.tika.pipes.emitter.solr that return SolrEmitter.AttachmentStrategy Modifier and Type Method Description static SolrEmitter.AttachmentStrategy
SolrEmitter.AttachmentStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static SolrEmitter.AttachmentStrategy[]
SolrEmitter.AttachmentStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-