> Just wondering if you have any suggestions!!! The other
> thing I tried using
> following url and the results returned same way as they were
> (no trimming of
> description to 300 chars). not sure if it is because of
> config file
> settings.
> 
> 
> http://localhost:8983/solr/browse?&hl=true&hl.fl=DESCRIPTION&hl.maxAnalyzedChars=0&f.DESCRIPTION.hl.alternateField=DESCRIPTION&f.DESCRIPTION.hl.maxAlternateFieldLength=300

Do you have a field named DESCRIPTION? What happens when you add &wt=xml to 
your URL?

Why do want to achieve this?
1-) You are worried about transferring very long text?
2-) Or just display purposes?

If just display purposes you can sub-string description field at client side. 

Reply via email to