>
> great..
>
> one last question
> I am using dismax.
>
> when i add this to bf in solrconfig.xml it give me errors
> when executing
>
> >
>
> name="defType">dismax
> name="echoParams">explicit
>
>
> text^2.5 features^10
> displayName^5.0 mfg^3.0 description^3.
great..
one last question
I am using dismax.
when i add this to bf in solrconfig.xml it give me errors when executing
dismax
explicit
text^2.5 features^10 displayName^5.0 mfg^3.0 description^3.0
text^0.2 features^1.1 displayName^5.0 mfg^3.0 mfg
>
> thanks!! that worked..
>
> Can i enter the sequence too like "postpaid,free,costly"?
>
Does that mean you want to display first postpaid, after that free, and lastly
costly?
If thats you want, i think it is better to create a tint field using these
types and then sort by this field.
ps
thanks!! that worked..
Can i enter the sequence too like "postpaid,free,costly"?
--
View this message in context:
http://lucene.472066.n3.nabble.com/boosting-certain-docs-based-on-a-filed-value-tp2012962p2013895.html
Sent from the Solr - User mailing list archive at Nabble.com.
> I was looking to boost certain docs based on some values in
> a indexed field.
>
> e.g.
> pType
> -
> post paid
> go phone
>
> Would like to have post paid docs first and then go phone.
> I checked the functional query but could not figure out.
You can use
http://wiki.apache.org/solr/