Hello, On the monitoring i spotted a query that that tooks over twenty seconds, instead of the usual 200 ms. It turned out to be a someone looking for question marks. I couldn't believe that would be a costly query, they should be removed by WordDelimiterFilter, and that is the case, that query analyzes to nothing, but yields results nonetheless, highlights keywords, and even a score, but that is before dumbing the query down to:
?select?q=content_nl:%3F%3F%3F%3F%3F%3F&hl=true&hl.fl=content_nl&debug=true So, what is going one here? Why does it get results, slightly less than there are documents with content_nl? Why are some terms highlighted? For example: <em>laatste</em> 10 <em>minuten</em> neemt Rodenburg <em>steeds</em> de <em>voorsprong</em>, maar elke keer <em>scoort</em> <em>Kinea</em> weer de <em>gelijkmaker</em> I have no idea why this happens. Many thanks, Markus