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.
我需要将一个索引随机分成两个,以获得一个用于训练的索引和另一个用于测试的索引。我怎样才能做到这一点?
谢谢
我不确定我理解你划分索引的意思,但是
要创建索引的副本,您只需将整个索引目录复制到新位置即可。确保在创建副本时索引当前未在使用(即没有IndexReaders或IndexWriters当前在其上打开),因为这可能导致新副本上的锁定问题。
IndexReaders
IndexWriters