Hi Gates,

There are two approaches:

1) Use a wildcard query with star operator q=consult*

2) Create an index with EdgeNGramFilterFactory and issue a regular search 
q=consult

(2) will be faster at the cost of bigger index size
You don't need to change anything for (1) if the execution time is satisfactory.

Ahmet



On Tuesday, May 17, 2016 12:11 AM, M Gates <gates.m...@gmail.com> wrote:

Hi

Wondering if someone can guide me to how I can search words by part. 

ie: how to return the word ‘consultation' by say entering a query with just the 
word ‘consult’.

How does one do this in Solr ?

Thanks,
Mark

Reply via email to