Re: using regular expressions in solr query

2009-10-09 Thread Rakhi Khatwani
Hi, some more queries: QUERY: buzz:base* => returns the desired result. QUERY: buzz:baseWord => returns the desired result. QUERY: buzz:baseWord* => returns nothing. QUERY: buzz:base*khatwani => returns nothing QUERY: buzz:base*khat* => returns nothing finding it kinda weird... ny poi

Re: using regular expressions in solr query

2009-10-09 Thread Rakhi Khatwani
Hi, well i have a schema where i store a json string. consider a small example schema shown below: - - {"word":"words","baseWord":"word","pos":"noun","phrase":"following are the list of words","frequency":7} - {"word":"heroes","baseWord":"hero","pos":"noun","phrase":"have you watched the m

RE: using regular expressions in solr query

2009-10-06 Thread Feak, Todd
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...@gmail.com] Sent: Tuesday, October 06, 2009 2:26 AM To: solr-user@lucene.apache.org Su