| Name | Description | Type | Package | Framework |
| Catalog | A Catalog is the front end object interface for a back end peristance layer for storing product references and metadata. | Interface | org.apache.oodt.cas.filemgr.catalog | Apache OODT |
| CatalogFactory | A Factory interface for creating Catalogs. | Interface | org.apache.oodt.cas.filemgr.catalog | Apache OODT |
| CompleteProduct | Class that combines a Product and its associated Metadata. | Class | org.apache.oodt.cas.filemgr.catalog.solr | Apache OODT |
| DataSourceCatalog | Implementation of a Catalog that is backed by a DataSource front-end to a SQL DBMS. | Class | org.apache.oodt.cas.filemgr.catalog | Apache OODT |
| DataSourceCatalogFactory | A Factory class for creating DataSourceCatalogs. | Class | org.apache.oodt.cas.filemgr.catalog | Apache OODT |
| DefaultProductSerializer | Default implementation of ProductSerializer that transforms a CAS product into a single Solr document based on the following rules: | Class | org.apache.oodt.cas.filemgr.catalog.solr | Apache OODT |
| LenientDataSourceCatalog | Extension of DataSourceCatalog that can accomodate dynamic fields. | Class | org.apache.oodt.cas.filemgr.catalog | Apache OODT |
| LuceneCatalog | An implementation of a File Catalog using Apache's popular Lucene text indexing engine as a Author:mattmann, bfoster, luca | Class | org.apache.oodt.cas.filemgr.catalog | Apache OODT |
| LuceneCatalogFactory | A Factory for creating Lucene-based Catalogs. | Class | org.apache.oodt.cas.filemgr.catalog | Apache OODT |
| MappedDataSourceCatalog | An extension to the DataSourceCatalog where product type names are mapped to the table names in the database (to deal with large product type | Class | org.apache.oodt.cas.filemgr.catalog | Apache OODT |
| MappedDataSourceCatalogFactory | Factory for constructing a special DataSourceCatalog called MappedDataSourceCatalog which is able to override the default | Class | org.apache.oodt.cas.filemgr.catalog | Apache OODT |
| NameProductIdGenerator | that sets the Product identifier equal to the product name. | Class | org.apache.oodt.cas.filemgr.catalog.solr | Apache OODT |
| Parameters | Class holding parameters for Solr implementation of CAS File Manager. | Class | org.apache.oodt.cas.filemgr.catalog.solr | Apache OODT |
| ProductIdGenerator | API for generating a unique identifier for a CAS Product. | Interface | org.apache.oodt.cas.filemgr.catalog.solr | Apache OODT |
| ProductSerializer | API for serializing CAS objects (Products, Metadata and References) into documents to be indexed by Solr, and vice-versa deserializing Solr response documents into CAS objects. | Interface | org.apache.oodt.cas.filemgr.catalog.solr | Apache OODT |
| QueryResponse | Class holding information returned from querying the Solr server. | Class | org.apache.oodt.cas.filemgr.catalog.solr | Apache OODT |
| ScienceDataCatalog | Provides a Catalog implementation that facilitate large-scale ingest of observational data into a relational schema. | Class | org.apache.oodt.cas.filemgr.catalog | Apache OODT |
| ScienceDataCatalogFactory | ScienceDataCatalog. | Class | org.apache.oodt.cas.filemgr.catalog | Apache OODT |
| SolrCatalog | that uses a Solr back-end metadata store. | Class | org.apache.oodt.cas.filemgr.catalog.solr | Apache OODT |
| SolrCatalogFactory | Factory class that creates a SolrCatalog instance configured with the properties specified in filemgr. | Class | org.apache.oodt.cas.filemgr.catalog.solr | Apache OODT |
| SolrClient | Class containing client-side functionality for interacting with a Solr server. | Class | org.apache.oodt.cas.filemgr.catalog.solr | Apache OODT |
| UUIDProductIdGenerator | identifier as a newly generated UUID. | Class | org.apache.oodt.cas.filemgr.catalog.solr | Apache OODT |