Re: Auto Completion search

2008-06-23 Thread Daniel Rosher
Hello, Basically I think you need to use NGramFilter, this will be alot faster than the searches you list, but will make your index much larger too. In Solr this can be achieved with something like:

Auto Completion search

2008-06-23 Thread Lukas Öesterreicher
one. The currend one is quite quick if no whitespace is contained in the search term, but requests are many times slower if there are whitespaces (usually normal spaces) in the search term. Thanx, Lukas -- View this message in context: http://www.nabble.com/Auto-Completion-