That's not valid query syntax at all.  what are you trying to do with key=?

You probably want something like
key:(value1^8 value2^4 value3^2)

or

key:value1^8 key:value2^4 key:value3^2

Best
Erick

On Thu, Sep 8, 2011 at 8:29 AM, crisfromnova <crisfromn...@gmail.com> wrote:
> You can try this: q=key:value1^8 key=value2^4 key=value3^2.
>
> It should be working.
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/How-to-write-this-query-tp3318577p3319491.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to