Re: Boosting of words

2009-10-18 Thread bhaskar chandrasekar
  Hi Arslan,   Yes,I am using Solr as an input to carrot. Yes,I am using org.carrot2.source.solr.SolrDocumentSource just to cluster search results. Currently we are focusing to Solr search results only. In future we will focuse to clustered search results. Now i am using Solr 1.3.   Regards Bhaska

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 to see the res

Re: Boosting of words

2009-10-15 Thread bhaskar chandrasekar
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 to see the output.   B

Re: Boosting of words

2009-10-14 Thread bhaskar chandrasekar
you are very new to Solr, so I would also suggest reading the wiki. http://wiki.apache.org/solr/ -Nick On Mon, Oct 12, 2009 at 10:02 PM, bhaskar chandrasekar wrote: > > Hi Nicholas, > > Thanks for your input.Where exactly the query > > q=product:red color:red^10 > > sh

Re: Boosting of words

2009-10-12 Thread bhaskar chandrasekar
boost values. http://wiki.apache.org/solr/DisMaxRequestHandler -Nick On Sun, Oct 11, 2009 at 12:26 PM, bhaskar chandrasekar wrote: > 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 > > >

Search results order

2009-10-12 Thread bhaskar chandrasekar
Hi,   I have indexed my xml which contains the following data.     http://www.yahoo.com   yahoomail   yahoo has various links and gives in detail about the all the links in it   http://www.rediff.com   It is a good website   Rediff has a interesting homepage   http://www.ndtv.com   Ndtv has

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

Re: Ranking of search results

2009-10-08 Thread bhaskar chandrasekar
value will i be able to i set preference for my search links?.If so how?.   Regards Bhaskar   - On Thu, 10/1/09, bhaskar chandrasekar wrote: From: bhaskar chandrasekar Subject: Re: Ranking of search results To: solr-user@lucene.apache.org Date: Thursday, October 1, 2009, 7:34 PM

Solr configuration file

2009-10-05 Thread bhaskar chandrasekar
Hi,   In my Solrconfig file, can any one let me know what the below does   str name="qf" and st name="mm" represents?. in the below mentioned.       dismax explicit text^0.5 features^1.0 name^1.2 sku^1.5 id^10.0 2<-1 5<-2 6<90% incubationdate_dt:[* TO NOW/DAY-1MONTH]^2.2

Re: Ranking of search results

2009-10-01 Thread bhaskar chandrasekar
tart looking at http://wiki.apache.org/solr/DisMaxRequestHandler <http://wiki.apache.org/solr/DisMaxRequestHandler>- Amit On Wed, Sep 23, 2009 at 10:25 AM, bhaskar chandrasekar wrote: > Hi, > > When i give a input string for search in Solr , it displays me the > corresponding

Usage of Sort and fq

2009-09-29 Thread bhaskar chandrasekar
Hi,   Can some one let me know how to use sort and fq parameters in Solr. Any examples woould be appreciated.   Regards Bhaskar

Display of search results

2009-09-27 Thread bhaskar chandrasekar
Hi,   I have integerated carrot with Solr.When i give a search input string,it gives me corresponding search results for the given input string. I would like to know on what basis the search results are displayed. For ex: There are 10 links that gets displayed for a given input string.The first l

Ranking of search results

2009-09-23 Thread bhaskar chandrasekar
Hi,   When i give a input string for search in Solr , it displays me the corresponding results for the given input string.   How the results are ranked and displayed.On what basis the search results are displayed. Is there any algorithm followed for displaying the results with first result and s

Exact match

2009-09-23 Thread bhaskar chandrasekar
Hi,   I am doing exact search in Solr .In Solr admin page I  am giving the search input string for search. For ex: I am giving “channeL12” as search input string in solr home page it displays search results as     http://rediff   first   channeL12   As there is a matching input for “channeL12”

Re: Exact word search in Solr

2009-09-21 Thread bhaskar chandrasekar
  Hi,   I followed with the below metioned steps and i am not getting the desired results. Let me know if anything else to be done.   Regards Bhaskar --- On Fri, 9/18/09, AHMET ARSLAN wrote: From: AHMET ARSLAN Subject: Re: Exact word search in Solr To: solr-user@lucene.apache.org Date: Friday

Exact word search in Solr

2009-09-18 Thread bhaskar chandrasekar
Hi,  I am doing exact word search in Solr 1.3 and I am not getting the expected results. I am giving you the sample XML file along with the mail from where search results are fetched. The following steps were followed to achieve exact word search result in Solr.   1)  Schema.xml is configured

Re: Exact Word Search

2009-09-07 Thread bhaskar chandrasekar
, September 4, 2009, 5:51 AM On Fri, Sep 4, 2009 at 6:06 PM, bhaskar chandrasekar wrote: > > Hi, > > > I have integrated Solr with Carrot2 Cluster Engine (v 3.1.0). > > Carrot2 is used as a presentation layer. Carrot2 sends requested query to > external source (Solr) a

Re: Exact Word Search

