RES: Boosting in query level the relevance based in content of any fields

2012-10-01 Thread Claudio Ranieri
solr-user@lucene.apache.org Assunto: Re: Boosting in query level the relevance based in content of any fields On Fri, 2012-09-28 at 14:43 +0200, Claudio Ranieri wrote: > name | city > Jose | Campinas > Jose | São Paulo > Jose | Rio de Janeiro > Jose | Rio Branco > Jose | Ourinhos >

RES: Boosting in query level the relevance based in content of any fields

2012-10-01 Thread Claudio Ranieri
est Erick On Mon, Oct 1, 2012 at 6:58 AM, Claudio Ranieri wrote: > Hi Erick. > > When I set up the query, I will inform the cities that I wish the weight has > increased. Is there any way I can do this? > How would I do for the contents of some fields increase the relevance (not &

RES: Boosting in query level the relevance based in content of any fields

2012-10-01 Thread Claudio Ranieri
that which must be boosted and that which must not? There must be some rule here, what is it? Until one understands the rule, there's not much one can suggest... Best Erick On Fri, Sep 28, 2012 at 9:00 AM, Claudio Ranieri wrote: > With dismax / edixmax I can boost a field, but not boosti

RES: Boosting in query level the relevance based in content of any fields

2012-09-28 Thread Claudio Ranieri
El 28/09/2012 14:44, "Claudio Ranieri" escribió: > Hello, > > How can I boost in query level the relevance of documents based in > content of any fields? Example, I have 5 documents with fields: name > and > city: > > name | city > Jose | Campinas >

Boosting in query level the relevance based in content of any fields

2012-09-28 Thread Claudio Ranieri
Hello, How can I boost in query level the relevance of documents based in content of any fields? Example, I have 5 documents with fields: name and city: name | city Jose | Campinas Jose | São Paulo Jose | Rio de Janeiro Jose | Rio Branco Jose | Ourinhos In search by "Jose", I wish return on to

RES: RES: RES: RES: Problem with accented words sorting

2012-09-11 Thread Claudio Ranieri
: Problem with accented words sorting On Tue, 2012-09-11 at 12:14 +0200, Claudio Ranieri wrote: > This is an interesting feature to be implemented, because we can sort > the results correctly, but not in the facets. At work (State and University Library, Denmark) we use collator-ordered fa

RES: RES: RES: Problem with accented words sorting

2012-09-11 Thread Claudio Ranieri
sort and pagination them. -Mensagem original- De: Toke Eskildsen [mailto:t...@statsbiblioteket.dk] Enviada em: terça-feira, 11 de setembro de 2012 04:11 Para: solr-user@lucene.apache.org Assunto: Re: RES: RES: Problem with accented words sorting On Mon, 2012-09-10 at 16:04 +0200, Cl

RES: RES: Problem with accented words sorting

2012-09-10 Thread Claudio Ranieri
field. (Easy with copyField declaration). --- On Mon, 9/10/12, Claudio Ranieri wrote: > From: Claudio Ranieri > Subject: RES: Problem with accented words sorting > To: "solr-user@lucene.apache.org" > Date: Monday, September 10, 2012, 3:29 PM I tried using > solr.Col

RES: Problem with accented words sorting

2012-09-10 Thread Claudio Ranieri
14 4 5 Is it a bug of Solr? I am using solr 3.5.0 (stable). Would anyone help me? -Mensagem original- De: Claudio Ranieri

Problem with accented words sorting

2012-09-10 Thread Claudio Ranieri
Hi, I have a facet (type = "string") and I want to sort it. The problem is that accented words are appearing at the end of the sequence. Example sorted sequence: "Santa Catarina", "Sergipe", "São Paulo". I would like to get in order: "Santa Catarina", "São Paulo", "Sergipe." I can not normalize i

RES: Solr Not releasing memory

2012-09-03 Thread Claudio Ranieri
Are you using MMapDirectoryFactory? I had swap problem in linux to a big index when I used MMapDirectoryFactory. You can to try use solr.NIOFSDirectoryFactory. -Mensagem original- De: Lance Norskog [mailto:goks...@gmail.com] Enviada em: domingo, 2 de setembro de 2012 22:00 Para: solr-us

RES: Data Import Handler - Could not load driver - com.microsoft.sqlserver.jdbc.SQLServerDriver - SOLR 4 Beta

2012-08-28 Thread Claudio Ranieri
Hi Adam, Try to add the parameter sharedLib="lib" in $SOLR_HOME/solr.xml (). Copy all jars of Solr to $SOLR_HOME/lib (including the sqljdbc4.jar) I already a problem with classloader in solr 4.0 and I solved with this configuration. -Mensagem original- De: awb3667 [mailto:adam.bu...@peo

RES: Problem to start solr-4.0.0-BETA with tomcat-6.0.20

2012-08-27 Thread Claudio Ranieri
I solved the problem. I added the parameter sharedLib="lib" in $SOLR_HOME/solr.xml () and moved all jars into $TOMCAT_HOME/webapps/solr/WEB-INF/lib to $SOLR_HOME/lib This information could be included in the wiki Solr / Tomcat. Claudio Ranieri | Especialista Sistemas de Busca | S.A O

RES: Problem to start solr-4.0.0-BETA with tomcat-6.0.20

2012-08-27 Thread Claudio Ranieri
Can anyone help me? -Mensagem original- De: Claudio Ranieri [mailto:claudio.rani...@estadao.com] Enviada em: sexta-feira, 24 de agosto de 2012 11:40 Para: solr-user@lucene.apache.org Assunto: RES: Problem to start solr-4.0.0-BETA with tomcat-6.0.20 Hi Vadim, No, I used the entire

RES: Problem to start solr-4.0.0-BETA with tomcat-6.0.20

2012-08-24 Thread Claudio Ranieri
start solr-4.0.0-BETA with tomcat-6.0.20 a presumption: do you use your "old" solrconfig.xml files from older installations? when yes, compare the default config and yours. 2012/8/23 Claudio Ranieri : > I made this instalation on a new tomcat. > With Solr 3.4.*, 3.5.*, 3.6.* work

RES: Problem to start solr-4.0.0-BETA with tomcat-6.0.20

2012-08-23 Thread Claudio Ranieri
k of > what's where. > > Have you successfully had any other Solr operate under Tomcat? > > Sorry I can't be more help > Erick > > On Wed, Aug 22, 2012 at 9:47 AM, Claudio Ranieri > wrote: > > Hi, > > > > I tried to start the solr-4.0.

Problem to start solr-4.0.0-BETA with tomcat-6.0.20

2012-08-22 Thread Claudio Ranieri
Hi, I tried to start the solr-4.0.0-BETA with tomcat-6.0.20 but does not work. I copied the apache-solr-4.0.0-BETA.war to $TOMCAT_HOME/webapps. Then I copied the directory apache-solr-4.0.0-BETA\example\solr to C:\home\solr-4.0-beta and adjusted the file $TOMCAT_HOME\conf\Catalina\localhost\apa