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

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 iori...@yahoo.com wrote: From: AHMET ARSLAN iori...@yahoo.com Subject: Re: Boosting of words To: solr-user@lucene.apache.org Date: Thursday, October 15, 2009, 8:58 AM

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.  

Re: Boosting of words

2009-10-14 Thread bhaskar chandrasekar
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 bas_s...@yahoo.co.in wrote: Hi Nicholas, Thanks for your input.Where exactly the query q=product:red color:red^10 should be used and defined

Search results order

2009-10-12 Thread bhaskar chandrasekar
Hi,   I have indexed my xml which contains the following data.   add doc   field name=urlhttp://www.yahoo.com /field   field name=titleyahoomail/field   field name=descriptionyahoo has various links and gives in detail about the all the links in it/field /doc doc   field

Re: Boosting of words

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

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
(text:channel)=1) 2.049822 = idf(docFreq=6, numDocs=20) 0.21875 = fieldNorm(field=text, doc=5)/str   /lst What does the numeric terms denotes?.With this numeric 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

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.   requestHandler name=partitioned class=solr.SearchHandler     lst name=defaults str name=defTypedismax/str str name=echoParamsexplicit/str

Re: Ranking of search results

2009-10-01 Thread bhaskar chandrasekar
, boosting function). I would start 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 bas_s...@yahoo.co.in wrote: Hi, When i give a input string for search in Solr

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   doc   str name=urlhttp://rediff/field   str name=titlefirst/field   str

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 iori...@yahoo.com wrote: From: AHMET ARSLAN iori...@yahoo.com Subject: Re: Exact word search in Solr To:

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

Re: Exact Word Search

2009-09-07 Thread bhaskar chandrasekar
Bhaskar --- On Fri, 9/4/09, Shalin Shekhar Mangar shalinman...@gmail.com wrote: From: Shalin Shekhar Mangar shalinman...@gmail.com Subject: Re: Exact Word Search To: solr-user@lucene.apache.org Date: Friday, September 4, 2009, 5:51 AM On Fri, Sep 4, 2009 at 6:06 PM, bhaskar chandrasekar bas_s

Re: Exact Word Search

2009-09-04 Thread bhaskar chandrasekar
. On Fri, Sep 4, 2009 at 7:41 AM, bhaskar chandrasekar bas_s...@yahoo.co.inwrote: 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 will be helpful. Is it achievable?. Regards Bhaskar --- On Thu, 9/3/09, Shalin

Re: Exact Word Search

2009-09-04 Thread bhaskar chandrasekar
as fieldname:value However, 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 bas_s...@yahoo.co.inwrote: Hi shalin, Thanks for your reply. I am not sure as how the query is formed in Solr. If you could throw some

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 or

Re: Exact Word Search

2009-09-03 Thread bhaskar chandrasekar
...@gmail.com 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 bas_s...@yahoo.co.inwrote: Hi, Can any one help me with the below scenario?. Scenario : I have integrated Solr

Re: Pattern matching in Solr

2009-08-27 Thread bhaskar chandrasekar
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:58 PM, bhaskar chandrasekar bas_s...@yahoo.co.in wrote

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.

Re: Pattern matching in Solr

2009-08-27 Thread bhaskar chandrasekar
-1c9b83870ca7890cd73b193cefed83c283339089 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 bas_s...@yahoo.co.in wrote: Hi, In Schema.xml file,I am not able ot find

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.  

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  

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.  

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.  

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

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 chandrasekar

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