Is Solr SuggestComponent able to return shingles instead of whole field values?
问题 I use solr 5.0.0 and want to create an autocomplete functionality generating suggestions from the word-grams (or shingles) of my documents. The problem is that in return of a suggest-query I only get complete "terms" of the search field which can be extremly long. CURRENT PROBLEM: Input:"so" Suggestions: "......extremly long text so n long text continuing......" "......next long text so lar next text continuing......" GOAL: Input: "so" Suggestions with shingles: " so n" " so lar" " so lar