Re: Suggester for text array

2015-06-18 Thread Alessandro Benedetti
Hi Advait , First of all I suggest you to study Solr a little bit [1]. because your requirements are actually really simple : 1) You can simply use more than one suggest dictionary if you care to keep the suggestions separated ( keeping if a term is coming from the name or from the the category)

Suggester for text array

2015-06-18 Thread Advait Suhas Pandit
Hi, We run an ecommerce company and would like to use SOLR for our product database searches. We have products along with the categories that they belong to. In case the product belongs to more than 1 category, we have a comma separated field of categories. How do we do auto complete on - 1.