On Tue, May 12, 2009 at 9:48 PM, Wayne Pope <waynemailingli...@gmail.com>wrote:

>
> I have this request:
>
>
> http://localhost:8983/solr/select?start=0&rows=20&qt=dismax&q=copy&hl=true&hl.snippets=4&hl.fragsize=50&facet=true&facet.mincount=1&facet.limit=8&facet.field=type&fq=company-id%3A1&wt=javabin&version=2.2
>
> (I've been using this to see it rendered in the browser:
>
> http://localhost:8983/solr/select?indent=on&version=2.2&q=copy&start=0&rows=10&fl=*%2Cscore&qt=standard&wt=standard&explainOther=&hl=on&hl.fl=features&hl=true&hl.fragsize=50
> )
>
>
> that I've been trying out. I get a good responce - however the hl.fragsize
> is ignored and the hl.fragsize in the solrconfig.xml is ignored. Instead I
> get back the whole document (10,000 chars!) in the doc txt field. And
> bizarely the response header is this:
>

hl.fragsize is relevant only for the snippets created by the highlighter.
The returned fields will always have the complete data for a document. Does
that answer your question?

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to