标签: indexing lucene geolocation orientdb spatial-index
我的索引:
create index User.lat_lng on User (lat, lng) SPATIAL ENGINE LUCENE
Orientdb documentation说:针对索引的查询会跳过索引并在重建索引时执行顺序扫描:
rebuild index User.lat_lng
如何在重建时保持索引性能? 有什么工具可以用来做这件事吗?我应该考虑使用其他搜索方法进行最近邻搜索吗?