On 5/9/07, Ryan McKinley <[EMAIL PROTECTED]> wrote:
Yonik Seeley wrote: > We should probably change the example solrconfig.xml and schema.xml to > be UTF-8 by default. Any objections? >I'm for it... but if the xml parser uses getReader() does it make any difference?
For Solr's XML config files, DocumentBuilder.parse(InputStream) is called, so we don't construct a reader first. -Yonik