我在我的应用程序中使用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>
我想停止这样做,并仅在模型更改时重新创建索引。是否有一种共同的模式来实现这种行为?我找不到任何东西。