2009-09-04 Thread bhaskar chandrasekar
reading your mail I get the feeling that the query is actually being made by Carrot2. On Fri, Sep 4, 2009 at 7:41 AM, bhaskar chandrasekar wrote: > Hi shalin, > > Thanks for your reply. > I am not sure as how the query is formed in Solr. > If you could throw some light on this , it

Re: Exact Word Search

2009-09-04 Thread bhaskar chandrasekar
r wrote: > > > From: Shalin Shekhar Mangar > Subject: Re: Exact Word Search > To: solr-user@lucene.apache.org > Date: Thursday, September 3, 2009, 5:14 AM > > > On Thu, Sep 3, 2009 at 1:33 PM, bhaskar chandrasekar > wrote: > > > Hi, > > > > Can any

Re: Exact Word Search

2009-09-03 Thread bhaskar chandrasekar
To: solr-user@lucene.apache.org Date: Thursday, September 3, 2009, 5:14 AM On Thu, Sep 3, 2009 at 1:33 PM, bhaskar chandrasekar wrote: > Hi, > > Can any one help me with the below scenario?. > > Scenario : > > I have integrated Solr with Carrot2. > The issue is > Assumin

Exact Word Search

2009-09-03 Thread bhaskar chandrasekar
Hi,   Can any one help me with the below scenario?.   Scenario :   I have integrated Solr with Carrot2. The issue is Assuming i give "bhaskar" as input string for search. It should give me search results pertaining to bhaskar only.  Example: It should not display search results as "chandarbhaskar"

Re: Pattern matching in Solr

2009-08-27 Thread bhaskar chandrasekar
a7890cd73b193cefed83c283339089 Moreover for scenario 2 the KeywordTokenizerFactory and > EdgeNGramFilterFactory refers which link in Solr wiki. > Google for these two. Cheers Avlesh On Thu, Aug 27, 2009 at 12:21 PM, bhaskar chandrasekar wrote: > > Hi, > > In Schema.xml file,I am

Count of records

2009-08-27 Thread bhaskar chandrasekar
Hi,   We have integrated Solr index with Carrot2 Search Engine and able to get search results.   In my search results page, by default Total Number of records matched for the particular query is not getting displayed. http://localhost:8089/carrot2-webapp-3.0.1/search?source=Solr&view=tree

Re: Pattern matching in Solr

2009-08-26 Thread bhaskar chandrasekar
haviour is not desired. For your scenario two, you may want to look at the KeywordTokenizerFactory and EdgeNGramFilterFactory on Solr wiki. Generally, for all such use cases people create multiple fields in their schema storing the same data analyzed in different ways. Cheers Avlesh On Wed, Aug 26, 2009 at 10:

Total count of records

2009-08-26 Thread bhaskar chandrasekar
Hi,   When Solr retrives records based on a input match , it gives total count of records. Say for Ex , it displays like : 1 out of 20,000 for the particular search string.   How the total count of records are fetched in Solr , does it refer any Schema or XML file?.     Regards Bhaskar  

Pattern matching in Solr

2009-08-26 Thread bhaskar chandrasekar
Hi,   Can any one help me with the below scenario?.   Scenario 1:   Assume that I give Google as input string i am using Carrot with Solr Carrot is for front end display purpose the issue is Assuming i give "BHASKAR" as input string It should give me search results pertaining to BHASKAR only.

Exact word search

2009-08-24 Thread bhaskar chandrasekar
Hi,   Can any one helpe me with the below scenario?.   Scenario 1:   Assume that I give Google as input string i am using Carrot with Solr Carrot is for front end display purpose the issue is Assuming i give "BHASKAR" as input string It should give me search results pertaining to BHASKAR only.

Exact pattern search in Solr

2009-08-24 Thread bhaskar chandrasekar
Hi,   Can any one helpe me with the below scenario?.   Scenario 1:   Assume that I give Google as input string i am using Carrot with Solr Carrot is for front end display purpose the issue is Assuming i give "BHASKAR" as input string It should give me search results pertaining to BHASKAR only.

Results from Solr

2009-08-20 Thread bhaskar chandrasekar
Hi,   Can some one help me with the below situation? To elaborate more on this. Assuming i give "BHASKAR" as input string. Scenario 1: It should give me search results pertaining to BHASKAR only. Select * from MASTER where name ="Bhaskar"; Example:It should not display search results as "ChandarB

Re: Fetching Query Results from Solr

2009-08-20 Thread bhaskar chandrasekar
"Google" as search , it will display me all the records relating to that. It should give me exact word search only. It shld not look for combination of words in the search query and display them. How can i restrict Solr to achieve the same. Regards Bhaskar --- On Thu, 8/20/09, bhaskar ch

Fetching Query Results from Solr

2009-08-20 Thread bhaskar chandrasekar
Hi,   I am using Solr to retrive records and display them thru carrot. Assuming that i give "Google" as search , it will display me all the records relating to that. It should give me exact word search only. It shld not look for combination of words in the search query and display them. How can i