-Original Message-
From: Sachin Aggarwal [mailto:different.sac...@gmail.com]
Sent: Tuesday, July 10, 2012 6:08 AM
To: solr-user@lucene.apache.org
Subject: unique key
is it possible not to index and but store the unique keyit will make
index size small. i need the unique key to b sto
Try to add below below file, and set to any path you would like to use:
/usr/local/tomcat/conf/Catalina/localhost/solr.xml
Roxy
-Original Message-
From: Nabeel Sulieman [mailto:nabeel.sulie...@gmail.com]
Sent: Monday, July 02, 2012 4:34 AM
To: solr-user@lucene.apache.org
Subject:
ery((content:"dwayn rock johnson"~15^2.0)~0.01)
But it would be nice to make "exclusive=true" work, and get empty result set
back when there is no matching elevation query.
Is there any solrconfig settings to do so?
-----Original Message-
From: Noordeen, Roxy [mailto:r
My actual problem is with elevate not working with "exclusive=true". I have a
special pinned widget, that has to display only the nodes defined in my
elevate.xml, kind of sponsored results.
If I define "game" in my elevte.xml, and send "exclusive=true" I get only the
elevated entries.
http://:
riginal Message-
From: Koji Sekiguchi [mailto:k...@r.email.ne.jp]
Sent: Wednesday, May 02, 2012 9:19 PM
To: solr-user@lucene.apache.org
Subject: Re: Solr 3.5 - Elevate.xml causing issues when placed under /data
directory
(12/05/03 1:39), Noordeen, Roxy wrote:
> Hello,
> I just starte
Jack,
I am also using synonyms at query side, but so far i am able to use only single
words to work, multi words is not working for me. I didn't want to use synonyms
during indexing, to avoid re indexing.
Is there a way for solr to support multi words?
Ex:
John Cena, John, Cena
Or
Triple H, DX,
Sent: Wednesday, May 02, 2012 09:19 PM
To: solr-user@lucene.apache.org
Subject: Re: Solr 3.5 - Elevate.xml causing issues when placed under /data
directory
(12/05/03 1:39), Noordeen, Roxy wrote:
> Hello,
> I just started using elevation for solr. I am on solr 3.5, running with
> Drupal 7, L
Another solution is to write a script to read the database and create the
synonyms.txt file, dump the file to solr and reload the core.
This gives you the custom synonym solution.
-Original Message-
From: Jack Krupansky [mailto:j...@basetechnology.com]
Sent: Wednesday, May 02, 2012 4:5
Hello,
I just started using elevation for solr. I am on solr 3.5, running with Drupal
7, Linux.
1. I updated my solrconfig.xml
from
${solr.data.dir:./solr/data}
To
/usr/local/tomcat2/data/solr/dev_d7/data
2. I placed my elevate.xml in my solr's data directory. Based on forum answers,
I thought