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: solr

Re: Exact word search in Solr

2009-09-21 Thread Chris Hostetter
: I followed with the below metioned steps and i am not getting the desired results. : Let me know if anything else to be done. Ahmet's point was to declare the text_ws fieldtype and then use it on the field you want to have an exact match. FWIW: describing your goal as an exact word search

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

Re: Exact word search in Solr

2009-09-18 Thread AHMET ARSLAN
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. You can simply use

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 Shalin Shekhar Mangar
Shekhar Mangar shalinman...@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

Re: Exact Word Search

2009-09-04 Thread bhaskar chandrasekar
  Hi Shalin,   Where on in which file should i set the values you have mentioned?. Let me know how to set it.   Regards 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

Re: Exact Word Search

2009-09-04 Thread bhaskar chandrasekar
wrote: From: Shalin Shekhar Mangar shalinman...@gmail.com Subject: Re: Exact Word Search To: solr-user@lucene.apache.org Date: Friday, September 4, 2009, 1:47 AM If you want to do a exact match (case sensitive) in Solr, you should have a string type field and the query should be made

Re: Exact Word Search

2009-09-04 Thread Shalin Shekhar Mangar
On Fri, Sep 4, 2009 at 6:06 PM, bhaskar chandrasekar bas_s...@yahoo.co.inwrote: 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) and get results from Solr. Carrot2 may not be

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 Shalin Shekhar Mangar
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 with Carrot2. The issue is Assuming i give bhaskar as input string for search. It should give me search results pertaining

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: Exact word search

2009-08-26 Thread Shalin Shekhar Mangar
On Tue, Aug 25, 2009 at 10:40 AM, bhaskar chandrasekar bas_s...@yahoo.co.in wrote: 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 It seems like Carrot is the

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.