RE: Solr regex documenation

2016-03-01 Thread Markus Jelsma
; > anything. You can always test with q=field:/.*/ to prove regex works. > > > > -Original message- > > > From:Anil <anilk...@gmail.com> > > > Sent: Monday 29th February 2016 14:23 > > > To: solr-user@lucene.apache.org > > >

Re: Solr regex documenation

2016-03-01 Thread Anil
e- > > From:Anil <anilk...@gmail.com> > > Sent: Monday 29th February 2016 14:23 > > To: solr-user@lucene.apache.org > > Subject: Re: Solr regex documenation > > > > yes. when i search on juniper networks without regex, i can see the > results. >

RE: Solr regex documenation

2016-02-29 Thread Markus Jelsma
. You can always test with q=field:/.*/ to prove regex works. -Original message- > From:Anil <anilk...@gmail.com> > Sent: Monday 29th February 2016 14:23 > To: solr-user@lucene.apache.org > Subject: Re: Solr regex documenation > > yes. when i search on juniper n

Re: Solr regex documenation

2016-02-29 Thread Anil
jel...@openindex.io> wrote: > Hmm, is the field indexed? A field:/[a-z]%2Bwork/ works fine overhere. > Markus > > -Original message- > > From:Anil <anilk...@gmail.com> > > Sent: Monday 29th February 2016 13:24 > > To: solr-user@lucene.apache.org > > Subject

RE: Solr regex documenation

2016-02-29 Thread Markus Jelsma
Hmm, is the field indexed? A field:/[a-z]%2Bwork/ works fine overhere. Markus -Original message- > From:Anil <anilk...@gmail.com> > Sent: Monday 29th February 2016 13:24 > To: solr-user@lucene.apache.org > Subject: Re: Solr regex documenation > > Yes Markus.

Re: Solr regex documenation

2016-02-29 Thread Anil
> Sent: Monday 29th February 2016 7:45 > > To: solr-user@lucene.apache.org > > Subject: Re: Solr regex documenation > > > > HI , > > > > i am using [a-z]+works. i could not see networks in the solr results. > > > > is it regex working properly in solr ? Pl

RE: Solr regex documenation

2016-02-29 Thread Markus Jelsma
Hi - do you enclose the regex in slashes? Do you url encode the + sign? Markus -Original message- > From:Anil <anilk...@gmail.com> > Sent: Monday 29th February 2016 7:45 > To: solr-user@lucene.apache.org > Subject: Re: Solr regex documenation > > HI , >

Re: Solr regex documenation

2016-02-28 Thread Anil
HI , i am using [a-z]+works. i could not see networks in the solr results. is it regex working properly in solr ? Please clarify. Regards, Anil On 27 February 2016 at 20:52, Anil wrote: > Thanks Jack. > > On 27 February 2016 at 20:41, Jack Krupansky

Re: Solr regex documenation

2016-02-27 Thread Anil
Thanks Jack. On 27 February 2016 at 20:41, Jack Krupansky wrote: > See: > > https://lucene.apache.org/core/5_5_0/core/org/apache/lucene/search/RegexpQuery.html > > https://lucene.apache.org/core/5_5_0/core/org/apache/lucene/util/automaton/RegExp.html > > I vaguely

Re: Solr regex documenation

2016-02-27 Thread Jack Krupansky
See: https://lucene.apache.org/core/5_5_0/core/org/apache/lucene/search/RegexpQuery.html https://lucene.apache.org/core/5_5_0/core/org/apache/lucene/util/automaton/RegExp.html I vaguely recall a Jira about regex not working at all in Solr. I don't recall reading about a resolution. -- Jack