Re: email - DIH

2011-10-04 Thread jb
Nobody to help? I tried telnet to get informations about the emails. Via telnet with IMAP i can get any required fields. Is this an implementation issue? -- View this message in context: http://lucene.472066.n3.nabble.com/email-DIH-tp2711416p3392846.html Sent from the Solr - User mailing list

Re: email - DIH

2011-09-26 Thread jb
Hi Alonso, Gora, I run in the same Problem with the MailEntityProcessor. I have an Email-Folder called "Test". Inside there a "only" two messages. When I run the DIH everything looks find, except that the two Emails doesn't get indexed. Are there any adidtional informations to this problem? I'm

Re: Sort by index order desc

2007-04-10 Thread jb
It would be great, yes :-) 2007/4/10, Yonik Seeley <[EMAIL PROTECTED]>: On 4/10/07, jb <[EMAIL PROTECTED]> wrote: > Thanks for your answer. I will use a timestamp while waiting. > Do you think this feature will be added in a future release ? Most likely... but if someone s

Re: Sort by index order desc

2007-04-10 Thread jb
Thanks for your answer. I will use a timestamp while waiting. Do you think this feature will be added in a future release ? 2007/4/10, Yonik Seeley <[EMAIL PROTECTED]>: On 4/10/07, jb <[EMAIL PROTECTED]> wrote: > With Lucene, instead of returning results by date, I return

Sort by index order desc

2007-04-10 Thread jb
Hello, With Lucene, instead of returning results by date, I return results in the reverse index order (last doc added is returned first) For example : hits = searcher.search(luceneQuery,new Sort(new SortField(null, SortField.DOC, true)) How can I do that with Solr ? Thanks. JBC