On Wed, Mar 4, 2009 at 12:24 PM, Fouad Mardini <f.mard...@gmail.com> wrote:
> I have a multivalued field in my schema of type text_ws, values are of the
> form #int #int
> I need to be able to query on the first and sort on the second, this does
> not seem to be enabled out of the box

Can you put the two numbers in separate fields for this purpose?
If you can't do it from the indexer, a schema with copyField in
conjunction with PatternTokenizerFactory could do it.

-Yonik
http://www.lucidimagination.com

Reply via email to