elasticsearch-mocksolrplugin icon indicating copy to clipboard operation
elasticsearch-mocksolrplugin copied to clipboard

may kind enough and having time to update to 0.90

Open whlgh opened this issue 12 years ago • 0 comments

i use es 0.20 and this plugin, there is no probleam.

but when i update the plugin and using es 0.90, there is an exception: [2013-07-08 16:40:38,469][ERROR][co.diji.rest.SolrUpdateHandlerRestAction] [Crim e-Buster] Error processing xml input javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1] Message: Content is not allowed in prolog. at com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLS treamReaderImpl.java:594) at co.diji.rest.SolrUpdateHandlerRestAction.handleRequest(SolrUpdateHand lerRestAction.java:143)

i add some print statements near this line:XMLStreamReader parser = inputFactory.createXMLStreamReader(new StringReader(request.content().toUtf8()));

in console prints the xml file is: 泥&params类'delById

but when using es 0.20, there is nothing printed, as if this method is not be called.

i don't know why.

may you update this plugin to es0.90, thanks.

whlgh avatar Jul 08 '13 08:07 whlgh