Re: Analyzers and sorting with a custom analysis chain

2011-09-03 Thread Yonik Seeley
Are you able to share the source code for this CombiningFilter? This sounds like it should be a relatively simple filter. -Yonik http://www.lucene-eurocon.com - The Lucene/Solr User Conference

Re: Analyzers and sorting with a custom analysis chain

2011-09-02 Thread Mattmann, Chris A (388J)
On Sep 2, 2011, at 8:53 PM, Mattmann, Chris A (388J) wrote: > > I think in spelling this out though, I might have elaborated my problem. > Since > the method I call in the constructor for my CombiningFilter is > super(mergeStreamTokens(in)) > where mergeStreamTokens is a static method, I think

Re: Analyzers and sorting with a custom analysis chain

2011-09-02 Thread Mattmann, Chris A (388J)
Hi Yonik, On Sep 2, 2011, at 7:47 PM, Yonik Seeley wrote: > On Fri, Sep 2, 2011 at 10:26 PM, Mattmann, Chris A (388J) > wrote: >> I'm left with childrenshospitallosangeles as a single token resultant from >> the chain. >> So, when I go to sort the titles in Solr, I use sort=title_sort asc, and

Re: Analyzers and sorting with a custom analysis chain

2011-09-02 Thread Yonik Seeley
On Fri, Sep 2, 2011 at 10:26 PM, Mattmann, Chris A (388J) wrote: > I'm left with childrenshospitallosangeles as a single token resultant from > the chain. > So, when I go to sort the titles in Solr, I use sort=title_sort asc, and I am > getting all kinds of weird results when doing > a query. H

Analyzers and sorting with a custom analysis chain

2011-09-02 Thread Mattmann, Chris A (388J)
Hi Everyone, I've got an Analysis question related to both Lucene and Solr (sorry for the cross posting). i've created a custom analysis chain part of a field type for the title field in my schema representing Businesses. I've created an addition field called title_sort where I copied the orig