Store versus Index

2008-11-07 Thread ChadDavis
I just need a little confirmation of my understanding here. If i say that a field is to be stored, the entire thing is written to the index. It might also be indexed in a tokenized fasion if i also specify that. What are the advantages to storing a field then? So you can search for that field?

Re: Store versus Index

2008-11-07 Thread Yonik Seeley
On Fri, Nov 7, 2008 at 4:36 PM, ChadDavis [EMAIL PROTECTED] wrote: I just need a little confirmation of my understanding here. If i say that a field is to be stored, the entire thing is written to the index. It might also be indexed in a tokenized fasion if i also specify that. Right.