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

Bill Bell commented on SOLR-3963:
---------------------------------

This is the error we are seeing with this query:

http://localhost:8983/solr/select/?q.alt=*:*&start=0&rows=10&indent=on&defType=edismax&boost=map(achievement_count,1,1000,recip(achievement_count,-0.5,10,25),1)

Problem accessing /solr/facility/select/. Reason:

    For input string: "recip(achievement_count"

java.lang.NumberFormatException: For input string: "recip(achievement_count"
        at 
sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1222)
        at java.lang.Float.parseFloat(Float.java:422)
        at 
org.apache.solr.search.FunctionQParser.parseFloat(FunctionQParser.java:134)
        at 
org.apache.solr.search.ValueSourceParser$9.parse(ValueSourceParser.java:189)
        at 
org.apache.solr.search.FunctionQParser.parseValueSource(FunctionQParser.java:363)
        at org.apache.solr.search.FunctionQParser.parse(FunctionQParser.java:67)
        at org.apache.solr.search.QParser.getQuery(QParser.java:143)
        at 
org.apache.solr.search.ExtendedDismaxQParser.parse(ExtendedDismaxQParserPlugin.java:389)
        at org.apache.solr.search.QParser.getQuery(QParser.java:143)
        at 
org.apache.solr.handler.component.QueryComponent.prepare(QueryComponent.java:105)
        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:165)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:1376)
        at 
org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:365)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:260)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
        at 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:524)
        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:233)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1065)
        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
        at 
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:250)
        at 
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:149)
        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
        at org.eclipse.jetty.server.Server.handle(Server.java:351)
        at 
org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
        at 
org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
        at 
org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:890)
        at 
org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:944)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:634)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:230)
        at 
org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
        at 
org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
        at java.lang.Thread.run(Thread.java:662)

                
> SOLR: map() does not allow passing recip() sub-functions
> --------------------------------------------------------
>
>                 Key: SOLR-3963
>                 URL: https://issues.apache.org/jira/browse/SOLR-3963
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.0
>            Reporter: Bill Bell
>
> I want to do:
> boost=map(achievement_count,1,1000,recip(achievement_count,-.5,10,25),1)
> I want to return recip(achievement_count,-.5,10,25) if achievement_count is 
> between 1 and 1,000. FOr any other values I want to return 1.
> I cannot get it to work. I get the error below. Interesting this does work:
> boost=recip(map(achievement_count,0,0,-200),-.5,10,25)
> It almost appears that map() cannot take a function.
>  Specified argument was out of the range of valid values.
> Parameter name: value
> Description: An unhandled exception occurred during the execution of the 
> current web request. Please review the stack trace for more information about 
> the error and where it originated in the code.
> Exception Details: System.ArgumentOutOfRangeException: Specified argument was 
> out of the range of valid values.
> Parameter name: value
> Source Error:
> An unhandled exception was generated during the execution of the current web 
> request. Information regarding the origin and location of the exception can 
> be identified using the exception stack trace below.
> Stack Trace:
> [ArgumentOutOfRangeException: Specified argument was out of the range of 
> valid values.
> Parameter name: value]
>    System.Web.HttpResponse.set_StatusDescription(String value) +5200522
>    FacilityService.Controllers.FacilityController.ActionCompleted(String 
> actionName, IFacilityResults results) +265
>    
> FacilityService.Controllers.FacilityController.SearchByPointCompleted(IFacilityResults
>  results) +25
>    lambda_method(Closure , ControllerBase , Object[] ) +114
>    System.Web.Mvc.Async.<>c__DisplayClass7.<BeginExecute>b__5(IAsyncResult 
> asyncResult) +283
>    
> System.Web.Mvc.Async.<>c__DisplayClass41.<BeginInvokeAsynchronousActionMethod>b__40(IAsyncResult
>  asyncResult) +22
>    
> System.Web.Mvc.Async.<>c__DisplayClass3b.<BeginInvokeActionMethodWithFilters>b__35()
>  +120
>    
> System.Web.Mvc.Async.<>c__DisplayClass51.<InvokeActionMethodFilterAsynchronously>b__4b()
>  +452
>    
> System.Web.Mvc.Async.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__38(IAsyncResult
>  asyncResult) +15
>    System.Web.Mvc.Async.<>c__DisplayClass2c.<BeginInvokeAction>b__22() +33
>    
> System.Web.Mvc.Async.<>c__DisplayClass27.<BeginInvokeAction>b__24(IAsyncResult
>  asyncResult) +240
>    System.Web.Mvc.<>c__DisplayClass19.<BeginExecuteCore>b__14(IAsyncResult 
> asyncResult) +28
>    
> System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult 
> ar) +15
>    System.Web.Mvc.AsyncController.EndExecuteCore(IAsyncResult asyncResult) +63
>    
> System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult 
> ar) +15
>    System.Web.Mvc.<>c__DisplayClassb.<BeginProcessRequest>b__4(IAsyncResult 
> asyncResult) +42
>    
> System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult 
> ar) +15
>    System.Web.CallHandlerExecutionStep.OnAsyncHandlerCompletion(IAsyncResult 
> ar) +282

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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]

Reply via email to