Re: Scoring Search for autocomplete

2010-07-28 Thread Chris Hostetter
You weren't really clear on how you are generating your autocomplete results -- ie: via TermsComponent on your "main" index? or via a search on a custom index where each document is a "word" to suggested? Assuming the later, then the approach you describe below sounds good to me, but it doesn'

Scoring Search for autocomplete

2010-07-23 Thread Frank A
Hi, I have an autocomplete that is currently working with an NGramTokenizer so if I search for "Yo" both "New York" and "Toyota" are valid results. However I'm trying to figure out how to best implement the search so that from a score perspective if the string matches the beginning of an entire fi