Re: query regarding the use of boost across the fields in edismax query

2013-04-09 Thread Rohan Thakur
hi otis

can you explain that in some depth like If is search for led in both the
cases what could be the difference in the results I get?

thanks in advance
regards
Rohan


On Tue, Apr 9, 2013 at 11:25 PM, Otis Gospodnetic <
otis.gospodne...@gmail.com> wrote:

> Not sure if i'm missing something but in the first case features, cat,
> and color field have more weight, so matches on them with have bigger
> contribution to the overall relevancy score.
>
> Otis
> --
> Solr & ElasticSearch Support
> http://sematext.com/
>
>
>
>
>
> On Tue, Apr 9, 2013 at 1:52 PM, Rohan Thakur  wrote:
> > hi all
> >
> > wanted to know what could be the difference between the results if I
> apply
> > boost accross say 5 fields in query like for
> >
> > first: title^10.0 features^7.0 cat^5.0 color^3.0 root^1.0 and
> > second settings like : title^10.0 features^5.0 cat^3.0 color^2.0 root^1.0
> >
> > what could be the difference as in the weights are in same order
> decreasing?
> >
> > thanks in advance
> >
> > regards
> > Rohan
>


Re: query regarding the use of boost across the fields in edismax query

2013-04-09 Thread Otis Gospodnetic
Not sure if i'm missing something but in the first case features, cat,
and color field have more weight, so matches on them with have bigger
contribution to the overall relevancy score.

Otis
--
Solr & ElasticSearch Support
http://sematext.com/





On Tue, Apr 9, 2013 at 1:52 PM, Rohan Thakur  wrote:
> hi all
>
> wanted to know what could be the difference between the results if I apply
> boost accross say 5 fields in query like for
>
> first: title^10.0 features^7.0 cat^5.0 color^3.0 root^1.0 and
> second settings like : title^10.0 features^5.0 cat^3.0 color^2.0 root^1.0
>
> what could be the difference as in the weights are in same order decreasing?
>
> thanks in advance
>
> regards
> Rohan


query regarding the use of boost across the fields in edismax query

2013-04-09 Thread Rohan Thakur
hi all

wanted to know what could be the difference between the results if I apply
boost accross say 5 fields in query like for

first: title^10.0 features^7.0 cat^5.0 color^3.0 root^1.0 and
second settings like : title^10.0 features^5.0 cat^3.0 color^2.0 root^1.0

what could be the difference as in the weights are in same order decreasing?

thanks in advance

regards
Rohan