Thanks Jack.
In the configuration below:

 <fieldType name="text_edgngrm" class="solr.TextField"
positionIncrementGap="100">
   <analyzer>
     <tokenizer class="solr.EdgeNGramTokenizerFactory" side="front"
minGramSize="1" maxGramSize="1"/>
   </analyzer>
 </fieldType>

What are the possible values for "side"?

If I understand it correctly, minGramSize=3 and side=front, will
include eng* but not en*. Is this correct? So, the minGramSize is for
number of characters allowed in the specified side.

Does it allow side=both :) or something similar?

Regards,
Sohail

Reply via email to