On 05/08/2010 09:59, Raphaël Droz wrote:
Hi,
I saw this post :
http://lucene.472066.n3.nabble.com/Multiple-Facet-Dates-td495480.html
I didn't see work in progress or plans about this feature on the list
and bugtracker.
Does someone already created a patch, pof, ... I wouldn't have
Hi,
I saw this post :
http://lucene.472066.n3.nabble.com/Multiple-Facet-Dates-td495480.html
I didn't see work in progress or plans about this feature on the list
and bugtracker.
Does someone already created a patch, pof, ... I wouldn't have been able
to find ?
From my naïve point o
/MONTH-1YEAR
>>>f.begin_month.date.end = NOW/MONTH+1MONTH
>>
>> Another syntax alternative is to allow start/end as local params:
>>
>> facet.date={!key=begin_month start=NOW/MONTH-1YEAR
>> end=NOW/MONTH+1MONTH}begin_df
>
> +1, I like it.
On May 1, 2009, at 8:23 PM, Yonik Seeley wrote:
On Fri, May 1, 2009 at 8:06 PM, Chris Hostetter
wrote:
facet.date.gap = +1MONTH
facet.date = {!key=begin_month}begin_df
f.begin_month.date.start = NOW/MONTH-1YEAR
f.begin_month.date.end = NOW/MONTH+1MONTH
Another syn
On Fri, May 1, 2009 at 8:06 PM, Chris Hostetter
wrote:
> facet.date.gap = +1MONTH
> facet.date = {!key=begin_month}begin_df
> f.begin_month.date.start = NOW/MONTH-1YEAR
> f.begin_month.date.end = NOW/MONTH+1MONTH
Another syntax alternative is to allow start/end as loca
: I needed to have a multiple date facet functionality. Like say for example
: to show the latests results in the last day, last week and last month. I
: wanted to do it with just one query.
: The date facet part of solrconfig.xml would look like:
:
: date_field
: NOW/DAY-1DAY
:
e.com/Multiple-Facet-Dates-tp23272868p23272868.html
Sent from the Solr - User mailing list archive at Nabble.com.