Thanks shalin.. that works...
_
From: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com]
Sent: Saturday, May 16, 2009 11:47 AM
To: solr-user@lucene.apache.org; cra...@ceiindia.com
Subject: Re: irrelevant search results - encode issue.
On Fri, May 15, 2009 at 9:16 PM, Radha C
On Fri, May 15, 2009 at 9:16 PM, Radha C. wrote:
>
> I found the why it is returning irrelevant documents. I am encoding my
> query
> string with UTF-8 and appending to url as follows so it fails.
> This is the query string => art_id:queryText&start=0&rows=10&sort=score
> desc
> encoded url :
>
>
s any idea. How to resolve this issue. Any help will be
appriciated. Thanks in advance.
Thanks,
Radha.C
-Original Message-
From: Radha C. [mailto:cra...@ceiindia.com]
Sent: Friday, May 15, 2009 8:57 PM
To: solr-user@lucene.apache.org
Subject: irrelevant search results
Hello List,
I am h
Hello List,
I am having the below query
art_id:queryText&start=0&rows=10&sort=score desc and this should not yield
any result because art_id contains numbers.
But when I execute this search , it returns more than 100 documents. the
art_id field is String in schema.xml
Can anyone tell me ho