[
https://issues.apache.org/jira/browse/SOLR-3652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421858#comment-13421858
]
Nicholas Jakobsen commented on SOLR-3652:
-----------------------------------------
Looking at the patch, this seems to just raise an exception with large numbers,
not actually support them. Would it be possible to support large ranges? If
not, could you suggest a workaround? If I divided all the numbers by a known
factor, and then multiplied them in my app, could that tie me over until the
behaviour is actually fixed? Or is it a limitation with sig figs, and not the
absolute value?
> Range Faceting can't handle large bounds in some situations
> ------------------------------------------------------------
>
> Key: SOLR-3652
> URL: https://issues.apache.org/jira/browse/SOLR-3652
> Project: Solr
> Issue Type: Bug
> Affects Versions: 4.0-ALPHA, 3.6.1
> Environment: OSX Lion, Macbook Pro, 8GB Ram
> Reporter: Nicholas Jakobsen
> Assignee: Hoss Man
> Labels: facet, range
> Fix For: 4.0
>
> Attachments: SOLR-3652.patch
>
>
> Executing the following query will lock up the java process running solr.
> facet=true&facet.range=item_search__creation_event_facet_range_ftm&f.item_search__creation_event_facet_range_ftm.facet.range.start=100000000000.0&f.item_search__creation_event_facet_range_ftm.facet.range.end=100000086200.0&f.item_search__creation_event_facet_range_ftm.facet.range.gap=2160.0&q=%2A%3A%2A
> But decreasing the size of the min and max works fine
> facet=true&facet.range=item_search__creation_event_facet_range_ftm&f.item_search__creation_event_facet_range_ftm.facet.range.start=10000000000.0&f.item_search__creation_event_facet_range_ftm.facet.range.end=10000086200.0&f.item_search__creation_event_facet_range_ftm.facet.range.gap=2160.0&q=%2A%3A%2A
> And so does increasing the range gap
> facet=true&facet.range=item_search__creation_event_facet_range_ftm&f.item_search__creation_event_facet_range_ftm.facet.range.start=100000000000.0&f.item_search__creation_event_facet_range_ftm.facet.range.end=100000086200.0&f.item_search__creation_event_facet_range_ftm.facet.range.gap=21600.0&q=%2A%3A%2A
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]