lso,
>>> consider using boost parameter instead of bf, it is multiplicative where bf
>>> is just additive, which offers less control. You may also want to reduce
>>> time resolution by using NOW/HOUR or NOW/DAY. It saves you a lot of bad
>>> cache entries.
>
gt; consider using boost parameter instead of bf, it is multiplicative where bf
> > is just additive, which offers less control. You may also want to reduce
> > time resolution by using NOW/HOUR or NOW/DAY. It saves you a lot of bad
> > cache entries.
> >
> > Mark
s
>
> -Original message-
>> From:Lee Chunki
>> Sent: Tuesday 7th July 2015 13:29
>> To: solr-user@lucene.apache.org
>> Subject: function query result without queryNorm
>>
>> Hi,
>>
>> I want to add some value to score.
>>
>&
resolution by using
NOW/HOUR or NOW/DAY. It saves you a lot of bad cache entries.
Markus
-Original message-
> From:Lee Chunki
> Sent: Tuesday 7th July 2015 13:29
> To: solr-user@lucene.apache.org
> Subject: function query result without queryNorm
>
> Hi,
>
> I w
Hi,
I want to add some value to score.
so, I tried to use “bf” but it returns
value * queryNorm
for example, when I use
q=iphone&bf=div(ms(NOW,start_time),360)
solr returns
799.5687 = (MATCH)
FunctionQuery(div(ms(const(1436268218591),date(start_time)),const(360))),
product of:
: i want to query documents which match a certain dynamic criteria.
: like, How do i get all documents, where sub(field1,field2) < 0 ?
:
: i tried _val_: sub(field1,field2) and used fq:[_val_:[0 TO *]
take a look at the frange QParser...
https://lucene.apache.org/solr/4_3_0/solr-core/org/apache
Hi
i want to query documents which match a certain dynamic criteria.
like, How do i get all documents, where sub(field1,field2) < 0 ?
i tried _val_: sub(field1,field2) and used fq:[_val_:[0 TO *]
But it doesnt work.
./Zahoor
It's probably not exactly what you're looking for, but you can do
ranges over functions in Solr 1.4
http://www.lucidimagination.com/blog/2009/07/06/ranges-over-functions-in-solr-14/
-Yonik
http://www.lucidimagination.com
On Tue, Sep 22, 2009 at 10:26 AM, Pete Smith wrote:
> Hi,
>
> Is it possi
Hi,
Is it possible to constrain a resultset using a filter query to only
return the top 100 documents for a particular field?
Say I have a field called 'hits' that has the total number of hits for
that item. I want to return only the documents that have the top 100
highest hits.
I want something
Thanks so much Umar!
-Mike
On 9-May-08, at 1:22 PM, Umar Shah wrote:
Mike,
as asked, I have added an example , hope it will be helpful to
future users
.
thanks again.
On Sat, May 10, 2008 at 12:11 AM, Mike Klaas <[EMAIL PROTECTED]>
wrote:
No problem. You can return the favour by cl
Mike,
as asked, I have added an example , hope it will be helpful to future users
.
thanks again.
On Sat, May 10, 2008 at 12:11 AM, Mike Klaas <[EMAIL PROTECTED]> wrote:
> No problem. You can return the favour by clarifying the wiki example,
> since it is publicly editable :).
>
> (It is hard
No problem. You can return the favour by clarifying the wiki example,
since it is publicly editable :).
(It is hard for developers who are very familiar with a system to
write good documentation for beginners, alas.)
-Mike
On 8-May-08, at 11:44 PM, Umar Shah wrote:
thanks mike,
some ho
thanks mike,
some how it was not evident from the wiki example, or i was too presumptious
;-).
-umar
On Fri, May 9, 2008 at 2:53 AM, Mike Klaas <[EMAIL PROTECTED]> wrote:
> On 7-May-08, at 11:40 PM, Umar Shah wrote:
>
>>
>>
>> That would be sufficient for my requirements,
>> I'm using the fol
On 7-May-08, at 11:40 PM, Umar Shah wrote:
That would be sufficient for my requirements,
I'm using the following query params
q=*:*
&_val_:function(blah, blah)
&fl=*,score
I'm not getting the value, value of score =1,
am I missing something?
Is that really what you are sending to Solr? The
On Wed, May 7, 2008 at 11:34 PM, Mike Klaas <[EMAIL PROTECTED]> wrote:
>
> On 7-May-08, at 5:01 AM, Umar Shah wrote:
>
> Hi,
>>
>> I want to use result of a function query based on multiple field values
>> for
>> ranking the results,
>> can I also return the value of the computed function along
On 7-May-08, at 5:01 AM, Umar Shah wrote:
Hi,
I want to use result of a function query based on multiple field
values for
ranking the results,
can I also return the value of the computed function along with
other fields
of the documents returned.
If you score documents based on a func
Hi,
I want to use result of a function query based on multiple field values for
ranking the results,
can I also return the value of the computed function along with other fields
of the documents returned.
thanks in anticipation
-umar
17 matches
Mail list logo