thanks for replying but when it's sort with asc, it runs pretty well only if I sort with desc , it has the out o f memory exception
2010/11/17 Peter Karich <peat...@yahoo.de> > You are applying the sort against a (tokenized) text field? > You should better sort against a number or a string. Probably using the > copyField directive. > > Regards, > Peter. > > > hi all: >> I configure a solr application and there is a field of type text,and some >> kind like this 123456, that is a string of number >> and I wanna solr to sort the result on this field >> however, when I use sort asc , it works perfectly ,and when I sort it with >> desc, the application became unacceptablly slow >> and finally , an OutOfMemoryException was throw. >> does anyone have the same kind of problem?or any suggestions? >> >> thanks >> >> > > -- > http://jetwick.com twitter search prototype > >