AW: Special suggestions requirement

2012-08-06 Thread Lochschmied, Alexander
me even to sort as I need. Thanks, Alexander -Ursprüngliche Nachricht- Von: Erick Erickson [mailto:erickerick...@gmail.com] Gesendet: Samstag, 4. August 2012 20:11 An: solr-user@lucene.apache.org Betreff: Re: Special suggestions requirement Would it work to use TermsComponent with wildc

Re: Special suggestions requirement

2012-08-04 Thread Erick Erickson
ailable combinations of those last two characters must be >> considered though. I need to show alpha-numerically sorted suggestions; the >> smallest value first. >> >> Thanks, >> Alexander >> >> -Ursprüngliche Nachricht- >> Von: Michael Della Bi

Re: Special suggestions requirement

2012-08-03 Thread Michael Della Bitta
> > Thanks, > Alexander > > -Ursprüngliche Nachricht- > Von: Michael Della Bitta [mailto:michael.della.bi...@appinions.com] > Gesendet: Donnerstag, 2. August 2012 15:02 > An: solr-user@lucene.apache.org > Betreff: Re: Special suggestions requirement > > In th

AW: Special suggestions requirement

2012-08-02 Thread Lochschmied, Alexander
to show alpha-numerically sorted suggestions; the smallest value first. Thanks, Alexander -Ursprüngliche Nachricht- Von: Michael Della Bitta [mailto:michael.della.bi...@appinions.com] Gesendet: Donnerstag, 2. August 2012 15:02 An: solr-user@lucene.apache.org Betreff: Re: Special sugge

Re: Special suggestions requirement

2012-08-02 Thread Michael Della Bitta
In this case, we're storing the overall value length and sorting it on that, then alphabetically. Also, how are your queries fashioned? If you're doing a prefix query, everything that matches it should score the same. If you're only doing a prefix query, you might need to add a term for exact matc