Re: Special character search in Solr and boosting without altering the resultset

2014-02-01 Thread Jack Krupansky
. Thanks Abhishek -Original Message- From: Ahmet Arslan [mailto:iori...@yahoo.com] Sent: Saturday, February 1, 2014 8:51 PM To: solr-user@lucene.apache.org Subject: Re: Special character search in Solr and boosting without altering the resultset Hi, Can you elaborate your boosting requirement

RE: Special character search in Solr and boosting without altering the resultset

2014-02-01 Thread abhishek jain
> -Original Message- > From: Ahmet Arslan [mailto:iori...@yahoo.com] > Sent: Saturday, February 1, 2014 8:51 PM > To: solr-user@lucene.apache.org > Subject: Re: Special character search in Solr and boosting without > altering the resultset > > Hi, > > Can you elabo

Re: Special character search in Solr and boosting without altering the resultset

2014-02-01 Thread Ahmet Arslan
Hi, Can you elaborate your boosting requirement? There is a carat operator to boost query terms.  for example : q=term1 term2^0.6  On Saturday, February 1, 2014 1:51 PM, abhishek jain wrote: Hi, Ok thanks, will look more into it, Any info on boosting without altering the resultset? Thank

RE: Special character search in Solr and boosting without altering the resultset

2014-02-01 Thread abhishek jain
Hi, Ok thanks, will look more into it, Any info on boosting without altering the resultset? Thanks Abhishek > -Original Message- > > Hi Abhishek, > > dot is not a special character. Your field type / analyzer is stripping > that character. Please see similar discussions and alternativ

Re: Special character search in Solr and boosting without altering the resultset

2014-01-31 Thread Ahmet Arslan
Hi Abhishek, dot is not a special character. Your field type / analyzer is stripping that character.  Please see similar discussions and alternative solutions. http://search-lucene.com/m/6dbI9zMSob1 http://search-lucene.com/m/Ac71G0KlGz http://search-lucene.com/m/RRD2D1p1mi Ahmet On Friday,

Special character search in Solr and boosting without altering the resultset

2014-01-31 Thread abhishek jain
Hi friends, I am facing a strange problem, When I search a term eg .Net , the solr searches for Net and not includes '.' Is dot a special character in Solr? I tried escaping it with backslash in the url call to solr, but no use same resultset, Also , is there a way to boost some terms