Package org.vfny.geoserver.zserver

Provides a ZServer Catalog Service for GeoServer.

See:
          Description

Class Summary
ApplyXPath Very basic utility for applying an XPath epxression to an xml file and printing information about the execution of the XPath object and the nodes it finds.
ApplyXPathSuite Tests the NumericField number and string conversion.
GeoIndexer Performs the indexing of the documents.
GeoIndexerSuite Tests the GeoIndexer helper methods.
GeoProfile Helper class for various parts of the GeoProfile.
GeoProfileSuite Tests the GeoProfile helper methods.
GeoSearchable An implementation of searchable derived from DemoSearchable, which was A sample implementation of searchable that returns random numbers of hits and random result records.
GeoSearchSuite Tests the GeoSearchable and GeoSearchTask classes.
GeoSearchTask An extension of SearchTask that implements InformationFragmentSource.
GeoSummary Helper class that represents a summary response.
GeoSummarySuite Tests the GeoSummary classes's setting of fields and creation of summaries.
GeoZServer GeoZServer : Controller class for a Z39.50 Server
GeoZServerAssociation GeoZServerAssociation backend Z3950 association.
NumericField Implements a way to turn numbers into comparable strings and vice versa, so that they can be indexed and compared by lucene.
NumericFieldSuite Tests the NumericField number and string conversion.
RPNConverter Helper class that converts a jzkit QueryNode into a lucene search query.
RPNConverterSuite Tests the RPNConverter helper methods.
XMLDocument A utility for making lucene document from an XML source and a mapping of attributes consisting of a use number and the xpath of the name.
XMLDocumentSuite Tests the XMLDocument converter.
ZServAnalyzer A lucene Analyzer that filters LetterTokenizer with LowerCaseFilter.
 

Package org.vfny.geoserver.zserver Description

Provides a ZServer Catalog Service for GeoServer.

Provides a Z39.50 based Catalog service for GeoServer front. This is an example of a non OGC based front end for GeoServer.