As part of moving over to mandatory reusable Analyzers, I'm confronting how
best to handle the IOException thrown by reusableTokenStream.  One piece of
code thats frustrating me is QueryParserBase.newFieldQuery where I notice
that at any stage if an IOException is thrown, its simply ignored.

Does anyone known why we do this? Do we want to continue with this approach?
Solr's TextField.parseFieldQuery, which is basically a C&P of the code from
newFieldQuery, has the same issues.

Cheers
Chris

-- 
Chris Male | Software Developer | JTeam BV.| www.jteam.nl

Reply via email to