FTSearch(Domino API) 能否查找特定小时或分钟内发送的邮件
有人可以告诉我是否可以使用 FTSearch(Domino API) 查找特定小时或分钟内发送的邮件。
例如, 如果一封邮件在 5/27/2011 10:30 从 A 发送到 B,我们可以为 FTSearch 创建一个查询来查找这封邮件,其中我给出一个查询,如 (5/27/2011 00:00 和 5/ 27/2011 13:45)
小时字段和分钟字段对 FTSearch 查询有影响吗? 我的应用程序是用 JAVA 编码的。
Could someone please let me know whether it possible to find mails sent between a particular hour or minutes using FTSearch(Domino API).
For example,
If a mail is sent from A to B at 5/27/2011 10:30, can we create a query for FTSearch to find out this mail wherein I give a query like between (5/27/2011 00:00 and 5/27/2011 13:45)
Does the Hour field and Minutes field have any effect on the FTSearch query?
My application is coded in JAVA.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,FTSearch 方法可以为您做到这一点。您的查询将如下所示:
不幸的是,似乎无法在查询中指定时间,只能指定日期。
Yes the FTSearch method can do that for you. Your query would look like this:
Unfortunately it seems there's no way to specify times in the query, just dates.