Let me answer in line :

2015-07-09 9:35 GMT+01:00 Nir Barel <ni...@checkpoint.com>:

> Hi,
>
> I wants to add a question regarding copyField and LowerCaseFilterFactory
> We notice that LowerCaseFilterFactory takes huge part of the CPU ( via
> profiling ) for the text filed
> Can we avoid it or improve that implementation? ( keeping the insensitive
> case search )
>

If you want to have case insensitive search you DO need the Lower case
token filter and i suggest to use it.
Or possibly a tokenizer that already produce lowercase tokens ( example :
lower case tokenizer ).

To answer your second question, of course you can improve the lower case
token filter implementation !
I never checked it, I think it is already good but if you believe you can
improve it, i encourage you to do so !

Cheers


>
> Best Regards,
> Nir Barel
>
>
> -----Original Message-----
> From: Petersen, Robert [mailto:robert.peter...@rakuten.com]
> Sent: Thursday, July 09, 2015 1:59 AM
> To: solr-user@lucene.apache.org
> Subject: RE: Do I really need copyField when my app can do the copy?
>
> Perhaps some people like maybe those using DIH to feed their index might
> not have that luxury and copyfield is the better way for them.  If you have
> an application you can do it either way.  I have done both ways in
> different situations.
>
> Robi
>
> -----Original Message-----
> From: Steven White [mailto:swhite4...@gmail.com]
> Sent: Wednesday, July 08, 2015 3:38 PM
> To: solr-user@lucene.apache.org
> Subject: Do I really need copyField when my app can do the copy?
>
> Hi Everyone,
>
> What good is the use of copyField in Solr's schema.xml if my application
> can do it into the designated field?  Having my application do so helps me
> simplify the schema.xml maintains task thus my motivation.
>
> Thanks
>
> Steve
>  &j)ly˫y��
>  ���"�
>



-- 
--------------------------

Benedetti Alessandro
Visiting card : http://about.me/alessandro_benedetti

"Tyger, tyger burning bright
In the forests of the night,
What immortal hand or eye
Could frame thy fearful symmetry?"

William Blake - Songs of Experience -1794 England

Reply via email to