What specifically do you mean by "stall"? Very slow but comes back?
Never comes back? Throws an error?

What is your field definition for body? How big is the content in it?
Do you change the fields returned if you search body and if you search
just headers?
How many rows do you request back?


One hypothesis: You are storing (stored=true) your body, it is very
large and the stall happens not during search but during reading very
large amount of text from disk to reconstitute the body to send it
back.

Regards,
   Alex.

----
Sign up for my Solr resources newsletter at http://www.solr-start.com/

On 24 February 2015 at 02:06, Kevin Laurie <superinterstel...@gmail.com> wrote:
> For example if I were to search To and From apache solr would process it in
> its log and give me an output, however if I were to search something in the
> Body it would stall and no output.

Reply via email to