Koji, In the sample I sent, the exception comes only if the HTMLStripCharFilter is there.
However, your test case seems to capture the essence. Sorry if I sent you on a wild goose chase. Thanks for taking the time! I will log a ticket. Robin On Mon, Dec 7, 2009 at 5:09 PM, Koji Sekiguchi <k...@r.email.ne.jp> wrote: > Robin Wojciki wrote: >> >> Koji, I was able to create a minimal replication. >> >> Attached zip has solr.xml, solrconf.xml and Main.java. I was able to >> replicate the issue by replacing the conf files in >> apache-solr-1.4.0/example/solr/conf and running the class Main. Could >> please confirm if this replication is enough. >> >> Also, please let me know if I should log the ticket with Lucene or Solr. >> >> Thanks, >> Robin >> > > Robin, > > I reproduced the problem with your sample data, but it could be > reproduceable > without HTMLStripCharFilter ... I commented out HTML Strippers > in schema.xml and rebuild indexes with the following data: > > <add> > <doc> > <field name="id">debug-1</field> > <field name="description">hello world WGKEKW AWEHGSE</field> > </doc> > </add> > > still the exception occurred. > > Can you check it and open a JIRA issue for Solr? > > Thank you! > > Koji > > -- > http://www.rondhuit.com/en/ > >