Why do you think you require compression? It doesn't affect search.
It should lengthen the document load time. You haven't told us how
big your index is yet, so we can't judge a thing about whether you
really need this or not. You haven't told us what your evidence is that
the index size increases. Seeing the index get bigger is probably an
error on your part, but we can't help without knowing more details.

You can look at the Solr JIRAs, but I took a quick scan and nothing
jumped out at me. Maybe I'm remembering things from the user's list
as this question has been asked multiple times, on a second glance
I don't think there's a patch, you'll probably have to write some custom
code.

Best
Erick

On Wed, Dec 21, 2011 at 9:32 AM, meghana <meghana.rav...@amultek.com> wrote:
> Hi,
>
> So we need to find that solr patch , which do add special character on word
> , which i index. i like to add here, that the my copy field is multivalued
> field, with many sentences. so do it add special character at each word of
> that?
>
> and for compression, Erik yes, i am storing my copy field (stored="true").
> because we also want highlighting on that field when searched, so we have to
> store that. then also it does not reduce my index file size (*.fdt). instead
> of that , it increasing the index file size. do you think there's any case ,
> which increase file size on compression? i really need to do this.
>
> Thanks
> Meghana
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/disable-stemming-on-query-parser-tp3591420p3604188.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to