Despite considerations of stemming and such for "text"
type fields, is it the case that
if we have a single value "text" type field,
will sorting work, though?
--tracey
On 9/11/06, Tom Weber <[EMAIL PROTECTED]> wrote:
Thanks also for the "multiValued" explanation, this is useful for
my current application. But then, if I use this field and I ask for
sorting, how will the sorting be done, alphanumeric on the first
entry for this field ? Until now, I entered more than one entry by
separting them with a space in the same field, like <field
name="test">text1 text2 text3</field>.
Sorting is currently only supported when there is at most one value
(or token) per document. This is a lucene restriction.
-Yonik