On Tue, Dec 27, 2011 at 1:10 PM, Ahmet Arslan <iori...@yahoo.com> wrote:
> > To achieve this behavior, you can use StandardTokenizerFactory and > EdgeNGramFilterFactory and LowerCaseFilterFactory at index time. > > > http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.EdgeNGramFilterFactory > Thanks, but I ended up implementing a custom Transformer & used it as a DataImport plugin (i used RegexTransformer's source-code as a reference). This also helped me to merge another fields value to the current field in the way i need. -- Thanks, Vanniarajan