Yeah.. Thanks..

That should work.. :)


Senthil V S
Y!: siliconsenthil2003,GTalk:vss123
<http://pleasantrian.blogspot.com/>


On Wed, Oct 12, 2011 at 12:15 AM, Sendros, Jason <
jason.send...@verizonwireless.com> wrote:

> If that's not an option, create another column with the same data
> lowercased and search on the new column while displaying the original
> column.
>
> Jason
>
> -----Original Message-----
> From: Greg Bowyer [mailto:gbow...@shopzilla.com]
> Sent: Tuesday, October 11, 2011 10:43 PM
> To: java-user@lucene.apache.org
> Subject: Re: Case insensitive sortable column
>
> I might be missing something here but cant you just lowercase during
> indexing ?
>
> On 11/10/11 09:48, Senthil V S wrote:
> > Hi,
> >
> > I'm new to Lucene. I have records and I wanna sort them by fields.
> I've
> > created indexes for those fields with 'not_analyzed'.
> > The sort is case sensitive. In a sense,
> > *A...*
> > *X...*
> > *b...*
> > is the order, while what I would prefer is,
> > *A...*
> > *b...*
> > *X...*
> > *
> > *
> > I believe it's a trivial one to do but not sure how. Any idea?
> > *
> > *
> >
> >
> > Senthil V S
> > Y!: siliconsenthil2003,GTalk:vss123
> > <http://pleasantrian.blogspot.com/>
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-user-h...@lucene.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-user-h...@lucene.apache.org
>
>

Reply via email to