> 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 ?
maxFieldLength configuration can be done in solrconfig.xml <maxFieldLength>2147483647</maxFieldLength>