Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都混合了最新的 Hibernate Search (4.4.0.+)....
和 Lucene 4 工作?可能吗?假设从 Lucene 3 到 4 内部发生了太多变化。
我不相信这是可能的。Hibernate Search 4.4 旨在与 Lucene 3.6 一起使用。
似乎计划为Hibernate Search 5.0提供 Lucene 4.X 支持
我正在使用 CodeIgniter 的锚标记来生成链接
这是我在视图中使用的代码:
<?=anchor('blog/post/'.$row->id,$row->title);?>
上面的代码正在渲染 url
<a h