Re: composition of different queries based scores

2012-11-30 Thread Jack Krupansky
could do an OR of the two: (hello* OR hello~) -- Jack Krupansky From: sri krishna Sent: Tuesday, November 27, 2012 11:08 AM To: dev@lucene.apache.org Subject: composition of different queries based scores for a search string hello*~ how the scoring is calculated? as the formula

Re: composition of different queries based scores

2012-11-29 Thread sri krishna
he two: > > (hello* OR hello~) > > -- Jack Krupansky > > *From:* sri krishna > *Sent:* Tuesday, November 27, 2012 11:08 AM > *To:* dev@lucene.apache.org > *Subject:* composition of different queries based scores > > for a search string hello*~ how the scoring is

Re: composition of different queries based scores

2012-11-27 Thread Jack Krupansky
The fuzzy option will be ignored here – you cannot combine fuzzy and wild on the same term, although you could do an OR of the two: (hello* OR hello~) -- Jack Krupansky From: sri krishna Sent: Tuesday, November 27, 2012 11:08 AM To: dev@lucene.apache.org Subject: composition of different