Re: SolrQuery Highlight Problem - Not working for text

2018-08-07 Thread THADC
Thanks Erick, that indeed was the problem. All good now! -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: SolrQuery Highlight Problem - Not working for text

2018-08-02 Thread Erick Erickson
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.

SolrQuery Highlight Problem - Not working for text

2018-08-02 Thread THADC
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

Re: Empty Highlight Problem - Solr 6.3.0

2016-12-24 Thread Ahmet Arslan
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

Empty Highlight Problem - Solr 6.3.0

2016-12-23 Thread Furkan KAMACI
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

Re: Highlight Problem

2013-07-26 Thread Furkan KAMACI
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 >

Highlight Problem

2013-07-26 Thread 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 true *:* title url content 0 title 0 url regex

Re: solr highlight problem

2012-10-11 Thread Maurizio Cucchiara
> > 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. >

solr highlight problem

2012-10-11 Thread rayvicky
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.