Re: using regular expressions in solr query

2009-10-09 Thread Rakhi Khatwani
: buzz:"baseWord:khat*" => gives no result > QUERY:buzz:"frequency:[2 TO 10]" =>gives no result > QUERY: buzz:"baseWord*khatwani" => gives the result (example above) > QUERY:buzz:"baseWord*khat*" = > gives no results. > ny pointers? >

Re: using regular expressions in solr query

2009-10-09 Thread Rakhi Khatwani
hi On Tue, Oct 6, 2009 at 7:15 PM, Feak, Todd wrote: > Any particular reason for the double quotes in the 2nd and 3rd query > example, but not the 1st, or is this just an artifact of your email? > > -Todd > > -Original Message- > From: Rakhi Khatwani [mailto:rkhatw

RE: using regular expressions in solr query

2009-10-06 Thread Feak, Todd
Subject: using regular expressions in solr query Hi, i have an example in which i want to use a regular expression in my solr query: for example: suppose i wanna search on a sample : raakhi rajnish ninad goureya sheetal ritesh rajnish ninad goureya sheetal where my content field is of type

using regular expressions in solr query

2009-10-06 Thread Rakhi Khatwani
Hi, i have an example in which i want to use a regular expression in my solr query: for example: suppose i wanna search on a sample : raakhi rajnish ninad goureya sheetal ritesh rajnish ninad goureya sheetal where my content field is of type text when i type in QUERY: content:raa* RESPONSE