You haven't supplied the information that's really
needed to help here, please review:

http://wiki.apache.org/solr/UsingMailingLists

But at a guess your analysis chain contains
WordDelimiterFilterFactory, which is splitting
the input stream into tokens on letter/number
changes, and capitalization changes. So you're
getting "2010" indexed as a separate token and
you're also searching on it...

Best
Erick

On Mon, Jun 13, 2011 at 3:07 PM, Tirthankar Chatterjee
<tchatter...@commvault.com> wrote:
> We are using edismax for query and the query fired is (url:_2010)
>
> http://redcarpet2.dm2.commvault.com:27000/solr/select/?q=url: 
> 2010&version=2.2&start=0&rows=10&indent=on&defType=edismax<http://redcarpet2.dm2.commvault.com:27000/solr/select/?q=url:%202010&version=2.2&start=0&rows=10&indent=on&defType=edismax>
>
> the url field is of type text_rev
>
> Results that SOLR returns has 1 extra item which we don't want to get. How do 
> we achieve that?
>
> Results:
>
> SPC265_SharePoint_2010.pptx
> OpenTRs2010.xlsx(we don't want this to be returned)
>
>
> Thanks in advance!!!
>
> Tirthankar
>
>
> ******************Legal Disclaimer***************************
> "This communication may contain confidential and privileged
> material for the sole use of the intended recipient. Any
> unauthorized review, use or distribution by others is strictly
> prohibited. If you have received the message in error, please
> advise the sender by reply email and delete the message. Thank
> you."
> *********************************************************

Reply via email to