RE: solr-xslt question

2011-12-25 Thread Bent Jensen
Yes, that was it! thanks Bent -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Thursday, December 22, 2011 11:12 AM To: solr-user@lucene.apache.org Subject: Re: solr-xslt question You're probably hitting the default limit on a field. This is s

Re: solr-xslt question

2011-12-22 Thread Erick Erickson
You're probably hitting the default limit on a field. This is set in solrconfig.xml, the element. The first thing I'd try is upping that to, say, 1000 reindex and see if that fixes your problem. This is the number of *tokens*, not characters. Roughly the number of words... Searching for the c