使用Hibernate Search重新创建模型更改索引

时间:2016-03-18 08:43:17

标签: java lucene hibernate-search

我在我的应用程序中使用Hibernate Search,目前每次重新启动应用程序时都会重新创建索引。

<div class="add_margin_bottom"
    js-tree="config.treeConfig"
    should-apply="config.applyModelChanges()"
    ng-model="config.treeData"
    tree= "treeInstance"
    tree-events= "select_node: config.selectedNode;loaded: config.creationNode;ready: config.openNodes">
</div>

我想停止这样做,并仅在模型更改时重新创建索引。是否有一种共同的模式来实现这种行为?我找不到任何东西。

0 个答案:

没有答案