field QParserPlugin - Help needed

2010-03-29 Thread Nair, Manas
Hello Experts, Could anyone please help me by directing me to some link where I can get more details on Solr's field QParserPlugin. I would be really grateful. Thankyou all, Manas

field QParserPlugin - Help needed

2010-03-29 Thread Nair, Manas
Hello Experts, Could anyone please help me by directing me to some link where I can get more details on Solr's field QParserPlugin. I would be really grateful. Thankyou all, Manas

RE: Perfect Match

2010-03-29 Thread Nair, Manas
Awesome Ahmet. Thanks for the reply. It seems to work now. Thanks a ton. From: Ahmet Arslan [mailto:iori...@yahoo.com] Sent: Tue 3/23/2010 2:35 PM To: solr-user@lucene.apache.org Subject: RE: Perfect Match > Thankyou Ahmet. You were right. > artist_s:Dora is

RE: Excluding field from the results

2010-03-26 Thread Nair, Manas
If description is your field name(say), then you could declare description in your schema.xml as non stored by specifying stored=false in the field declaration as in Manas From: Jean-Sebastien Vachon [mailto:js.vac...@videotron.ca] Sent: Fri 3/26/2010 1:

RE: Perfect Match

2010-03-23 Thread Nair, Manas
Thankyou Ahmet. You were right. artist_s:Dora is bringing results. But I need artist_s:Dora the explorer to bring only those results which contain "Dora the explorer". I tried to give artist_s:"Dora the explorer" (phrase search).. that is working. But artist_s:Dora the explorer is not working.

Perfect Match

2010-03-23 Thread Nair, Manas
Hello Experts, I need help on one of my issues with perfect matching of terms. I have a collection of artists which are stored in the index against the field name artist_t which is a text type field. This field consists of values like ["dora", Dora The Explorer", "Princess Dora The explorer"]

RE: Issue in search

2010-03-16 Thread Nair, Manas
You could write yourr query like q=filedname1:searchValue AND fieldName2:value OR fieldName3: Value Regards, Manas From: Suram [mailto:reactive...@yahoo.com] Sent: Wed 3/17/2010 12:44 AM To: solr-user@lucene.apache.org Subject: Issue in search In solr how ca

RE: XML data in solr field

2010-03-16 Thread Nair, Manas
http://tommy.chheng.com <http://tommy.chheng.com/> On 3/16/10 12:59 PM, Nair, Manas wrote: > Hello Experts, > > I need help on this issue of mine. I am unsure if this scenario is possible. > I have a field in my solr document named, the value of which is a > xml string as below. This x

XML data in solr field

2010-03-16 Thread Nair, Manas
Hello Experts, I need help on this issue of mine. I am unsure if this scenario is possible. I have a field in my solr document named , the value of which is a xml string as below. This xml structure is within the inputxml field value. I needed help on searching this xml structure i.e. if I sear

How to retrieve unique values in typeahead

2010-03-15 Thread Nair, Manas
Hi experts, Please help me out on this. I have a collection of about 30K documents which pertain to pop artists (eg. Madonna, Michael Jackson). These artist names are indexed in the field named "artist_t" which has the following properties in dynamic field declaration: Most of the documents

Auto Suggest with multiple space separated words

2010-01-29 Thread Nair, Manas
Hi Experts, I need an auto suggest functionality using SOLR which gives me the feel of using the fire fox browser. In short, if I type in a prefix, the results should drop down even if the prefix is not the starting of the drop down items. Example: If I search for Lin, then the results could

RE: Multi word synonym problem

2009-11-20 Thread Nair, Manas
at and re-index. Query Micheal Jackson (not phrase search) should return the results for Michael Jackson. Hope this helps. --- On Thu, 11/12/09, Nair, Manas wrote: > From: Nair, Manas > Subject: Multi word synonym problem > To: solr-user@lucene.apache.org > Cc: "Arumugam, Sent

How to create relevant spelling suggestions

2009-11-17 Thread Nair, Manas
Hi, I was just working with spell check in SOLR 1.3 and came across this problem. My indexed data contains four artist names 1. Rihanna 2. Arianna 3. Michael 4. Michel I was trying to implement spelling suggestions by saying spellcheck=true and spellcheck.build=true. When I search for a.

Multi word synonym problem

2009-11-12 Thread Nair, Manas
Hi Experts, I would like help on multi word synonyms. The scenario is like: I have a name Micheal Jackson(wrong term) which has a synonym Michael Jackson i.e. Micheal Jackson => Michael Jackson When I try to search for the word Micheal Jackson (not a phrase search), it is searching for te