Looks like it's a bug in the schema browser (i.e. just this display,
no the inner workings of Solr).
Could you open a JIRA issue for this?

-Yonik


On Thu, Dec 18, 2008 at 3:20 PM, Peter Wolanin <peter.wola...@acquia.com> wrote:
> I'm seeing a weird effect with a '*' field.  In the example
> schema.xml, there is a commented out sample:
>
>   <!-- uncomment the following to ignore any fields that don't
> already match an existing
>        field name or dynamic field, rather than reporting them as an error.
>        alternately, change the type="ignored" to some other type e.g.
> "text" if you want
>        unknown fields indexed and/or stored by default -->
>   <!--dynamicField name="*" type="ignored" /-->
>
> We have this un-commented, and in the schema browser via the admin
> interface I see that all non-dynamic fields get a type of "ignored".
>
> I see this in the Solr admin interface:
>
> Field: uid
> Dynamically Created From Pattern: *
> Field Type: ignored
>
> though the field definition is:
>
>   <field name="uid"  type="integer" indexed="true" stored="true"/>
>
> Is this a bug in the admin interface, or a problem with using this '*'
> in the schema?
>
> Thanks,
>
> Peter
>
> --
> --------------------------------------------------------------
> Peter M. Wolanin, Ph.D.
> Momentum Specialist,  Acquia. Inc.
> peter.wola...@acquia.com
>

Reply via email to