RE: highlighting not working as expected

2019-07-01 Thread Martin Frank Hansen (MHQ)
Hi Edwin, Thanks for your explanation, makes sense now. Best regards Martin Internal - KMD A/S -Original Message- From: Zheng Lin Edwin Yeo Sent: 30. juni 2019 01:57 To: solr-user@lucene.apache.org Subject: Re: highlighting not working as expected Hi, If you are using the type

Re: highlighting not working as expected

2019-06-29 Thread Zheng Lin Edwin Yeo
urned. > > Best regards > > Martin > > > Internal - KMD A/S > > -Original Message- > From: Jörn Franke > Sent: 11. juni 2019 08:45 > To: solr-user@lucene.apache.org > Subject: Re: highlighting not working as expected > > Could it be a stop

RE: highlighting not working as expected

2019-06-25 Thread Martin Frank Hansen (MHQ)
örn Franke Sent: 11. juni 2019 08:45 To: solr-user@lucene.apache.org Subject: Re: highlighting not working as expected Could it be a stop word ? What is the exact type definition of those fields? Could this word be omitted or with wrong encoding during loading of the documents? > Am 03.0

RE: highlighting not working as expected

2019-06-17 Thread Martin Frank Hansen (MHQ)
Hi Edwin, Yes the field is defined just like the other fields: BR Martin Internal - KMD A/S -Original Message- From: Zheng Lin Edwin Yeo Sent: 4. juni 2019 10:32 To: solr-user@lucene.apache.org Subject: Re: highlighting not working as expected Hi Martin, What fieldType are you

RE: highlighting not working as expected

2019-06-17 Thread Martin Frank Hansen (MHQ)
-Original Message- From: Jörn Franke Sent: 11. juni 2019 08:45 To: solr-user@lucene.apache.org Subject: Re: highlighting not working as expected Could it be a stop word ? What is the exact type definition of those fields? Could this word be omitted or with wrong encoding during loading

Re: highlighting not working as expected

2019-06-11 Thread Jörn Franke
Could it be a stop word ? What is the exact type definition of those fields? Could this word be omitted or with wrong encoding during loading of the documents? > Am 03.06.2019 um 10:06 schrieb Martin Frank Hansen (MHQ) : > > Hi, > > I am having some difficulties making highlighting work. For

RE: highlighting not working as expected

2019-06-11 Thread Martin Frank Hansen (MHQ)
Hi David, Thanks for your response and sorry my late reply. Still the same result when using hl.method=unified. Best regards Martin Internal - KMD A/S -Original Message- From: David Smiley Sent: 10. juni 2019 16:48 To: solr-user Subject: Re: highlighting not working as expected

Re: highlighting not working as expected

2019-06-10 Thread David Smiley
Please try hl.method=unified and tell us if that helps. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Mon, Jun 3, 2019 at 4:06 AM Martin Frank Hansen (MHQ) wrote: > Hi, > > I am having some difficulties making highlighting work. For some reason

Re: highlighting not working as expected

2019-06-04 Thread Zheng Lin Edwin Yeo
Hi Martin, What fieldType are you using for the field “Sagstitel”? Is it the same as other fields? Regards, Edwin On Mon, 3 Jun 2019 at 16:06, Martin Frank Hansen (MHQ) wrote: > Hi, > > I am having some difficulties making highlighting work. For some reason > the highlighting feature only

highlighting not working as expected

2019-06-03 Thread Martin Frank Hansen (MHQ)
Hi, I am having some difficulties making highlighting work. For some reason the highlighting feature only works on some fields but not on other fields even though these fields are stored. An example of a request looks like this:

Re: Urgent! Highlighting not working as expected

2012-05-17 Thread Chris Hostetter
copyField is a literal operation that happens at index time -- but it really has no bearing what so ever on highlighting done at query time. there is no memory of what source fields any values came from, so it doesn't affect things in any way. You haven't provided any details about your

Re: Urgent! Highlighting not working as expected

2012-05-15 Thread TJ Tong
-not-working-as-expected-tp3983755p3983883.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Urgent! Highlighting not working as expected

2012-05-15 Thread Jack Krupansky
terms. BTW, I presume that should be first name, not frist name. -- Jack Krupansky -Original Message- From: TJ Tong Sent: Tuesday, May 15, 2012 11:15 AM To: solr-user@lucene.apache.org Subject: Re: Urgent! Highlighting not working as expected Hi Jack, Thanks for your reply. I did

Re: Urgent! Highlighting not working as expected

2012-05-15 Thread TJ Tong
this message in context: http://lucene.472066.n3.nabble.com/Urgent-Highlighting-not-working-as-expected-tp3983755p3983907.html Sent from the Solr - User mailing list archive at Nabble.com.

Urgent! Highlighting not working as expected

2012-05-14 Thread TJ Tong
/Urgent-Highlighting-not-working-as-expected-tp3983755.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Urgent! Highlighting not working as expected

2012-05-14 Thread Jack Krupansky
: TJ Tong Sent: Monday, May 14, 2012 4:44 PM To: solr-user@lucene.apache.org Subject: Urgent! Highlighting not working as expected Dear all, I queried Solr (3.5) with this: q=text:G-Moneyhl=truehl.fl=*, where text is a text field and all the other fields were copied to it. I got three records