Hi, I have to run query with a lot of boolean should clauses. Queries like these were of course slow so I decided to change query to filter wrapped by ConstantScoreQuery but it also didn't help.
Profiler shows that most of the time is spent on seekExact in BlockTreeTermsReader$FieldReader$SegmentTermsEnum When I go deeper in trace I see that inside seekExact most time is spent on loadBlock and even deeper ByteBufferIndexInput.clone. Do you have any ideas how I can make it work faster or it is not possible and I have to live with it? -- Paweł Róg