: 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?
>
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
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
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