Dear Alex, Nothing comes back when I do a "body search". It shows a searching process on the client but then it just stops and no result comes up. I am wondering if this is schema related problem.
When I search a "subject" on the mail client I get output as below and :- 8025 [main] INFO org.eclipse.jetty.server.AbstractConnector ? Started SocketConnector@0.0.0.0:8983 9001 [searcherExecutor-6-thread-1] INFO org.apache.solr.core.SolrCore ? [collection1] Registered new searcher Searcher@7dfcb28[collection1] main{StandardDirectoryReader(segments_4g:789:nrt _6z(4.10.2):C16672 _44(4.10.2):C6996 _56(4.10.2):C3672 _64(4.10.2):C4000 _8y(4.10.2):C3143 _7v(4.10.2):C673 _7b(4.10.2):C830 _85(4.10.2):C3754 _7k(4.10.2):C3975 _8f(4.10.2):C1516 _7n(4.10.2):C67 _9a(4.10.2):C677 _8o(4.10.2):C38 _8v(4.10.2):C40 _9l(4.10.2):C2705 _8x(4.10.2):C43 _90(4.10.2):C16 _9b(4.10.2):C22 _9d(4.10.2):C44 _9f(4.10.2):C84 _9h(4.10.2):C83 _9i(4.10.2):C356 _9j(4.10.2):C84 _9k(4.10.2):C296 _9m(4.10.2):C83 _9n(4.10.2):C57)} 155092 [qtp433527567-13] INFO org.apache.solr.core.SolrCore ? [collection1] webapp=/solr path=/select params={sort=uid+asc&fl=uid,score&q=subject:"price"&fq=%2Bbox:ac553604f7314b54e62300003555fc1a+%2Buser:"u...@domain.net"&rows=107178} hits=1237 status=0 QTime=1918 The content is quite large, 27,000emails . Could you advise what could this problem be? How do we correct and fix this problem then? I might have the wrong schema installed so the body search is not working. Could this be it? Might post this on dovecot to see if someone could answer about this. Kindly advise if you have any idea on this Ps.How do I check the body definition? Thanks Kevin On Tue, Feb 24, 2015 at 9:36 PM, Alexandre Rafalovitch <arafa...@gmail.com> wrote: > 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.