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

2012-10-01 Thread Toke Eskildsen
On Mon, 2012-10-01 at 14:20 +0200, Claudio Ranieri wrote: > Is there a way to omit the cities with boosting 1? > The number of cities is big, but the number of "important" cities is small. Sorry, not with this simple trick. Maybe a function query, as 曹霖 suggests, can help you, but I have no exper

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 >

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

2012-10-01 Thread Toke Eskildsen
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 > > In search by "Jose", I wish return on top the documents (Jose | São > Paulo and Jose | Rio de Janeiro). If all documents h

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

2012-10-01 Thread Claudio Ranieri
de 2012 08:43 Para: solr-user@lucene.apache.org Assunto: Re: Boosting in query level the relevance based in content of any fields Unless I'm misreading something, this sounds like simple boosting at query time, see: https://lucene.apache.org/core/3_6_0/queryparsersyntax.html#Boosting a Term B

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

2012-10-01 Thread Erick Erickson
iginal- > De: Erick Erickson [mailto:erickerick...@gmail.com] > Enviada em: sexta-feira, 28 de setembro de 2012 15:51 > Para: solr-user@lucene.apache.org > Assunto: Re: Boosting in query level the relevance based in content of any > fields > > How can Solr/Lucene distinguish

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

2012-10-01 Thread Claudio Ranieri
do? -Mensagem original- De: Erick Erickson [mailto:erickerick...@gmail.com] Enviada em: sexta-feira, 28 de setembro de 2012 15:51 Para: solr-user@lucene.apache.org Assunto: Re: Boosting in query level the relevance based in content of any fields How can Solr/Lucene distinguish between

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

2012-09-28 Thread 曹霖
Is it possible? > > > > -Mensagem original- > > De: Miguel Ángel Martín [mailto:miguelangel.mar...@brainsins.com] > > Enviada em: sexta-feira, 28 de setembro de 2012 09:53 > > Para: solr-user@lucene.apache.org > > Assunto: Re: Boosting in query level t

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

2012-09-28 Thread Erick Erickson
rainsins.com] > Enviada em: sexta-feira, 28 de setembro de 2012 09:53 > Para: solr-user@lucene.apache.org > Assunto: Re: Boosting in query level the relevance based in content of any > fields > > Hi c. > > Recently, i was testing that issue, i use boost query in s

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

2012-09-28 Thread Claudio Ranieri
...@brainsins.com] Enviada em: sexta-feira, 28 de setembro de 2012 09:53 Para: solr-user@lucene.apache.org Assunto: Re: Boosting in query level the relevance based in content of any fields Hi c. Recently, i was testing that issue, i use boost query in solr 3.6.1 with edixmax and works fine for me Regards

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

2012-09-28 Thread Miguel Ángel Martín
Hi c. Recently, i was testing that issue, i use boost query in solr 3.6.1 with edixmax and works fine for me Regards 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 docum

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