Closed
Description
While profiling a client application, it showed that there are lots of javax.xml.stream.XMLOutputFactory.newInstance()
invocations, specifically when a client retrieves extracted document data from search results. In our use case, this almost totaled to the same amount of CPU time as the actual search.