Re: CountComponent

2010-03-11 Thread Marcus Herou
Anon SVN http://svn.tailsweep.com/opensource/solr-contrib/ Cheers //Marcus On Wed, Mar 10, 2010 at 10:24 AM, Marcus Herou marcus.he...@tailsweep.comwrote: Filed it here. https://issues.apache.org/jira/browse/SOLR-1814 Did not change prio from major since that I guess is up to the

[jira] Updated: (SOLR-1703) Sorting by function problems on multicore (more than one core)

2010-03-11 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1703: - Description: When using sort by function (for example dist function) with multicore with more

[jira] Commented: (SOLR-1316) Create autosuggest component

2010-03-11 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12844083#action_12844083 ] Grant Ingersoll commented on SOLR-1316: --- What's the status on this? Create

[jira] Updated: (SOLR-1743) error reporting is rendering 404 missing core name in path for all type of errors

2010-03-11 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-1743: --- Attachment: SOLR-1743.restore14behavior.patch Ok, I've been doing some more testing... First off: a lot of

Abstractify FacetComponent and SimpleFacets

2010-03-11 Thread Marcus Herou
I would like to utilize all code that has been written around Facets and just to hook in somewhere SimpleFacets.getFacetDateCounts calls rangeCount i.e. I would like to group on date but return something else than a count in this case the sum of another field than the actual faceted field but I

[jira] Commented: (SOLR-1743) error reporting is rendering 404 missing core name in path for all type of errors

2010-03-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12844227#action_12844227 ] Mark Miller commented on SOLR-1743: --- This looks good to me as a first step - tested with

Re: Abstractify FacetComponent and SimpleFacets

2010-03-11 Thread Marcus Herou
I have now implemented Facet with FunctionQueries it is really cool! Sorry but even though the author of SimpleFacets (Yonik) says in the javadoc that one should subclass it to leverage more functionality I did not really find that very true in this case. Too much code that not could be

Re: Abstractify FacetComponent and SimpleFacets

2010-03-11 Thread Yonik Seeley
Interesting looking stuff Marcus! Seems sort of related to stat.facet (calc stats on unique facet values) http://wiki.apache.org/solr/StatsComponent On Thu, Mar 11, 2010 at 5:49 PM, Marcus Herou marcus.he...@tailsweep.com wrote: I have now implemented Facet with FunctionQueries it is really

Re: Abstractify FacetComponent and SimpleFacets

2010-03-11 Thread Grant Ingersoll
On Mar 11, 2010, at 6:30 PM, Yonik Seeley wrote: Interesting looking stuff Marcus! Seems sort of related to stat.facet (calc stats on unique facet values) http://wiki.apache.org/solr/StatsComponent And https://issues.apache.org/jira/browse/SOLR-1622 On Thu, Mar 11, 2010 at 5:49 PM,

local solr geo_distance

2010-03-11 Thread wicketnewuser
Hi I'm getting geo_distance as str eventhough I'm define the field as tdouble. my search looks like /solr/select?qt=geolat=xx.xxlong=yy.yyq=*radius=10 Is there anyway i can get is as double instead of str -- View this message in context: