> I'm using Tika 0.10 for indexing my documents but I am not > getting the expected results when doing a search. Even after > I delete the index and started over again. > Some of the words in for example a PDF document can be found > but most of them not.
It could be the maxFieldLength setting in solrconfig.xml . Try setting it to <maxFieldLength>2147483647</maxFieldLength>