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
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
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
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
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