Re: FastVectorHighlighter problem with large fields

2015-11-14 Thread Philippe Soares
By the way, I'm using solr 4.10.2 On Sat, Nov 14, 2015 at 4:16 PM, Philippe Soares wrote: > Actually it seems the problem is related to my index (which has about 15 > million huge documents in it). > I reindexed a few of them in an empty local solr instance and the > highlighting works fine with

Re: FastVectorHighlighter problem with large fields

2015-11-14 Thread Philippe Soares
Actually it seems the problem is related to my index (which has about 15 million huge documents in it). I reindexed a few of them in an empty local solr instance and the highlighting works fine with the same parameters. Are there any known highlighting issues related to sharding/size of the index ?

FastVectorHighlighter problem with large fields

2015-11-13 Thread Philippe Soares
Hi, I have documents with very large fields which I want to highlight. When a word hits in the far end of those fields, the FastVectorHighlighter is unable to pull any fragment. I'm able to pull fragments using the original highlighter and setting maxAnalyzedChars to a very high value, but I can't