You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2009/08/08 23:34:18 UTC

[jira] Updated: (SOLR-1259) scale() function doesn't work in multisegment indexes

     [ https://issues.apache.org/jira/browse/SOLR-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yonik Seeley updated SOLR-1259:
-------------------------------

    Attachment: SOLR-1259.patch

Attaching quick hack of a patch to handle the situation the same as ord()... via top() to pop back to the top level reader.  This isn't so bad since scale() was never really production quality anyway, since it doesn't cache the min and max -recomputing it each time.

> scale() function doesn't work in multisegment indexes
> -----------------------------------------------------
>
>                 Key: SOLR-1259
>                 URL: https://issues.apache.org/jira/browse/SOLR-1259
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 1.4
>            Reporter: Hoss Man
>             Fix For: 1.4
>
>         Attachments: SOLR-1259.patch
>
>
> per yonik's comments in an email...
> bq. Darn... another SOLR-1111 related issue.  scale() will now only scale per-segment.
> ...we either need to fix, or document prior to releasing 1.4

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.