I need to use autocomplete with edismax (ngrams,edgegrams) to return shingled suggestions. Field value "new york city" needs to return on query "ne" -> "new","new york","new york city". With suggester this is easy. But im forced to use edismax because I need to apply mutliple filter queries.
What is best approach to deal with this? Any suggestions are appreciated. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html