AW: mergeContiguous for multiple search terms

2009-08-10 Thread Hachmann, Bjoern
Hallo,

we are using Solr-1.3.

Thanks for your time.
Björn

 

 -Ursprüngliche Nachricht-
 Von: 
 solr-user-return-24991-hachmann.bjoern=guj...@lucene.apache.or
 g 
 [mailto:solr-user-return-24991-hachmann.bjoern=guj...@lucene.a
 pache.org] Im Auftrag von Avlesh Singh
 Gesendet: Montag, 10. August 2009 04:01
 An: solr-user@lucene.apache.org
 Betreff: Re: mergeContiguous for multiple search terms
 
 Which Solr version are you using?
 
 Cheers
 Avlesh
 
 On Wed, Aug 5, 2009 at 5:55 PM, Hachmann, Bjoern 
 hachmann.bjo...@guj.dewrote:
 
  Hello,
 
  we would like to use the highlightingComponent with the 
  mergeContiguous parameter set to true.
 
  We have a field with value: Ökonom Charles Goodhart.
 
  If we search for all three words, they are found correctly: 
  emÖkonom/em emCharles/em emGoodhart/em
 
  But, as I set the mergeContiguous parameter to true, I expected: 
  emÖkonom Charles Goodhart/em. Am I misunderstanding the 
 behaviour 
  of this parameter? We are using the dismax-query parser and 
 solr-1.3.
 
  Thank you very much for your time.
  Björn Hachmann
 
 
 
 
 


Re: mergeContiguous for multiple search terms

2009-08-10 Thread Koji Sekiguchi

Hachmann, Bjoern wrote:

Hello,
 
we would like to use the highlightingComponent with the mergeContiguous parameter set to true. 
 
We have a field with value: Ökonom Charles Goodhart.
 
If we search for all three words, they are found correctly: emÖkonom/em emCharles/em emGoodhart/em
 
But, as I set the mergeContiguous parameter to true, I expected: emÖkonom Charles Goodhart/em. Am I misunderstanding the behaviour of this parameter? We are using the dismax-query parser and solr-1.3.
  

Currrent highlighter doesn't support this type of highlighting.
Using FastVectorHighlighter in Lucene 2.9, when you query
phrase (Ökonom Charles Goodhart), you can expect the output
you mentioned above. But it hasn't been in Solr yet.

Koji



Re: mergeContiguous for multiple search terms

2009-08-09 Thread Avlesh Singh
Which Solr version are you using?

Cheers
Avlesh

On Wed, Aug 5, 2009 at 5:55 PM, Hachmann, Bjoern hachmann.bjo...@guj.dewrote:

 Hello,

 we would like to use the highlightingComponent with the mergeContiguous
 parameter set to true.

 We have a field with value: Ökonom Charles Goodhart.

 If we search for all three words, they are found correctly: emÖkonom/em
 emCharles/em emGoodhart/em

 But, as I set the mergeContiguous parameter to true, I expected: emÖkonom
 Charles Goodhart/em. Am I misunderstanding the behaviour of this
 parameter? We are using the dismax-query parser and solr-1.3.

 Thank you very much for your time.
 Björn Hachmann






mergeContiguous for multiple search terms

2009-08-05 Thread Hachmann, Bjoern
Hello,
 
we would like to use the highlightingComponent with the mergeContiguous 
parameter set to true. 
 
We have a field with value: Ökonom Charles Goodhart.
 
If we search for all three words, they are found correctly: emÖkonom/em 
emCharles/em emGoodhart/em
 
But, as I set the mergeContiguous parameter to true, I expected: emÖkonom 
Charles Goodhart/em. Am I misunderstanding the behaviour of this parameter? 
We are using the dismax-query parser and solr-1.3.
 
Thank you very much for your time.
Björn Hachmann