Re: Field Collapsing SOLR-236

2010-06-16 Thread Eric Caron
I've had the best luck checking out the newest Solr/Lucene (so the 1.5-line) from SVN, then just doing "patch -p0 < SOLR-236-trunk.patch" from inside the trunk directory. I just did it against the newest checkout and it works fine still. On Wed, Jun 16, 2010 at 11:35 AM, Moazzam Khan wrote: > Ac

Using WhitespaceTokenizer but still wanting to match when all fields are concatenated

2010-11-22 Thread Eric Caron
Problem: Indexed phrase: JetBlue Airlines Ideal matching queries: jetblue, "jet blue" "jetblue airway", "jetblue company" I'd like to be able to use synonyms (to convert airway to airline), stopwords (to drop "company"), strip periods and use ASCII folding, and split on case. I'm close with the f

Strange NPE with SOLR-236 (Field collapsing)

2010-05-10 Thread Eric Caron
Using the latest from trunk as of 2010-04-29, and the SOLR-236-trunk.patch from 2010-03-29 05:08, I get a nullpointerexception whenever I use collapse.field and a fq. Works: /solr/select/?q=sales&fq=country%3A1 Works: /solr/select/?q=sales&collapse.f