Re: Boosting of words

2009-10-18 Thread bhaskar chandrasekar
Bhaskar --- On Sat, 10/17/09, AHMET ARSLAN wrote: From: AHMET ARSLAN Subject: Re: Boosting of words To: solr-user@lucene.apache.org Date: Saturday, October 17, 2009, 1:55 PM > I am using Solr 1.3. > I access Solr through carrot and use Java. What is the meaning of accessing solr through

Re: Boosting of words

2009-10-17 Thread AHMET ARSLAN
> I am using Solr 1.3. > I access Solr through carrot and use Java. What is the meaning of accessing solr through carrot? Are you using solr as an input to carrot? Using org.carrot2.source.solr.SolrDocumentSource just to cluster search results? Can we say that you are interested in clustered sear

Re: Boosting of words

2009-10-17 Thread bhaskar chandrasekar
Hi,   I am using Solr 1.3. I access Solr through carrot and use Java.     Regards Bhaskar --- On Thu, 10/15/09, AHMET ARSLAN wrote: From: AHMET ARSLAN Subject: Re: Boosting of words To: solr-user@lucene.apache.org Date: Thursday, October 15, 2009, 8:58 AM > Hi, >   > I am able t

Re: Boosting of words

2009-10-15 Thread AHMET ARSLAN
> Hi, >   > I am able to see the results when i pass the values in the > query browser. >   > When i pass the below query i am able to see the difference > in output. >   > http://localhost:8983/solr/select/?q=java^100%20technology^1 >   > Each time user cannot pass the values in the query browser

Re: Boosting of words

2009-10-15 Thread Michel Bottan
Wed, 10/14/09, AHMET ARSLAN wrote: > > > From: AHMET ARSLAN > Subject: Re: Boosting of words > To: solr-user@lucene.apache.org > Date: Wednesday, October 14, 2009, 6:41 AM > > > > > Hi Clark, > > > > Thanks for your input. I have a query. > > &

Re: Boosting of words

2009-10-15 Thread bhaskar chandrasekar
.   But where exactly   java^100 technology^1   this value should be set.In which file and which location to be precise?.   Please help me.   Regards Bhaskar   --- On Wed, 10/14/09, AHMET ARSLAN wrote: From: AHMET ARSLAN Subject: Re: Boosting of words To: solr-user@lucene.apache.org Date

Re: Boosting of words

2009-10-14 Thread AHMET ARSLAN
> Hi Clark, >   > Thanks for your input. I have a query. >   >   > I have my XML which contains the following: >   > > >   http://www.sun.com >   information >   java plays a important > role in computer industry for web users > > >   http://www.askguru.com >   homepage >   Information about >

Re: Boosting of words

2009-10-14 Thread bhaskar chandrasekar
Tue, 10/13/09, Nicholas Clark wrote: From: Nicholas Clark Subject: Re: Boosting of words To: solr-user@lucene.apache.org Date: Tuesday, October 13, 2009, 1:01 PM Bhaskar, Read this page, specifically how to query data. http://lucene.apache.org/solr/tutorial.html#Querying+Data It sounds like

Re: Boosting of words

2009-10-13 Thread Nicholas Clark
wrote: > > Hi Nicholas, > > Thanks for your input.Where exactly the query > > q=product:red color:red^10 > > should be used and defined?. > Help me. > > Regards > Bhaskar > > --- On Mon, 10/12/09, Nicholas Clark wrote: > > > From: Nicholas Clar

Re: Boosting of words

2009-10-12 Thread bhaskar chandrasekar
  Hi Nicholas,   Thanks for your input.Where exactly the query   q=product:red color:red^10 should be used and defined?. Help me.   Regards Bhaskar --- On Mon, 10/12/09, Nicholas Clark wrote: From: Nicholas Clark Subject: Re: Boosting of words To: solr-user@lucene.apache.org Date: Monday

Re: Boosting of words

2009-10-12 Thread Nicholas Clark
The easiest way to boost your query is to modify your query string. q=product:red color:red^10 In the above example, I have boosted the color field. If "red" is found in that field, it will get a boost of 10. If it is only found in the product field, then there will be no boost. Here's more info

Boosting of words

2009-10-11 Thread bhaskar chandrasekar
Hi,   I would like to know how can i give boosting to search input in Solr. Where exactly should i make the changes?.   Regards Bhaskar