Matt Mitchell

Results 15 comments of Matt Mitchell

Also, sometimes a stack trace is displayed in geoserver after clicking "save": java.lang.NullPointerException at org.geoserver.catalog.impl.DataStoreInfoImpl.getDataStore(DataStoreInfoImpl.java:37) at org.geoserver.web.data.store.DataAccessNewPage.onSaveDataStore(DataAccessNewPage.java:87) at org.geoserver.web.data.store.AbstractDataAccessPage$1.onSubmit(AbstractDataAccessPage.java:160) at org.apache.wicket.ajax.markup.html.form.AjaxSubmitLink$1.onSubmit(AjaxSubmitLink.java:68) at org.apache.wicket.ajax.form.AjaxFormSubmitBehavior.onEvent(AjaxFormSubmitBehavior.java:143) at org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:177) at org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:300) at org.apache.wicket.request.target.component.listener.BehaviorRequestTarget.processEvents(BehaviorRequestTarget.java:119) at...

Hi, Could you show me how you are instantiating RSolr? - Matt

Sorry guys. I didn't see a notification about this issue. I originally had the deprecation warning at the top of the file, but someone else didn't like that solution. I'm...

Yep yep, makes sense. I've added warnings to all methods in the Pagination module. I'm fine with removing it, not sure if others will agree?

Oh sorry. I mean if anyone else will be bothered with removing pagination all together? I'm OK with that, but need to think a little more on that. Supporting will_paginate...

I agree completely. I've skimmed the will_paginate codebase a few times and have wondered what was going on -- not to say that I don't look at my own code...

I have removed the warnings from rsolr and rsolr-ext, and have released new versions of both libraries. Generic pagination methods will stay in rsolr, and the next release of rsolr-ext...

Hi. The reason the arrays are supported and not hashes, is because the hashes are not guaranteed to be ordered by hit value. The return array from Solr might be,...

Hi @tsuyoshihamano. What version of the connectors-sdk and Fusion are you using?

> This one includes few other PRs: #18 #17 #16 #12 as I was changing mostly everything I've included and tested their ideas too. Awesome, thank you!