Adding Subash..
On Mon, Oct 14, 2013 at 7:49 PM, Ajith Vitharana <[email protected]> wrote: > Hi Subash, > > We can add following configurations to support pre-wildcard operations. > We can do a test round with this configuration, You need to add this > config to repository/conf/solr/conf/schema.xml. > > > <fieldType name="text_rvswc" class="solr.TextField" > positionIncrementGap="100"> > <analyzer type="index"> > <tokenizer class="solr.WhitespaceTokenizerFactory"/> > <filter class="solr.ReversedWildcardFilterFactory" withOriginal="true" > maxPosAsterisk="2" maxPosQuestion="2" minTrailing="2" > maxFractionAsterisk="2"/> > <filter class="solr.LowerCaseFilterFactory" /> > </analyzer> > <analyzer type="query"> > <tokenizer class="solr.WhitespaceTokenizerFactory"/> > <filter class="solr.LowerCaseFilterFactory" /> > </analyzer> > </fieldType> > > > Thanks > Ajith > > -- > Ajith Vitharana. > WSO2 Inc. - http://wso2.org > Email : [email protected] > Mobile : +94772217350 > > -- Ajith Vitharana. WSO2 Inc. - http://wso2.org Email : [email protected] Mobile : +94772217350
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
