According to my logs 

org.apache.solr.handler.component.QueryComponent.process()

takes a significant amount of time (>5s but I've seen up to 15s) when a 
query has an odd pattern of numbers in e.g

"neodymium megagauss-oersteds (MGOe) (1 MG·Oe = 7,958·10³ T·A/m = 7,958 
kJ/m³"

"myers 8e psychology chapter 9"

"JOHN PIPER 1 TIMOTEO 3:1?

"lab 2.6.2: using wireshark to view protocol data units"

"malha de aço 3x3 6mm - peso m2"

or even looks like it could be a query

"An experiment has two outcomes, A and A. If A is three time as likely to occur 
as , what is P(A)?"

other params were

fl:
    *,score
fq:
    +num_pages:[2 TO *] AND +language:1
hl:
    true
hl.fl:
    content title description
hl.simple.post:
    </strong>
hl.simple.pre:
    <strong>
hl.snippets:
    2
qf:
    title^1.5 content^0.8
qs:
    2
qt:
    dismax
rows:
    10
sort:
    score desc
start:
    0
wt:
    json 


is this just something I'm going to have to put up with? Or is there 
something I can do to mitigate it. If it's a bug any suggestions on how 
to start patching it?


Reply via email to