Thanks Erick, that indeed was the problem. All good now!
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
Does your _text_ field have stored="true"? That's still a requirement
for highlighting.
the _default managed schema has _text_ as stored="false", so if you
just worked from that.
Best,
Erick
On Thu, Aug 2, 2018 at 10:19 AM, THADC
wrote:
> Hi, we recently upgraded from solr 4.7 to solr 7.3.
Hi, we recently upgraded from solr 4.7 to solr 7.3. One of the things we had
to change for this was the value of text_general type in schema.xml going
from "text" to "_text_". Most everywhere things are working fine, except
that highlight info is no showing up in our search results performing
sear
Hi,
Did you try increasing hl.maxAnalyzedChars ?
Ahmet
On Friday, December 23, 2016 10:47 PM, Furkan KAMACI
wrote:
Hi All,
I'm trying highlighter component at Solr 6.3. I have a problem when I index
PDF files. I know that given keyword exists at result document (it is
returned as result bec
Hi All,
I'm trying highlighter component at Solr 6.3. I have a problem when I index
PDF files. I know that given keyword exists at result document (it is
returned as result because of a hit at document as well), highlighting
field is empty at response.
I'm suspicious about it happens documents wh
Ok, I've found that there was not a problem at config.
2013/7/26 Furkan KAMACI
> This was at example solrconfig file:
>
>
>
> dismax
> explicit
> 0.01
> content^0.5 anchor^1.0 title^1.2
> content^0.5 anchor^1.5 title^1.2 site^1.5
> url
> 100
>
This was at example solrconfig file:
dismax
explicit
0.01
content^0.5 anchor^1.0 title^1.2
content^0.5 anchor^1.5 title^1.2 site^1.5
url
100
true
*:*
title url content
0
title
0
url
regex
>
> title: my name test is vicky
> result:my name test is vicky
>
> why missing vicky?
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/solr-highlight-problem-tp4013273.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
ppets(2);
query.setHighlightFragsize(500);
title: my name test is vicky
result:my name test is vicky
why missing vicky?
--
View this message in context:
http://lucene.472066.n3.nabble.com/solr-highlight-problem-tp4013273.html
Sent from the Solr - User mailing list archive at Nabble.com.