I'm using the BlendedInfixLookupFactory to get phrase suggestions. It returns
the entire field content. I've tried the others and they do the same. 
<lst name="suggester">
  <str name="name">AnalyzingInfixSuggester</str>
  <str name="lookupImpl">BlendedInfixLookupFactory</str> 
  <str name="dictionaryImpl">DocumentDictionaryFactory</str>
  <str name="field">title</str>
  <str name="weightField">price</str>
  <str name="suggestAnalyzerFieldType">text_en</str>
</lst>

Is there a way to only return a fraction of the phrase containing the
matched phrase? Also is there a way to control in which order the
suggestions are returned?

Thanks



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to