to mike: " Are you testing the same field to which you are adding the analyzer? I noticed in another mail that you added this to the "text_lu" field type--the solr example uses "text", as I recall."
now my schema.xml: <?xml version="1.0" encoding="UTF-8"?> <add> <doc> <field name="id">111</field> <field name="content">姓名是刘平</field> </doc> <doc> <field name="id">112</field> <field name="content">姓名是小王</field> </doc> <doc> <field name="id">113</field> <field name="content">老婆不在家</field> </doc> </add> but i m failed..