[ 
https://issues.apache.org/jira/browse/SOLR-10891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16050036#comment-16050036
 ] 

David Smiley commented on SOLR-10891:
-------------------------------------

See BBoxStrategy.makeNumericRangeQuery which is throwing the exceptions causing 
the test failures.  It's basically assuming that if there isn't legacy numerics 
then we can't do a range query, when in fact we can using points.  You'll 
likely need to update this method.

Perhaps you may have been confused by exceptions logged for tests that in fact 
did not fail but were being tested unsupported inputs resulting in 
UnsupportedOperationException?

If you still need help I'd be happy to investigate further; it's getting late 
here.

> BBoxField does not support point-based number sub-fields
> --------------------------------------------------------
>
>                 Key: SOLR-10891
>                 URL: https://issues.apache.org/jira/browse/SOLR-10891
>             Project: Solr
>          Issue Type: Sub-task
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Steve Rowe
>         Attachments: SOLR-10891.patch, tests-failures.txt
>
>
> I noticed while removing Trie fields from example schemas on SOLR-10760 that 
> BBoxField uses Trie fields in at least one example schema.
> I went looking and there is theoretical machinery to support points, but when 
> I added a point-based bbox variant to TestSolr4Spatial, I get test failures.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to