Re: ArrayIndexOutOfBoundsException in sort

2010-12-01 Thread Jerry Li
Got it with thanks. On Wed, Dec 1, 2010 at 8:02 PM, Ahmet Arslan wrote: > > It seems work fine again after I change "author" field type > > from text to > > string, could anybody give some info about it? very > > appriciated. > > > http://wiki.apache.org/solr/FAQ#Why_Isn.27t_Sorting_Working_on_m

Re: ArrayIndexOutOfBoundsException in sort

2010-12-01 Thread Ahmet Arslan
> It seems work fine again after I change "author" field type > from text to > string, could anybody give some info about it? very > appriciated. http://wiki.apache.org/solr/FAQ#Why_Isn.27t_Sorting_Working_on_my_Text_Fields.3F And also see Erick's explanation http://search-lucene.com/m/7fnj1TtNd

Re: ArrayIndexOutOfBoundsException in sort

2010-12-01 Thread Jerry Li
Hi It seems work fine again after I change "author" field type from text to string, could anybody give some info about it? very appriciated. On Wed, Dec 1, 2010 at 5:20 PM, Jerry Li wrote: > sorry for lost, following is my schema.xml config and I use IKTokenizer for > Chinese charactor > > >

Re: ArrayIndexOutOfBoundsException in sort

2010-12-01 Thread Jerry Li
sorry for lost, following is my schema.xml config and I use IKTokenizer for Chinese charactor

Re: ArrayIndexOutOfBoundsException in sort

2010-11-30 Thread Gora Mohanty
On Wed, Dec 1, 2010 at 10:56 AM, Jerry Li wrote: > Hi team > > My solr version is 1.4 > There is an ArrayIndexOutOfBoundsException when i sort one field and the > following is my code and log info, > any help will be appreciated. > > Code: > >        SolrQuery query = new SolrQuery(); >        que