Re: Faceted Dates

2009-04-22 Thread Otis Gospodnetic
ne.apache.org > Sent: Wednesday, April 22, 2009 6:16:17 PM > Subject: Re: Faceted Dates > > > In the example on the wiki that gives the facet counts for date per day.How > should the query look like to get date facets by month. > > http://wiki.apache.org/solr/SimpleFacetPa

Re: Faceted Dates

2009-04-22 Thread Raju444us
In the example on the wiki that gives the facet counts for date per day.How should the query look like to get date facets by month. http://wiki.apache.org/solr/SimpleFacetParameters Here is the sample query for day level facet counts. http://localhost:8983/solr/select/?q=*:*&rows=0&facet=tru

Re: Faceted Dates

2007-01-09 Thread Bertrand Delacretaz
On 1/9/07, Ryan McKinley <[EMAIL PROTECTED]> wrote: ...I would like to use faceted browsing to group documents by year, month, and day. I can think of a few ways to do this, but I'd like to see what folks think before i start down the wrong track Dunno if you've already read it, but I foun

Re: Faceted Dates

2007-01-09 Thread Yonik Seeley
On 1/9/07, Ryan McKinley <[EMAIL PROTECTED]> wrote: I would like to use faceted browsing to group documents by year, month, and day. I don't know what your particular use-case is, but this might be a job for facet hierarchies. http://www.nabble.com/Hierarchical-Facets--tf2560327.html#a7135353 N