Java org.apache.solr.client.solrj.util ClientUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.solr.client.solrj.util ClientUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.solr.client.solrj.util ClientUtils.

The text is from its open source code.

Method

StringescapeQueryChars(String s)
See: Lucene query parser syntax for more information on Escaping Special Characters
CollectiontoContentStreams(final String str, final String contentType)
Take a string and make it an iterable ContentStream
StringtoXML(SolrInputDocument doc)
voidwriteXML(SolrInputDocument doc, Writer writer)