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