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
> 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
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
> 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
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.
> >
&
.
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
> 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
>
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
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
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
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
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
12 matches
Mail list logo