#357: Use geometry parameter in search for bounding boxes, instead of actual
lucene bbox fields
-------------------------+--------------------------------------------------
Reporter: josegar74 | Owner: geonetwork-devel@…
Type: enhancement | Status: new
Priority: major | Milestone: v2.6.1
Component: General | Version: v2.6.0
Keywords: |
-------------------------+--------------------------------------------------
Actual search for bounding box adds 1 degree to the bbox for encloses and
equal operators.
For small bounding boxes 1 degree is not acceptable as will cover a much
bigger region, returning more results than expected.
Change search feature to use geometry parameter (using the spatial index)
instead of actual lucene bbox fields. This feature has been implemented in
BlueNetMEST sandbox.
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/357>
GeoNetwork opensource Developer website <http://trac.osgeo.org/geonetwork>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
#357: Use geometry parameter in search for bounding boxes, instead of actual
lucene bbox fields
-------------------------+--------------------------------------------------
Reporter: josegar74 | Owner: geonetwork-devel@…
Type: enhancement | Status: new
Priority: major | Milestone: v2.6.1
Component: General | Version: v2.6.0
Keywords: |
-------------------------+--------------------------------------------------
Comment(by josegar74):
Added patch created from 2.6.X branch.
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/357#comment:1>
GeoNetwork opensource Developer website <http://trac.osgeo.org/geonetwork>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
#357: Use geometry parameter in search for bounding boxes, instead of actual
lucene bbox fields
-------------------------+--------------------------------------------------
Reporter: josegar74 | Owner: geonetwork-devel@…
Type: enhancement | Status: new
Priority: major | Milestone: v2.6.1
Component: General | Version: v2.6.0
Keywords: |
-------------------------+--------------------------------------------------
Comment(by fxp):
+1 for me.
Only the copyright is missing in IsFullyOutsideOfFilter.java
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/357#comment:2>
GeoNetwork opensource Developer website <http://trac.osgeo.org/geonetwork>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
#357: Use geometry parameter in search for bounding boxes, instead of actual
lucene bbox fields
-------------------------+--------------------------------------------------
Reporter: josegar74 | Owner: geonetwork-devel@…
Type: enhancement | Status: new
Priority: major | Milestone: v2.6.1
Component: General | Version: v2.6.0
Keywords: |
-------------------------+--------------------------------------------------
Comment(by mcoudert):
+1 from me also, just two comments below for best practices
- Avoid the use of * in imports (i.e import
org.fao.geonet.kernel.search.spatial.*)
- Remove commented/unused code from js files (i.e urlizebb)
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/357#comment:3>
GeoNetwork opensource Developer website <http://trac.osgeo.org/geonetwork>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
#357: Use geometry parameter in search for bounding boxes, instead of actual
lucene bbox fields
--------------------------+-------------------------------------------------
Reporter: josegar74 | Owner: geonetwork-devel@…
Type: enhancement | Status: closed
Priority: major | Milestone: v2.6.1
Component: General | Version: v2.6.0
Resolution: fixed | Keywords:
--------------------------+-------------------------------------------------
Changes (by josegar74):
* status: new => closed
* resolution: => fixed
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/357#comment:4>
GeoNetwork opensource Developer website <http://trac.osgeo.org/geonetwork>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.