Highlighting Problem

2011-03-28 Thread pottwal1
dear solr specialists, my data looks like this: j]s(dh)fjk [hf]sjkadh asdj(kfh) [skdjfh aslkfjhalwe uigfrhj bsd bsdfga sjfg asdlfj. if I want to query for the first "word", the following queries must match: j]s(dh)fjk j]s(dhfjk j]sdhfjk jsdhfjk dhf So the matching should ignore some character

Highlighting problem

2011-03-29 Thread Stefan Mueller
dear solr users, my data looks like this: j]s(dh)fjk [hf]sjkadh asdj(kfh) [skdjfh aslkfjhalwe uigfrhj bsd bsdfga sjfg asdlfj. if I want to query for the first "word", the following queries must match: j]s(dh)fjk j]s(dh)fjk j]sdhfjk jsdhfjk dhf So the matching should ignore some characters lik

highlighting problem

2008-10-28 Thread Aleksey Gogolev
Hello. I enabled highlighting and it works perfect, but not for all queries. For example if ?q=canon+powershot I get this response: --- { "responseHeader":{ "status":0, "QTime":4}, "response":{"numFound":296,"start":0,"maxScore":4.3135004

RE: Highlighting Problem

2011-03-29 Thread Pierre GOSSE
lundi 28 mars 2011 11:16 À : solr-user@lucene.apache.org Objet : Highlighting Problem dear solr specialists, my data looks like this: j]s(dh)fjk [hf]sjkadh asdj(kfh) [skdjfh aslkfjhalwe uigfrhj bsd bsdfga sjfg asdlfj. if I want to query for the first "word", the following queries must

Re: Highlighting problem

2011-03-29 Thread Stefan Matheis
Stefan, this is a duplicate post for http://lucene.472066.n3.nabble.com/Highlighting-Problem-td2746022.html no? if see, please stick w/ one of them Regards Stefan On Tue, Mar 29, 2011 at 10:30 AM, Stefan Mueller wrote: > dear solr users, > > my data looks like this: > > j]s(dh

Solr 1.3 highlighting problem

2011-05-09 Thread nicksnels1
I get back two results, both of the text fields contain the query "solr". In the highlight tag I get only the IDs: Any ideas what may be causing this and how I can debug it? Thanks. Kind regards, Nick -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-1-3-highlig

Highlighting problem - mutivalue field

2006-08-11 Thread Andrew May
Hi, I'm afraid I've found another slightly odd thing with Highlighting, in this case in a multi-valued field I'm using for author names. The author names are typically Surname, initials (e.g. May, A.D.), and these are the kind of results I'm getting: authors:Buxton 02 Duncan, W.I.Bu

Re: Solr 1.3 highlighting problem

2011-05-09 Thread Grijesh
Whether your field text is stored or not? Highlighting works with stored fields of schema only. - Thanx: Grijesh www.gettinhahead.co.in -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-1-3-highlighting-problem-tp2918089p2918299.html Sent from the Solr - User

Re: Solr 1.3 highlighting problem

2011-05-09 Thread nicksnels1
Hi Grijesh, The field text is stored and yet it is not working. Kind regards, Nick -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-1-3-highlighting-problem-tp2918089p2918518.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 1.3 highlighting problem

2011-05-10 Thread Grijesh
Have you recently change its type from unstored to stored? if so you have to reindex . - Thanx: Grijesh www.gettinhahead.co.in -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-1-3-highlighting-problem-tp2918089p2922117.html Sent from the Solr - User mailing list

Re: Solr 1.3 highlighting problem

2011-05-10 Thread nicksnels1
ve no idea what is wrong? Kind regards, Nick -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-1-3-highlighting-problem-tp2918089p2922482.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 1.3 highlighting problem

2011-05-10 Thread Markus Jelsma
ults, both of the text fields contain the query "solr". > In the highlight tag I get only the IDs: > > > > Any ideas what may be causing this and how I can debug it? Thanks. > > Kind regards, > > Nick > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-1-3-highlighting-problem-tp2918089 > p2918089.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 1.3 highlighting problem

2011-05-10 Thread Grijesh
Oh! I did't see the "string" - Thanx: Grijesh www.gettinhahead.co.in -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-1-3-highlighting-problem-tp2918089p2922532.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 1.3 highlighting problem

2011-05-10 Thread nicksnels1
Hi Markus, thanks for the tip. I replaced the string field with a tokenizer field and now it works. Thank you! Kind regards, Nick -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-1-3-highlighting-problem-tp2918089p2922785.html Sent from the Solr - User mailing list

Re: Highlighting problem - mutivalue field

2006-08-11 Thread Mike Klaas
On 8/11/06, Andrew May <[EMAIL PROTECTED]> wrote: Hi, I'm afraid I've found another slightly odd thing with Highlighting, in this case in a multi-valued field I'm using for author names. Thanks for the report. This is a known Lucene Highlighter issue; see http://issues.apache.org/jira/browse

Re: Highlighting problem - mutivalue field

2006-08-16 Thread Mike Klaas
On 8/11/06, Mike Klaas <[EMAIL PROTECTED]> wrote: Thanks for the report. This is a known Lucene Highlighter issue; see http://issues.apache.org/jira/browse/LUCENE-645. The issue contains a patch which you may want to apply to your local code, though there are some cases which could cause relat