13. LUCENE-756: Maintain all norms in a single .nrm file to reduce the
number of open files and file descriptors for the non-compound index
format. This changes the index file format, but maintains the
ability to read and update older indicies. The first segment merge
on an older format index will create a single .nrm file for the new
segment. (Doron Cohen via Yonik Seeley)
루신 2.1의 CHANGES.txt 파일 중 일부입니다. 인덱스 파일 구조가 바뀌었답니다. 예전 인덱스를 읽을 수는 있지만, 새 인덱스를 예전 엔진으로 읽을 수는 없다는군요. 그래서 루씬 2.1의 인덱스를 Luke 0.6에서 읽을 수 없답니다. 따라서 Luke 사용자는 Luke 0.7로 버전업해야 읽을 수 있다는군요. 이 외의 외부 프로그램들도 영향을 받을 수 있다고 합니다. 루씬 사용자는 참고하세요.
본 내용은 세키구치 히로모리의 Lucene 블로그(일본어)에서 영향을 받았습니다.
number of open files and file descriptors for the non-compound index
format. This changes the index file format, but maintains the
ability to read and update older indicies. The first segment merge
on an older format index will create a single .nrm file for the new
segment. (Doron Cohen via Yonik Seeley)
루신 2.1의 CHANGES.txt 파일 중 일부입니다. 인덱스 파일 구조가 바뀌었답니다. 예전 인덱스를 읽을 수는 있지만, 새 인덱스를 예전 엔진으로 읽을 수는 없다는군요. 그래서 루씬 2.1의 인덱스를 Luke 0.6에서 읽을 수 없답니다. 따라서 Luke 사용자는 Luke 0.7로 버전업해야 읽을 수 있다는군요. 이 외의 외부 프로그램들도 영향을 받을 수 있다고 합니다. 루씬 사용자는 참고하세요.
본 내용은 세키구치 히로모리의 Lucene 블로그(일본어)에서 영향을 받았습니다.



덧글
컴바이블 2007/03/02 10:42 # 삭제 답글
흠...대략 큰 변화군요..좋은정보 감사합니다.