On 6/11/07, Xuesong Luo <[EMAIL PROTECTED]> wrote:
My sorting fields include both TextField type and StrField type. Because TextField uses TokenizerFactory, they can't be sorted. I have to copy each TextField to a StrField and sort on those StrFields. Does anyone know if there is a better way to do that?
What information does this TextField carry? Sorting works on indexed field values, and thus needs to be single-valued per document. -Yonik