On Sun, Sep 14, 2008 at 10:08 AM, Vaijanath N. Rao <[EMAIL PROTECTED]>wrote:

>
> We have one field called language, i.e.. language of the documents, we want
> people to search for there required query terms but limit it to the language
> selected
>
> instead the q can be of type
> q=field1:en +xyz&qt=dismax
>

It seems to me that the language field is only being used for filtering. So
what you actually need is the fq parameter. Your query should look like:
q=xyz&fq=field1:en&qt=dismax


-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to