found in field1
> But now I have problem with sort: I cant use val1, val2 in sort :(.
>
> And now my questions:
> 1. have I posibility use my custom fields val1, val2 in sort? With
> formula. Or params $q1, $q2?
> 2. may be I have posibility set score by formula at qurey-time?
> 3.
me?
3. your variant?
Thanks.
Alex.
-Original Message-
From: Erick Erickson [mailto:erickerick...@gmail.com]
Sent: Tuesday, April 23, 2013 1:53 AM
To: solr-user@lucene.apache.org
Subject: Re: ranking score by fields
You can sometimes use the highlighter component to do this, but it's
You can sometimes use the highlighter component to do this, but it's a
little tricky...
But note your syntax isn't doing what you expect.
(field1:apache solr) parses as field1:apache defaultfield:solr. You want
field1:(apache solr)
&debug=all is your friend for these kinds of things, especial