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
Being new to xml/xslt/solr, I am hoping someone can explain/help me with the
following:
Using Apache-Solr 3.4.0 . I have a php page for submitting the search, and
display the result in html. I indexed a 1.5MB size pdf document (400
pages). Using the admin interface with *:* query everything i
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
Being new to xml/xslt/solr, I am hoping someone can explain/help me with the
following:
Using Apache-Solr 3.4.0 . I have a php page for submitting the search, and
display the result in html. I indexed a 1.5MB size pdf document (400
pages). Using the admin interface with *:* query everything is