07 2010 档案

摘要: /** * Field.Store.COMPRESS:压缩保存,用于长文本或二进制数据 * Field.Store.YES:保存 * Field.Store.NO:不保存 * * Field.Index.NO:不建立索引 * Field.Index.TOKENIZED:分词,建索引 * Field.Index.UN_TOKENIZED:不分词,建索引 * Field.Index.NO_NOR...阅读全文
posted @ 2010-07-13 17:24 郭大少 阅读(128) | 评论 (0) 编辑