Hi, I use solr 1.4 for search contents in documents (pdf, doc, odt ...). I use the module "/update/extract". When I am researching, I am limited to the first 50000 characters (approximately). Any word or sentence after is not found (but the field has more than 50000 characters when I recovered it by a search). I searched if anyone had the same problem or if there was a setting to resolved this but I found nothing.
How I can increase this limit ? Line of my schema.xml for the field in which I search : <field name="text" type="text" indexed="true" stored="true" multiValued="true" termPositions="true" termOffsets="true" compressed="true" /> I store the content to use the module Highlighting. And here are my search options (but without options, I have the same problem): /select?q=mySearch&start=0&rows=1250&fl=id&hl=on&hl.fl=text&omitHeader=true&hl.mergeContiguous=true&hl.snippets=5&hl.simple.pre=[PRE_FIND_START]&hl.simple.post=[PRE_FIND_END]&wt=phps Thank you in advance for your reply. Best regards, Julien -- View this message in context: http://lucene.472066.n3.nabble.com/Search-limit-to-the-first-50-000-chars-for-one-field-tp927635p927635.html Sent from the Solr - User mailing list archive at Nabble.com.