I had the same problem, but never found a good solution. The best
solution is to have a more dynamic way of determining which analyzer to
return, such as having some kind of conditional expression evalution in
the fieldType/analyzer element, where either the document or the query
request could
I had a similar problem and was able to fix it in Solr by manually
buffering the responses to a StringWriter before sending it to Tomcat.
Essentially, Tomcat's buffer will only hold so much and at that point
it blocks (thus it always hangs at a constant number of documents).
However, a better solu