> I have added the following line in both the  section
> and in   section in
> schema.xml.
> 
> filter class="solr.ShingleFilterFactory"
> maxShingleSize="2"
> outputUnigrams="true" outputUnigramIfNoNgram="true"
> 
> And reindex my content. However, if I query solr for the
> multi work search
> terms suggestion , it only send the single word
> suggestions.
> 
> http://localhost:8080/solr/mydata/select?qt=/terms&terms=true&terms.fl=content&terms.lower=java&terms.prefix=java&terms.lower.incl=false&indent=true
> 
> It wont return the words like 'java final', it only returns
> words like
> javadoc, javascript..
> 
> Could any one update me how to correct this.. or what I am
> missing..

What happens when you add &terms.limit=-1 to your search URL?

Or when you use java plus one blank character in terms.prefix?
&terms.prefix=java &indent=true

Can you see multi-word terms in admin/schema.jsp page?



Reply via email to