RE: Ngram Repeats

2009-01-05 Thread Feak, Todd
-Original Message- From: Jeff Newburn [mailto:jnewb...@zappos.com] Sent: Wednesday, December 24, 2008 2:30 PM To: solr-user@lucene.apache.org Subject: Re: Ngram Repeats You are correct on the layout. The reason we are trying to do the ngrams is we want to do a drop down box for autocomplete

Re: Ngram Repeats

2008-12-24 Thread Jeff Newburn
acetingOverview > > -Todd Feak > -Original Message- > From: Jeff Newburn [mailto:jnewb...@zappos.com] > Sent: Wednesday, December 24, 2008 7:39 AM > To: solr-user@lucene.apache.org > Subject: Ngram Repeats > > I have set up an ngram filter and have run into a probl

RE: Ngram Repeats

2008-12-24 Thread Feak, Todd
acet query instead of a standard query. Take a look at Facets on the Solr Wiki. http://wiki.apache.org/solr/SolrFacetingOverview -Todd Feak -Original Message- From: Jeff Newburn [mailto:jnewb...@zappos.com] Sent: Wednesday, December 24, 2008 7:39 AM To: solr-user@lucene.apache.org Subj

Ngram Repeats

2008-12-24 Thread Jeff Newburn
I have set up an ngram filter and have run into a problem. Our index is basically composed of products as the unique id. Each product also has a brand name assigned to it. There are much fewer unique brand names than products in the index. I tried to set up an ngram based on the brand name but