使用 nhibernate.search 时重新索引 lucene.net 索引的最简单方法?
上下文=>
调用wcf,一些随机存储过程和sql东西理论上会导入一些数据。
要求=>
为一些导入的实体重新索引 lucene 索引。
问题 =>
最简单的方法是什么?
理论上,如果 nhibernate 被初始化,nhibernate.search 应该知道哪些实体应该被索引。因此 - 我想知道,有没有现成的工具/什么来满足我的要求?
Context =>
Calling wcf, some random stored procedures and sql stuff theoretically imports some data.
Requirements =>
Reindex lucene indexes for some of imported entities.
Question =>
What's the easiest way to do that?
Theoretically, if nhibernate is initialized, nhibernate.search should be aware which entities are supposed to be indexed. Therefore - i was wondering, are there any ready to use tools/whatnot to fulfill my requirement?
Is this the only way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的快速而肮脏的方法=>
没有关于事务和分页部分的想法(目前不关心)。有点像我需要的那样。 :D
My quick and dirty approach =>
No ideas about transaction and paging part (and don't care at the moment). Kind a does what i needed. :D