On Wed, Jul 1, 2009 at 5:07 PM, Ben <b...@autonomic.net> wrote:

> my brain was switched off.  I'm using SOLRJ, which means I'll need to
> specify multiple :
>
> addMultipleFields(solrDoc, "vector", "vectorvalue", 1.0f);
>
> for each value to be added to the multiValuedField.
>
> Then, with luck, the simple wildcard query will be executed over each
> individual value when looking for matches, meaning the simple query syntax
> can made adequate to do what's needed.
>
>
I'm not sure if you can do prefix queries with the fq parameter. You will
need to use the 'q' parameter for that.

You may also want to look at the regex query support in lucene (contrib
package). I don't think that is supported out of the box in Solr yet.
-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to