Re: Problem using Term Component in solr

2013-07-14 Thread Erick Erickson
> -- > View this message in context: > http://lucene.472066.n3.nabble.com/Problem-using-Term-Component-in-solr-tp4077200p4077865.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Problem using Term Component in solr

2013-07-14 Thread Parul Gupta(Knimbus)
Hi, Vocabulary is not known that's the main issue else I will implement synonyms instead. what do u mean by 'regularizing the title'. so let me know some solution... -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-using-Term-Component-in-solr-tp

Re: Problem using Term Component in solr

2013-07-12 Thread Erick Erickson
ling to get match of 'phys. fluids' with 'physics of > fluids' as it has stop word in it using [a-z0-9]*. > > Hope know u will get my issue...and will help.. > thanks.. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Problem-using-Term-Component-in-solr-tp4077200p4077628.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Problem using Term Component in solr

2013-07-12 Thread Parul Gupta(Knimbus)
fluids' as it has stop word in it using [a-z0-9]*. Hope know u will get my issue...and will help.. thanks.. -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-using-Term-Component-in-solr-tp4077200p4077628.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Problem using Term Component in solr

2013-07-12 Thread Erick Erickson
.regex=med[a-z0-9]* > phy[a-z0-9]*&terms.regex.flag=case_insensitive&terms.limit=10 > > This works fine,gives one output *Medical Physics*. > > > If there is another way for searching using *Term Component* or without > using it..Please suggest to neglect such stop w

Problem using Term Component in solr

2013-07-11 Thread Parul Gupta(Knimbus)
r without using it..Please suggest to neglect such stop words. Note:Term Component works only on string dataType field. :( -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-using-Term-Component-in-solr-tp4077200.html Sent from the Solr - User mailing list archive at Nabble.com.