Dear David,
the GeoTools datastore and the corresponding GeoServer UI are ready,
the client is testing them

I am hoping next week to start the process to relase it to master.

FYI, some of the queries that we can be performed are here below (you
nee to know solr to appreciate them :) ):

- using CQL filters

http://XXXXXX/geoserver/it.geosolutions/wms?LAYERS=it.geosolutions%3Apet&STYLES=&FORMAT=application%2Fopenlayers&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG%3A4326&BBOX=140.56584854336,-36.070227843984,153.80221965664,-28.128405176016&WIDTH=550&HEIGHT=330

- using fq:

http://XXXXXX/geoserver/it.geosolutions/wms?LAYERS=it.geosolutions%3Apet&STYLES=&FORMAT=application%2Fopenlayers&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG%3A4326&BBOX=140.56584854336,-36.070227843984,153.80221965664,-28.128405176016&WIDTH=550&HEIGHT=330&viewparams=fq:busPurpose%3A%22Coal+seam+methane%22


- CQL
http://XXXXX/geoserver/it.geosolutions/wms?LAYERS=it.geosolutions%3Apet&STYLES=&FORMAT=application%2Fopenlayers&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG%3A4326&CQL_FILTER=busPurpose%3D%27Coal%20seam%20methane%27%20AND%20confidential%3Dtrue&BBOX=132.19083554804,-41.279465550899,158.6635777746,-25.395820214961&WIDTH=550&HEIGHT=330

- fq
http://84.33.2.25:8080/geoserver/it.geosolutions/wms?LAYERS=it.geosolutions%3Apet&STYLES=&FORMAT=application%2Fopenlayers&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG%3A4326&BBOX=140.56584854336,-36.070227843984,153.80221965664,-28.128405176016&WIDTH=550&HEIGHT=330&viewparams=fq:confidential%3A%22true%22+AND+busPurpose%3A%22Coal+seam+methane%22

- CQL
http://xxxxxxxxxx/geoserver/it.geosolutions/wms?LAYERS=it.geosolutions%3Apet&STYLES=&FORMAT=application%2Fopenlayers&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG%3A4326&CQL_FILTER=busPurpose%3D%27Coal%20seam%20methane%27%20AND%20confidential%3Dtrue%20AND%20INTERSECTS(geo%2CPOLYGON((148.0%20-30.0%2C149.0%20-33.0%2C150.5%20-35.5%2C152.4%20-32.6%2C151.0%20-30.7%2C149.7%20-29.6%2C148.0%20-30.0)))&BBOX=136.81153237304,-42.434639757149,163.2842745996,-26.550994421211&WIDTH=550&HEIGHT=330

- fq
http://xxxxxxxx/geoserver/it.geosolutions/wms?LAYERS=it.geosolutions%3Apet&STYLES=&FORMAT=application%2Fopenlayers&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG%3A4326&BBOX=140.56584854336,-36.070227843984,153.80221965664,-28.128405176016&WIDTH=550&HEIGHT=330&viewparams=fq:confidential%3A%22true%22+AND+busPurpose%3A%22Coal+seam+methane%22+AND+geo:%22IsWithin(POLYGON((148.0%20-30.0\,%20149.0%20-33.0\,%20150.5%20-35.5\,%20152.4%20-32.6\,%20151.0%20-30.7\,%20149.7%20-29.6\,%20148.0%20-30.0)))%22


Basically we convert filters into q and fq params for SOLR but also
use the viewparams vendor option to transfer q and fq params
untouched. ATM there is no support for facets and there is no plan in
the short term to add it.


Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.
==

Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:     +39 0584 1660272
mob:   +39  333 8128928

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate.
Il loro utilizzo è consentito esclusivamente al destinatario del
messaggio, per le finalità indicate nel messaggio stesso. Qualora
riceviate questo messaggio senza esserne il destinatario, Vi preghiamo
cortesemente di darcene notizia via e-mail e di procedere alla
distruzione del messaggio stesso, cancellandolo dal Vostro sistema.
Conservare il messaggio stesso, divulgarlo anche in parte,
distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità
diverse, costituisce comportamento contrario ai principi dettati dal
D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely
for the attention and use of the named addressee(s) and may be
confidential or proprietary in nature or covered by the provisions of
privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New
Data Protection Code).Any use not in accord with its purpose, any
disclosure, reproduction, copying, distribution, or either
dissemination, either whole or partial, is strictly forbidden except
previous formal approval of the named addressee(s). If you are not the
intended recipient, please contact immediately the sender by
telephone, fax or e-mail and delete the information in this message
that has been received in error. The sender does not give any warranty
or accept liability as the content, accuracy or completeness of sent
messages and accepts no responsibility  for changes made after they
were sent or for other risks which arise as a result of e-mail
transmission, viruses, etc.


On Thu, Sep 18, 2014 at 10:03 PM, David McWhorter <[email protected]> wrote:
> Hi all, I was looking for a way to better support solr-based data stores
> in geotools and came across this message and spec document --
> http://sourceforge.net/p/geotools/mailman/message/32319425/ --
> describing plans for a solr based store community module.  I just wanted
> to see if there were any updates on its progress or status? We'd be
> willing here to help test and shake bugs out of an initial prototype
> whenever that is avaiable.
>
> Thanks,
> David
>
> --
>
> David McWhorter
> Software Engineer
> Commonwealth Computer Research, Inc.
> 1422 Sachem Place, Unit #1
> Charlottesville, VA 22901
> [email protected] | 434.299.0090x204
>
>
> ------------------------------------------------------------------------------
> Slashdot TV.  Video for Nerds.  Stuff that Matters.
> http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
> _______________________________________________
> GeoTools-Devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geotools-devel

------------------------------------------------------------------------------
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
GeoTools-Devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to