I think you want to boost specific clauses at *search* time, not
index time. Something like adding a clause
+CourseType:MATHMATICS^10

Best
Erick

On Tue, Aug 5, 2008 at 4:35 PM, Vicky_Dev <[EMAIL PROTECTED]>wrote:

>
> Hi
>
> Requirement: For given document , if course type = "MATHMATICS" then search
> results contains Course type "MATHMATICS"  documents then show search
> results should show Course type "MATHMATICS"  documents prior than any
> other
> documents.
>
> Course Type will be one of the field whist creating solr index
>
> I have went through Index-time boost documentation. It is saying:
>
> An Index-time boost on a value of a multiValued field applies to all values
> for that field and not on individual values.
>
> Is there any way to boost Course type "MATHMATICS"  documents at index
> time?
>
> Thanks in advance
> ~Vikrant
>
>
>
> --
> View this message in context:
> http://www.nabble.com/Indexing-time-boosts-on-particular-field-tp18839400p18839400.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to