Re: Autocomplete with Filter Query

2010-09-11 Thread Ingo Renner
Am 10.09.2010 um 17:14 schrieb David Yang: Hi David, > Is there any way to provide autocomplete while filtering results? yes, you can use facets to achieve that. best Ingo -- Ingo Renner TYPO3 Core Developer, Release Manager TYPO3 4.2, Admin Google Summer of Code TYPO3 - Open Source Enterp

Re: Autocomplete with Filter Query

2010-09-10 Thread Peter Karich
no exact ngram match, but some > relevant ngrams? E.g. user types "dog wam" and it finds no ngrams with > "dog wam" but there are ngrams for "dog wal" (for dog walking) - this is > probably not too relevant though since mostly prefix suggestion should &g

RE: Autocomplete with Filter Query

2010-09-10 Thread David Yang
are ngrams for "dog wal" (for dog walking) - this is probably not too relevant though since mostly prefix suggestion should be enough. -Original Message- From: Jonathan Rochkind [mailto:rochk...@jhu.edu] Sent: Friday, September 10, 2010 11:41 AM To: solr-user@lucene.apache.

RE: Autocomplete with Filter Query

2010-09-10 Thread Jonathan Rochkind
I've been thinking about this too, and haven't come up with any GREAT way. But there are several possible ways, that will do different things, good or bad, depending on the nature of your data and exactly what you want to do. So here are some ideas I've been thinking about, but not a ready made