Hi, I have the following issue on my test environment
when I do a query with the full word the reply no longer contains the
attr_meta
ex: 
http://solr1:8983/solr/core_1/select/?q=stegosaurus

<arr name="attr_content_encoding">
<str>ISO-8859-1</str>
</arr>
<arr name="attr_content_language">
<str>en</str>
</arr>

but if I remove just one letter it shows the expected response
ex:
http://solr1:8983/solr/core_1/select/?q=stegosauru

<arr name="attr_content_encoding">
<str>ISO-8859-1</str>
</arr>
<arr name="attr_meta">
<str>stream_source_info</str>
<str>document</str>
<str>stream_content_type</str>
<str>text/plain</str>
<str>stream_size</str>
<str>81</str>
<str>Content-Encoding</str>
<str>ISO-8859-1</str>
<str>stream_name</str>
<str>filex123.txt</str>
<str>Content-Type</str>
<str>text/plain</str>
<str>resourceName</str>
<str>dinosaurs5.txt</str>
</arr>


For troubleshooting I replaced the schema.xml from 3.3 into 3.4 and it work
just fine, I can't find what changes on the schema would case this, any
clues?

--
View this message in context: 
http://lucene.472066.n3.nabble.com/schema-changes-changes-3-3-to-3-4-tp3391019p3391019.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to