Re: analyzer in QueryElevationComponent

2009-04-22 Thread Koji Sekiguchi
Opened SOLR-1125. Thanks. Koji Ryan Mckinley wrote: Yup -- that would be better. On Apr 17, 2009, at 4:41 AM, Koji Sekiguchi k...@r.email.ne.jp wrote: Hi, I'm just seeing the source of QueryElevationComponent.java. At inform() method, analyzer object is set like this: // line 154 analyzer

Re: analyzer in QueryElevationComponent

2009-04-17 Thread Ryan Mckinley
Yup -- that would be better. On Apr 17, 2009, at 4:41 AM, Koji Sekiguchi k...@r.email.ne.jp wrote: Hi, I'm just seeing the source of QueryElevationComponent.java. At inform() method, analyzer object is set like this: // line 154 analyzer = ft.getAnalyzer(); Why is getAnalyzer() used? Isn't