Currently, it looks like GeoNetwork (2.6.0RC2) displays a maximum of 10 child records (iso19139) in the "Parent/child metadata" box on the parent's page. I've been digging around in the code trying to figure out how to unset this limit, but I'm stuck. I've looked at metadata-iso19139-utils.xsl, but can't find where this limit is being imposed. Am I looking in the right place?
Any help is much appreciated,
Ryan
If anyone else was curious about this, the limit is set in org.fao.geonet.services.util.SearchDefaults: Geonet.SearchResult.HITS_PER_PAGE, and used in org.fao.geonet.kernel.search.MetaSearcher and its subclasses. Note that this constant is used to determine both how many children to display, and how many search results to display per page.
-Ryan
On Sep 20, 2010, at 5:24 PM, Ryan Zoerb wrote:
Currently, it looks like GeoNetwork (2.6.0RC2) displays a maximum of 10 child records (iso19139) in the "Parent/child metadata" box on the parent's page. I've been digging around in the code trying to figure out how to unset this limit, but I'm stuck. I've looked at metadata-iso19139-utils.xsl, but can't find where this limit is being imposed. Am I looking in the right place?
Any help is much appreciated,
Ryan
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
I opened a ticket to improve that point Ryan :
http://trac.osgeo.org/geonetwork/ticket/335
Francois
2010/9/24 Ryan Zoerb <razoerb@anonymised.com>:
If anyone else was curious about this, the limit is set in org.fao.geonet.services.util.SearchDefaults: Geonet.SearchResult.HITS_PER_PAGE, and used in org.fao.geonet.kernel.search.MetaSearcher and its subclasses. Note that this constant is used to determine both how many children to display, and how many search results to display per page.
-Ryan
On Sep 20, 2010, at 5:24 PM, Ryan Zoerb wrote:
Currently, it looks like GeoNetwork (2.6.0RC2) displays a maximum of 10 child records (iso19139) in the "Parent/child metadata" box on the parent's page. I've been digging around in the code trying to figure out how to unset this limit, but I'm stuck. I've looked at metadata-iso19139-utils.xsl, but can't find where this limit is being imposed. Am I looking in the right place?
Any help is much appreciated,
Ryan
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork