Re: Modify Field.Index.NO to Field.Index.NOT_ANALYZED

2011-11-11 Thread Thanh Ha
Thanks Peter & Eric Agreed, this is a costly mistake, and hopefully others will not make this same mistake in the future. I will have to reindex as some of my fields are not stored. Regards Tommy On Fri, Nov 11, 2011 at 5:37 AM, Erick Erickson wrote: > In addition to Peter's comment, changing

Re: Modify Field.Index.NO to Field.Index.NOT_ANALYZED

2011-11-11 Thread Erick Erickson
In addition to Peter's comment, changing future documents to Field.index.NOT_ANALYZED won't affect your current documents. If (and only if) you stored all your data, you could conceivably read through your entire index and re-index into another location and have your PK available. *BUT* the only d