Re: Facet search

2011-02-23 Thread Simon Willnauer
This is another indicator that we should really try to extract Solr's capabilities like Faceting into modules! Solr should not be required if you want to use the facteing stuff we already have. simon On Wed, Feb 23, 2011 at 10:06 AM, Wouter Heijke wrote: > Hi, > Same here, don't want Solr, so if

RE: Facet search

2011-02-23 Thread Uwe Schindler
che.org > Cc: java-dev > Subject: Re: Facet search > > This is another indicator that we should really try to extract Solr's > capabilities > like Faceting into modules! Solr should not be required if you want to use the > facteing stuff we already have. > > simon &

Re: Facet search

2011-02-23 Thread Tommaso Teofili
sage- > > From: Simon Willnauer [mailto:simon.willna...@googlemail.com] > > Sent: Wednesday, February 23, 2011 10:31 AM > > To: java-u...@lucene.apache.org > > Cc: java-dev > > Subject: Re: Facet search > > > > This is another indicator that we should really try

[jira] [Created] (SOLR-5260) Facet search on a docvalue field in a multi shard collection

2013-09-23 Thread JIRA
Trym Møller created SOLR-5260: - Summary: Facet search on a docvalue field in a multi shard collection Key: SOLR-5260 URL: https://issues.apache.org/jira/browse/SOLR-5260 Project: Solr Issue

[jira] [Updated] (SOLR-5260) Facet search on a docvalue field in a multi shard collection

2013-09-23 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-5260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trym Møller updated SOLR-5260: -- Description: I have a problem doing facet search on a doc value field in a multi shard collection. My

[jira] [Updated] (SOLR-5260) Facet search on a docvalue field in a multi shard collection

2013-09-23 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-5260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trym Møller updated SOLR-5260: -- Description: I have a problem doing facet search on a doc value field in a multi shard collection. My

[jira] [Updated] (SOLR-5260) Facet search on a docvalue field in a multi shard collection

2013-09-23 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-5260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trym Møller updated SOLR-5260: -- Description: I have a problem doing facet search on a doc value field in a multi shard collection. My

[jira] [Commented] (SOLR-5260) Facet search on a docvalue field in a multi shard collection

2013-09-23 Thread JIRA
on a numeric field. Why SimpleFacets.java wants it in that way is not clear: {code} if (ft.getNumericType() != null && sf.hasDocValues()) { // only fcs is able to leverage the numeric field caches method = FacetMethod.FCS; } {code} > Facet search on a docv