Daniel Papasian wrote:
Norberto Meijome wrote:
Thanks Yonik. ok, that matches what I've seen - if i know the actual
name of the field I'm after, I can use it in a query it, but i can't
use the dynamic_field_name_* (with wildcard) in the config.
Is adding support for this something that is desir
On Tue, 17 Jun 2008 08:16:41 -0700 (PDT)
Chris Hostetter <[EMAIL PROTECTED]> wrote:
> bingo. even if a wildcard like syntax was allowed in the qf/pf of dismax
> since the same boost would be applied to each field the results would be
> roughly the same as if you used copyField -- and searching
On Tue, 17 Jun 2008 09:43:58 -0400
Daniel Papasian <[EMAIL PROTECTED]> wrote:
> Norberto Meijome wrote:
> > Thanks Yonik. ok, that matches what I've seen - if i know the actual
> > name of the field I'm after, I can use it in a query it, but i can't
> > use the dynamic_field_name_* (with wildcard)
: > Is adding support for this something that is desirable / needed
: > (doable??) , and is it being worked on ?
:
: You can use a wildcard with copyFrom to copy the dynamic fields that
: match the pattern to another field that you can then query on. It seems
: like that would cover your needs, no
Norberto Meijome wrote:
> Thanks Yonik. ok, that matches what I've seen - if i know the actual
> name of the field I'm after, I can use it in a query it, but i can't
> use the dynamic_field_name_* (with wildcard) in the config.
>
> Is adding support for this something that is desirable / needed
>
On Tue, Jun 17, 2008 at 3:36 AM, Norberto Meijome <[EMAIL PROTECTED]> wrote:
> On Mon, 16 Jun 2008 14:22:12 -0400
> "Yonik Seeley" <[EMAIL PROTECTED]> wrote:
>
>> There are two levels of dynamic field support.
>>
>> Specific dynamic fields can be queried with dismax, but you can't
>> wildcard the "
On Mon, 16 Jun 2008 14:22:12 -0400
"Yonik Seeley" <[EMAIL PROTECTED]> wrote:
> There are two levels of dynamic field support.
>
> Specific dynamic fields can be queried with dismax, but you can't
> wildcard the "qf" or other field parameters.
Thanks Yonik. ok, that matches what I've seen - if i
On Mon, Jun 16, 2008 at 10:46 AM, Norberto Meijome <[EMAIL PROTECTED]> wrote:
> I just wanted to confirm that dynamic fields cannot be used with dismax
There are two levels of dynamic field support.
Specific dynamic fields can be queried with dismax, but you can't
wildcard the "qf" or other field
Hi everyone,
I just wanted to confirm that dynamic fields cannot be used with dismax
By this I mean that the following :
schema.xml
[...]
[..]
solrconfig.xml
[..]
explicit
0.01
field1^10.0 dyn_1_*^5.0
[...]
will never take dyn_1_* fields into co