Re: spellchecker problems (bugs)

2008-07-23 Thread Jonathan Lee
I don't see the patch attached to my original email either -- does solr-user not allow attachments? This is ugly, but here's the patch inline: Index: src/test/org/apache/solr/spelling/FileBasedSpellCheckerTest.java === --- src/test/o

Re: spellchecker problems (bugs)

2008-07-23 Thread Jonathan Lee
I ran into a similar issue and found that I am able to get around it by: 1. Similar to what https://issues.apache.org/jira/browse/SOLR-622 will do, issue a spellcheck.reload=true command on the firstSearcher event to read any existing index off disk. Here are the relevant parts of my solrconfig.xm

Re: DIH: post-import action & independent SQL statements

2008-07-21 Thread Jonathan Lee
23:25:15 +0530 > To: > Subject: Re: DIH: post-import action & independent SQL statements > > Overtime we have realized this as a common pattern of requirements. > a pre-import, post-import call back hooks are something I can think of. > > > > On Mon, Jul 21

DIH: post-import action & independent SQL statements

2008-07-21 Thread Jonathan Lee
ions, then template the output and finally add a custom document boost based on a column. This could be done by chaining the RegexTransformer, TemplateTransformer and a custom Transformer. Thanks for your help! Jonathan Lee