On 23/06/07, Erik Hatcher <[EMAIL PROTECTED]> wrote:
It's nice to have known straightforward field names for querying, like:

        title:"web development" AND author:kimsal

With wildcarded fields, you won't end up with such clean field names.

Actually, you can use clean wildcarded names as long they are all the
same type, e.g.

<dynamicField name="*" type="string" indexed="true" stored="true"
multiValued="true"/>

Paul.

Reply via email to