Re: Make syntax highlighter caseinsensitive

2011-02-26 Thread Koji Sekiguchi
That is why I'm storing the non lowercased version of the field - with that I do not loose information. You do not loose information when you store lowercased version of the field. Koji -- http://www.rondhuit.com/en/

Re: Make syntax highlighter caseinsensitive

2011-02-26 Thread Tarjei Huse
On 02/25/2011 03:02 PM, Koji Sekiguchi wrote: > (11/02/25 18:30), Tarjei Huse wrote: >> Hi, >> On 02/25/2011 02:06 AM, Koji Sekiguchi wrote: >>> (11/02/24 20:18), Tarjei Huse wrote: Hi, I got an index where I have two fields, body and caseInsensitiveBody. Body is indexed and sto

Re: Make syntax highlighter caseinsensitive

2011-02-25 Thread Koji Sekiguchi
(11/02/25 18:30), Tarjei Huse wrote: Hi, On 02/25/2011 02:06 AM, Koji Sekiguchi wrote: (11/02/24 20:18), Tarjei Huse wrote: Hi, I got an index where I have two fields, body and caseInsensitiveBody. Body is indexed and stored while caseInsensitiveBody is just indexed. The idea is that by not s

Re: Make syntax highlighter caseinsensitive

2011-02-25 Thread Tarjei Huse
Hi, On 02/25/2011 02:06 AM, Koji Sekiguchi wrote: > (11/02/24 20:18), Tarjei Huse wrote: >> Hi, >> >> I got an index where I have two fields, body and caseInsensitiveBody. >> Body is indexed and stored while caseInsensitiveBody is just indexed. >> >> The idea is that by not storing the caseInsensit

Re: Make syntax highlighter caseinsensitive

2011-02-24 Thread Koji Sekiguchi
(11/02/24 20:18), Tarjei Huse wrote: Hi, I got an index where I have two fields, body and caseInsensitiveBody. Body is indexed and stored while caseInsensitiveBody is just indexed. The idea is that by not storing the caseInsensitiveBody I save some space and gain some performance. So I query ag

Make syntax highlighter caseinsensitive

2011-02-24 Thread Tarjei Huse
Hi, I got an index where I have two fields, body and caseInsensitiveBody. Body is indexed and stored while caseInsensitiveBody is just indexed. The idea is that by not storing the caseInsensitiveBody I save some space and gain some performance. So I query against the caseInsensitiveBody and gener