Lucene Java 3.0.2 and 2.9.3 available

การแก้ไขที่สำคัญ มีดังนี้ ครับ

  • Fixed memory leaks in IndexWriter when large documents are indexed. It also uses now shared memory pools for term vectors and stored fields. IndexWriter now releases Fieldables and Readers on close.
  • NativeFSLockFactory fixes and improvements. Release write lock if exception occurs in IndexWriter ctors.
  • Improve concurrency of IndexReader, especially in the context of near real-time readers.
  • Near real-time readers, opened while addIndexes* is running, no longer miss some segments.
  • Performance improvements in ParallelMultiSearcher (3.0.2 only).
  • IndexSearcher no longer throws NegativeArraySizeException if you pass Integer.MAX_VALUE as nDocs to search methods.

เริ่มทิ้งห่างกันไปเรื่อยๆ สำหรับเวอร์ชั่น 2.x และ 3.x ดังนั้น ใครที่กำลังจะคิดใช้ลูซีน ก็แนะนำให้ไปที่ 3.x เลยครับ ในขณะที่ใครยังใช้ 2.x ก็แนะนำให้เริ่มมองหาแนวทางอพยพกันไว้เสียแต่เนิ่นๆ ครับ

ใส่ความเห็น

อีเมลของคุณจะไม่แสดงให้คนอื่นเห็น ช่องข้อมูลจำเป็นถูกทำเครื่องหมาย *

This site uses Akismet to reduce spam. Learn how your comment data is processed.