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.
我有一个索引应用程序,它使用 lucene 索引来索引文档,索引可以增长到 10 GB。
lucene 索引有大小限制吗?
索引没有文件大小限制。但是,术语的数量和可以索引的文档数量是有限制的。有关这些限制,请参阅本页底部。