Hi all,

the Schema Browser in the SOLR Admin shows me the following information:


"""
Field: title

Field Type: string

Properties: Indexed, Stored, Multivalued, Omit Norms, undefined, Sort
Missing Last

Schema: Indexed, Stored, Multivalued, Omit Norms, undefined, Sort
Missing Last

Index: Indexed, Stored, Omit Norms
"""

I was wandering where this "undefined" property comes from. I had a look
at:
http://wiki.apache.org/solr/LukeRequestHandler
and the schema.jsp
but to no avail so far.

Could someone give me a hint? I'm just wondering whether I am missing
some problem with my field declaration which is:

<field name="title" type="string" indexed="true" stored="true"
required="true" multiValued="true"/>

Thanks a lot!
Chantal

Reply via email to