That is because my_field_2 is not indexed.

Regards,
Emir
On 21.12.2016 18:04, Furkan KAMACI wrote:
Hi All,

I've a field like that:

     <field name="my_field_1" type="string" indexed="true" stored="true"
  multiValued="false" />

     <field name="my_field_2" type="text_general" indexed="false"
stored="true" multiValued="false"/>

When I run a suggester on my_field_1 it returns response. However
my_field_2 doesn't. I've defined suggester as:

       <str name="name">suggester</str>
       <str name="lookupImpl">FuzzyLookupFactory</str>
       <str name="dictionaryImpl">DocumentDictionaryFactory</str>

What can be the reason?

Kind Regards,
Furkan KAMACI

--
Monitoring * Alerting * Anomaly Detection * Centralized Log Management
Solr & Elasticsearch Support * http://sematext.com/

Reply via email to