Superb !!! thanks Ajith/senaka/subash can we get the case in-sensitive fix as well.
Regards, /nuwan On Mon, Oct 14, 2013 at 11:18 PM, Subash Chaturanga <[email protected]> wrote: > Hi all, > The fixes are done by r188194. So please build your packs out of the > aforementioned latest changes and try out all the necessary searching > scenarios and let us know any concerns if exists. > > i.e > *artifact name = "myService one"* > > You can search this service also as follows for example. > > myservice* > myService* > my* > *one* > > > > > On Mon, Oct 14, 2013 at 8:17 PM, Ajith Vitharana <[email protected]> wrote: > >> The original schema.xml file inside the * >> org.wso2.carbon.registry.indexing/4.2.1/src/main/resources* and we copy >> that file at the server startup. >> >> Thanks >> Ajith >> >> >> On Mon, Oct 14, 2013 at 8:10 PM, Ajith Vitharana <[email protected]> wrote: >> >>> 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 >>> >>> >> >> >> -- >> Ajith Vitharana. >> WSO2 Inc. - http://wso2.org >> Email : [email protected] >> Mobile : +94772217350 >> >> > > > -- > Thanks > /subash > > *Subash Chaturanga* > Senior Software Engineer :Integration TG; WSO2 Inc. http://wso2.com > > email: [email protected] > blog: http://subashsdm.blogspot.com/ > twitter: @subash89 > phone: +9477 2225922 > Lean . Enterprise . Middleware > -- *Thanks & Regards, Nuwan Bandara Technical Lead; **WSO2 Inc. * *lean . enterprise . middleware | http://wso2.com * *blog : http://nuwanbando.com; email: [email protected]; phone: +94 11 214 5345 * <http://www.nuwanbando.com/>
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
