My field is defined as <field name="PackageName" type="text_en" indexed="true" stored="true" required="true"/>
*text_en is defined as in the original schema.xml that comes with solr Now, my field has the following vaues - "one" - "one1" searching for "one" returns only the field "one". What causes it? how can I change it?