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
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
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
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:
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.
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"]
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
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
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
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
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
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
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.
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
14 matches
Mail list logo