Re: Regular expression in solr

2013-05-23 Thread Erik Hatcher
t;>> >>>> On 05/22/2013 11:42 AM, Sagar Chaturvedi wrote: >>>>> Yes, it works for me too. But many times result is not as expected. Is >>>>> there some guide on use of regex in solr? >>>>> >>>>> -Original Message

Re: Regular expression in solr

2013-05-22 Thread Lance Norskog
se of regex in solr? -Original Message- From: Oussama Jilal [mailto:jilal.ouss...@gmail.com] Sent: Wednesday, May 22, 2013 4:00 PM To: solr-user@lucene.apache.org Subject: Re: Regular expression in solr I don't think so, it always worked for me without anything special, just try

Re: Regular expression in solr

2013-05-22 Thread Furkan KAMACI
vedi wrote: >>> >>>> Yes, it works for me too. But many times result is not as expected. Is >>>> there some guide on use of regex in solr? >>>> >>>> -Original Message- >>>> From: Oussama Jilal [mailto:jilal.ouss...@gmail.com]

Re: Regular expression in solr

2013-05-22 Thread Oussama Jilal
-user@lucene.apache.org Subject: Re: Regular expression in solr I don't think so, it always worked for me without anything special, just try it and see :) On 05/22/2013 11:26 AM, Sagar Chaturvedi wrote: @Oussama Thank you for your reply. Is it as simple as that? I mean no additional setting

Re: Regular expression in solr

2013-05-22 Thread Stéphane Habett Roux
ut many times result is not as expected. Is there >> some guide on use of regex in solr? >> >> -Original Message- >> From: Oussama Jilal [mailto:jilal.ouss...@gmail.com] >> Sent: Wednesday, May 22, 2013 4:00 PM >> To: solr-user@lucene.apache.org >>

Re: Regular expression in solr

2013-05-22 Thread Oussama Jilal
regex in solr? -Original Message- From: Oussama Jilal [mailto:jilal.ouss...@gmail.com] Sent: Wednesday, May 22, 2013 4:00 PM To: solr-user@lucene.apache.org Subject: Re: Regular expression in solr I don't think so, it always worked for me without anything special, just try it and see :

RE: Regular expression in solr

2013-05-22 Thread Sagar Chaturvedi
ssage- > From: Oussama Jilal [mailto:jilal.ouss...@gmail.com] > Sent: Wednesday, May 22, 2013 3:37 PM > To: solr-user@lucene.apache.org > Subject: Re: Regular expression in solr > > You can write a regular expression query like this (you need to specify the > regex between s

Re: Regular expression in solr

2013-05-22 Thread Oussama Jilal
Jilal [mailto:jilal.ouss...@gmail.com] Sent: Wednesday, May 22, 2013 3:37 PM To: solr-user@lucene.apache.org Subject: Re: Regular expression in solr You can write a regular expression query like this (you need to specify the regex between slashes / ) : fieldName:/[rR]egular.*/ On 05/22/2013 10:51 AM,

RE: Regular expression in solr

2013-05-22 Thread Sagar Chaturvedi
@Oussama Thank you for your reply. Is it as simple as that? I mean no additional settings required? -Original Message- From: Oussama Jilal [mailto:jilal.ouss...@gmail.com] Sent: Wednesday, May 22, 2013 3:37 PM To: solr-user@lucene.apache.org Subject: Re: Regular expression in solr You

Re: Regular expression in solr

2013-05-22 Thread Oussama Jilal
You can write a regular expression query like this (you need to specify the regex between slashes / ) : fieldName:/[rR]egular.*/ On 05/22/2013 10:51 AM, Sagar Chaturvedi wrote: Hi, How do we search based upon regular expressions in solr? Regards, Sagar DISCLAIMER:

Regular expression in solr

2013-05-22 Thread Sagar Chaturvedi
Hi, How do we search based upon regular expressions in solr? Regards, Sagar DISCLAIMER: --- The contents of this e-mail and any attachment(s) are confidential and intended for th