Uses of Package
org.compass.core

Packages that use org.compass.core
org.apache.lucene.index   
org.compass.annotations.config.binding   
org.compass.core   
org.compass.core.accessor   
org.compass.core.cache.first   
org.compass.core.cascade   
org.compass.core.config   
org.compass.core.config.binding.metadata   
org.compass.core.converter   
org.compass.core.converter.basic   
org.compass.core.converter.basic.atomic   
org.compass.core.converter.dynamic   
org.compass.core.converter.extended   
org.compass.core.converter.json   
org.compass.core.converter.mapping   
org.compass.core.converter.mapping.json   
org.compass.core.converter.mapping.osem   
org.compass.core.converter.mapping.rsem   
org.compass.core.converter.mapping.support   
org.compass.core.converter.mapping.xsem   
org.compass.core.converter.xsem   
org.compass.core.engine   
org.compass.core.engine.spellcheck   
org.compass.core.engine.subindex   
org.compass.core.engine.utils   
org.compass.core.events   
org.compass.core.executor   
org.compass.core.executor.concurrent   
org.compass.core.executor.workmanager   
org.compass.core.impl   
org.compass.core.jndi   
org.compass.core.lucene   
org.compass.core.lucene.engine   
org.compass.core.lucene.engine.analyzer   
org.compass.core.lucene.engine.analyzer.synonym   
org.compass.core.lucene.engine.highlighter   
org.compass.core.lucene.engine.indexdeletionpolicy   
org.compass.core.lucene.engine.optimizer   
org.compass.core.lucene.engine.query   
org.compass.core.lucene.engine.queryparser   
org.compass.core.lucene.engine.similarity   
org.compass.core.lucene.engine.spellcheck   
org.compass.core.lucene.engine.store   
org.compass.core.lucene.engine.store.jdbc   
org.compass.core.lucene.engine.store.localcache   
org.compass.core.lucene.engine.store.wrapper   
org.compass.core.lucene.engine.transaction   
org.compass.core.lucene.engine.transaction.lucene   
org.compass.core.lucene.engine.transaction.readcommitted   
org.compass.core.lucene.util   
org.compass.core.mapping   
org.compass.core.mapping.internal   
org.compass.core.mapping.json   
org.compass.core.mapping.osem   
org.compass.core.mapping.rsem   
org.compass.core.mapping.support   
org.compass.core.mapping.xsem   
org.compass.core.marshall   
org.compass.core.spi   
org.compass.core.support.search   
org.compass.core.support.session   
org.compass.core.transaction   
org.compass.core.transaction.context   
org.compass.core.util.proxy.extractor   
org.compass.core.xml.dom4j.converter   
org.compass.core.xml.javax.converter   
org.compass.core.xml.jdom.converter   
org.compass.gps   
org.compass.gps.device   
org.compass.gps.device.hibernate   
org.compass.gps.device.hibernate.embedded   
org.compass.gps.device.hibernate.indexer   
org.compass.gps.device.hibernate.lifecycle   
org.compass.gps.device.ibatis   
org.compass.gps.device.jdbc   
org.compass.gps.device.jdbc.mapping   
org.compass.gps.device.jdo   
org.compass.gps.device.jpa   
org.compass.gps.device.jpa.embedded   
org.compass.gps.device.jpa.embedded.eclipselink   
org.compass.gps.device.jpa.embedded.hibernate   
org.compass.gps.device.jpa.embedded.openjpa   
org.compass.gps.device.jpa.embedded.toplink   
org.compass.gps.device.jpa.indexer   
org.compass.gps.device.ojb   
org.compass.gps.device.support.parallel   
org.compass.gps.impl   
org.compass.gps.spi   
org.compass.needle.coherence   
org.compass.needle.gigaspaces.datasource   
org.compass.needle.gigaspaces.service   
org.compass.needle.gigaspaces.store   
org.compass.needle.terracotta   
org.compass.spring   
org.compass.spring.aop   
org.compass.spring.support   
org.compass.spring.transaction   
org.compass.spring.web.mvc   
 

Classes in org.compass.core used by org.apache.lucene.index
CompassSession
          The main interface between a Java application and Compass.
 

Classes in org.compass.core used by org.compass.annotations.config.binding
Property.Index
          Specifies whether and how a meta-data property should be indexed.
Property.Store
          Specifies whether and how a meta-data property will be stored.
Property.TermVector
          Specifies whether and how a meta-data property should have term vectors.
 

Classes in org.compass.core used by org.compass.core
Compass
          Creates a CompassSession.
CompassAnalyzerHelper
          A set of Analyzer related helper methods.
CompassCallback
          Callback interface for Compass code.
CompassDetachedHits
          Holds hits returned from a search performed by compass.
CompassException
          An exception that occured in Compass.
CompassHighlightedText
          A cached holder of highlighted text.
CompassHighlighter
          A highlighter tool that can highlight hits in a given text based on an executed query.
CompassHighlighter.TextTokenizer
          Controls the way text will be tokenized in order to perform the highlight operation.
CompassHit
          Wrapper that provides a lazily loaded hit from CompassHitsOperations.
CompassHits
          Holds hits returned from a search performed by compass.
CompassHitsOperations
          Mutual operations for hits, for both detached and transactional hits.
CompassOperations
          A interface describing all the available operations allowed by compass.
CompassQuery
          An object representing a Compass query.
CompassQuery.CompassSpanQuery
          An extension to the CompassQuery interface.
CompassQuery.SortDirection
          Used to set the sort direction for the query.
CompassQuery.SortImplicitType
          Implicit types that the hits can be sorted by.
CompassQuery.SortPropertyType
          Used to define the type of the property that will be sorted.
CompassQueryBuilder
          The query builder is used to construct CompassQueryBuilder.ToCompassQuery programmatically.
CompassQueryBuilder.CompassBooleanQueryBuilder
          A boolean query builder.
CompassQueryBuilder.CompassMoreLikeThisQuery
          A more like this query builder (maps to Lucene MoreLikeThis feature withing the contrib queries package).
CompassQueryBuilder.CompassMultiPhraseQueryBuilder
          A query builder that constructs a phrase query.
CompassQueryBuilder.CompassMultiPropertyQueryStringBuilder
          Parses the query string into terms, which all of them are used against the given resource property name / meta-data.
CompassQueryBuilder.CompassQuerySpanNearBuilder
          A span near query builder.
CompassQueryBuilder.CompassQuerySpanOrBuilder
          Creates a span or query builder.
CompassQueryBuilder.CompassQueryStringBuilder
          A query builder used to construct a query from a query string (i.e.
CompassQueryBuilder.ToCompassQuery
          A general interface for internal builders that will create a CompassQuery.
CompassQueryFilter
          A filter used to filter out query results.
CompassQueryFilterBuilder
          The query builder is used to construct CompassQueryFilterBuilder.ToCompassQueryFilter programmatically.
CompassQueryFilterBuilder.CompassBooleanQueryFilterBuilder
          A boolean query filter builder.
CompassQueryFilterBuilder.ToCompassQueryFilter
          A general interface for internal builders that will create a CompassQueryFilter.
CompassSession
          The main interface between a Java application and Compass.
CompassTermFreq
          Holds a term within the index, its frequency and the property name it is associated with.
CompassTermFreqsBuilder
          A term and frequencies builder, allows to set different settings regarding the available terms for certain properties and their respective frequencies.
CompassTermFreqsBuilder.Sort
           
CompassToken
          A Token is an occurence of a term from the text of a field.
CompassTransaction
          Allows the application to define units of work, while maintaining abstraction from the underlying transaction implementation (eg.
CompassTransaction.TransactionIsolation
           
Property
          The basic Compass meta data holder.
Property.Index
          Specifies whether and how a meta-data property should be indexed.
Property.Store
          Specifies whether and how a meta-data property will be stored.
Property.TermVector
          Specifies whether and how a meta-data property should have term vectors.
Resource
          A Resource holds a list of meta data properties.
ResourceFactory
          A Resource and Property factory allowing to create new instances.
 

Classes in org.compass.core used by org.compass.core.accessor
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.core.cache.first
CompassException
          An exception that occured in Compass.
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.core.cascade
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.core.config
Compass
          Creates a CompassSession.
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.core.config.binding.metadata
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.core.converter
CompassException
          An exception that occured in Compass.
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.core.converter.basic
CompassException
          An exception that occured in Compass.
Property
          The basic Compass meta data holder.
Property.Index
          Specifies whether and how a meta-data property should be indexed.
Property.Store
          Specifies whether and how a meta-data property will be stored.
Property.TermVector
          Specifies whether and how a meta-data property should have term vectors.
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.core.converter.basic.atomic
Property.Index
          Specifies whether and how a meta-data property should be indexed.
 

Classes in org.compass.core used by org.compass.core.converter.dynamic
Property.Index
          Specifies whether and how a meta-data property should be indexed.
Property.Store
          Specifies whether and how a meta-data property will be stored.
Property.TermVector
          Specifies whether and how a meta-data property should have term vectors.
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.core.converter.extended
Property
          The basic Compass meta data holder.
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.core.converter.json
Property
          The basic Compass meta data holder.
Property.Index
          Specifies whether and how a meta-data property should be indexed.
Property.Store
          Specifies whether and how a meta-data property will be stored.
Property.TermVector
          Specifies whether and how a meta-data property should have term vectors.
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.core.converter.mapping
Property
          The basic Compass meta data holder.
Property.Index
          Specifies whether and how a meta-data property should be indexed.
Property.Store
          Specifies whether and how a meta-data property will be stored.
Property.TermVector
          Specifies whether and how a meta-data property should have term vectors.
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.core.converter.mapping.json
CompassException
          An exception that occured in Compass.
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.core.converter.mapping.osem
CompassException
          An exception that occured in Compass.
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.core.converter.mapping.rsem
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.core.converter.mapping.support
Property.Index
          Specifies whether and how a meta-data property should be indexed.
Property.Store
          Specifies whether and how a meta-data property will be stored.
Property.TermVector
          Specifies whether and how a meta-data property should have term vectors.
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.core.converter.mapping.xsem
CompassException
          An exception that occured in Compass.
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.core.converter.xsem
CompassException
          An exception that occured in Compass.
Property
          The basic Compass meta data holder.
Property.Index
          Specifies whether and how a meta-data property should be indexed.
Property.Store
          Specifies whether and how a meta-data property will be stored.
Property.TermVector
          Specifies whether and how a meta-data property should have term vectors.
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.core.engine
CompassException
          An exception that occured in Compass.
CompassHighlighter.TextTokenizer
          Controls the way text will be tokenized in order to perform the highlight operation.
CompassQuery.SortDirection
          Used to set the sort direction for the query.
CompassQuery.SortImplicitType
          Implicit types that the hits can be sorted by.
CompassQuery.SortPropertyType
          Used to define the type of the property that will be sorted.
CompassTermFreq
          Holds a term within the index, its frequency and the property name it is associated with.
CompassToken
          A Token is an occurence of a term from the text of a field.
CompassTransaction.TransactionIsolation
           
Resource
          A Resource holds a list of meta data properties.
ResourceFactory
          A Resource and Property factory allowing to create new instances.
 

Classes in org.compass.core used by org.compass.core.engine.spellcheck
CompassQuery
          An object representing a Compass query.
 

Classes in org.compass.core used by org.compass.core.engine.subindex
CompassException
          An exception that occured in Compass.
Property
          The basic Compass meta data holder.
 

Classes in org.compass.core used by org.compass.core.engine.utils
Property
          The basic Compass meta data holder.
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.core.events
Compass
          Creates a CompassSession.
CompassException
          An exception that occured in Compass.
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.core.executor
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.core.executor.concurrent
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.core.executor.workmanager
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.core.impl
Compass
          Creates a CompassSession.
CompassAnalyzerHelper
          A set of Analyzer related helper methods.
CompassDetachedHits
          Holds hits returned from a search performed by compass.
CompassException
          An exception that occured in Compass.
CompassHighlightedText
          A cached holder of highlighted text.
CompassHighlighter
          A highlighter tool that can highlight hits in a given text based on an executed query.
CompassHighlighter.TextTokenizer
          Controls the way text will be tokenized in order to perform the highlight operation.
CompassHit
          Wrapper that provides a lazily loaded hit from CompassHitsOperations.
CompassHits
          Holds hits returned from a search performed by compass.
CompassHitsOperations
          Mutual operations for hits, for both detached and transactional hits.
CompassOperations
          A interface describing all the available operations allowed by compass.
CompassQuery
          An object representing a Compass query.
CompassQuery.CompassSpanQuery
          An extension to the CompassQuery interface.
CompassQuery.SortDirection
          Used to set the sort direction for the query.
CompassQuery.SortImplicitType
          Implicit types that the hits can be sorted by.
CompassQuery.SortPropertyType
          Used to define the type of the property that will be sorted.
CompassQueryBuilder
          The query builder is used to construct CompassQueryBuilder.ToCompassQuery programmatically.
CompassQueryBuilder.CompassBooleanQueryBuilder
          A boolean query builder.
CompassQueryBuilder.CompassMoreLikeThisQuery
          A more like this query builder (maps to Lucene MoreLikeThis feature withing the contrib queries package).
CompassQueryBuilder.CompassMultiPhraseQueryBuilder
          A query builder that constructs a phrase query.
CompassQueryBuilder.CompassMultiPropertyQueryStringBuilder
          Parses the query string into terms, which all of them are used against the given resource property name / meta-data.
CompassQueryBuilder.CompassQuerySpanNearBuilder
          A span near query builder.
CompassQueryBuilder.CompassQuerySpanOrBuilder
          Creates a span or query builder.
CompassQueryBuilder.CompassQueryStringBuilder
          A query builder used to construct a query from a query string (i.e.
CompassQueryBuilder.ToCompassQuery
          A general interface for internal builders that will create a CompassQuery.
CompassQueryFilter
          A filter used to filter out query results.
CompassQueryFilterBuilder
          The query builder is used to construct CompassQueryFilterBuilder.ToCompassQueryFilter programmatically.
CompassQueryFilterBuilder.CompassBooleanQueryFilterBuilder
          A boolean query filter builder.
CompassQueryFilterBuilder.ToCompassQueryFilter
          A general interface for internal builders that will create a CompassQueryFilter.
CompassSession
          The main interface between a Java application and Compass.
CompassTermFreq
          Holds a term within the index, its frequency and the property name it is associated with.
CompassTermFreqsBuilder
          A term and frequencies builder, allows to set different settings regarding the available terms for certain properties and their respective frequencies.
CompassTermFreqsBuilder.Sort
           
CompassToken
          A Token is an occurence of a term from the text of a field.
CompassTransaction
          Allows the application to define units of work, while maintaining abstraction from the underlying transaction implementation (eg.
CompassTransaction.TransactionIsolation
           
Resource
          A Resource holds a list of meta data properties.
ResourceFactory
          A Resource and Property factory allowing to create new instances.
 

Classes in org.compass.core used by org.compass.core.jndi
Compass
          Creates a CompassSession.
 

Classes in org.compass.core used by org.compass.core.lucene
CompassToken
          A Token is an occurence of a term from the text of a field.
Property
          The basic Compass meta data holder.
Property.Index
          Specifies whether and how a meta-data property should be indexed.
Property.Store
          Specifies whether and how a meta-data property will be stored.
Property.TermVector
          Specifies whether and how a meta-data property should have term vectors.
Resource
          A Resource holds a list of meta data properties.
ResourceFactory
          A Resource and Property factory allowing to create new instances.
 

Classes in org.compass.core used by org.compass.core.lucene.engine
CompassHighlighter.TextTokenizer
          Controls the way text will be tokenized in order to perform the highlight operation.
CompassQuery.SortDirection
          Used to set the sort direction for the query.
CompassQuery.SortImplicitType
          Implicit types that the hits can be sorted by.
CompassQuery.SortPropertyType
          Used to define the type of the property that will be sorted.
CompassTermFreq
          Holds a term within the index, its frequency and the property name it is associated with.
CompassToken
          A Token is an occurence of a term from the text of a field.
CompassTransaction.TransactionIsolation
           
Property.TermVector
          Specifies whether and how a meta-data property should have term vectors.
Resource
          A Resource holds a list of meta data properties.
ResourceFactory
          A Resource and Property factory allowing to create new instances.
 

Classes in org.compass.core used by org.compass.core.lucene.engine.analyzer
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.core.lucene.engine.analyzer.synonym
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.core.lucene.engine.highlighter
CompassHighlighter.TextTokenizer
          Controls the way text will be tokenized in order to perform the highlight operation.
 

Classes in org.compass.core used by org.compass.core.lucene.engine.indexdeletionpolicy
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.core.lucene.engine.optimizer
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.core.lucene.engine.query
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.core.lucene.engine.queryparser
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.core.lucene.engine.similarity
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.core.lucene.engine.spellcheck
CompassQuery
          An object representing a Compass query.
 

Classes in org.compass.core used by org.compass.core.lucene.engine.store
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.core.lucene.engine.store.jdbc
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.core.lucene.engine.store.localcache
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.core.lucene.engine.store.wrapper
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.core.lucene.engine.transaction
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.core.lucene.engine.transaction.lucene
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.core.lucene.engine.transaction.readcommitted
CompassException
          An exception that occured in Compass.
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.core.lucene.util
Compass
          Creates a CompassSession.
CompassHits
          Holds hits returned from a search performed by compass.
CompassQuery
          An object representing a Compass query.
CompassQueryFilter
          A filter used to filter out query results.
CompassSession
          The main interface between a Java application and Compass.
Property.Index
          Specifies whether and how a meta-data property should be indexed.
Property.Store
          Specifies whether and how a meta-data property will be stored.
Property.TermVector
          Specifies whether and how a meta-data property should have term vectors.
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.core.mapping
CompassException
          An exception that occured in Compass.
Property.Index
          Specifies whether and how a meta-data property should be indexed.
Property.Store
          Specifies whether and how a meta-data property will be stored.
Property.TermVector
          Specifies whether and how a meta-data property should have term vectors.
 

Classes in org.compass.core used by org.compass.core.mapping.internal
Property.Index
          Specifies whether and how a meta-data property should be indexed.
Property.Store
          Specifies whether and how a meta-data property will be stored.
Property.TermVector
          Specifies whether and how a meta-data property should have term vectors.
 

Classes in org.compass.core used by org.compass.core.mapping.json
Property.Index
          Specifies whether and how a meta-data property should be indexed.
Property.Store
          Specifies whether and how a meta-data property will be stored.
Property.TermVector
          Specifies whether and how a meta-data property should have term vectors.
 

Classes in org.compass.core used by org.compass.core.mapping.osem
CompassException
          An exception that occured in Compass.
Property.Index
          Specifies whether and how a meta-data property should be indexed.
 

Classes in org.compass.core used by org.compass.core.mapping.rsem
Property.Index
          Specifies whether and how a meta-data property should be indexed.
Property.Store
          Specifies whether and how a meta-data property will be stored.
Property.TermVector
          Specifies whether and how a meta-data property should have term vectors.
 

Classes in org.compass.core used by org.compass.core.mapping.support
Property.Index
          Specifies whether and how a meta-data property should be indexed.
Property.Store
          Specifies whether and how a meta-data property will be stored.
Property.TermVector
          Specifies whether and how a meta-data property should have term vectors.
 

Classes in org.compass.core used by org.compass.core.mapping.xsem
Property.Index
          Specifies whether and how a meta-data property should be indexed.
Property.Store
          Specifies whether and how a meta-data property will be stored.
Property.TermVector
          Specifies whether and how a meta-data property should have term vectors.
 

Classes in org.compass.core used by org.compass.core.marshall
CompassException
          An exception that occured in Compass.
Resource
          A Resource holds a list of meta data properties.
ResourceFactory
          A Resource and Property factory allowing to create new instances.
 

Classes in org.compass.core used by org.compass.core.spi
Compass
          Creates a CompassSession.
CompassException
          An exception that occured in Compass.
CompassHighlightedText
          A cached holder of highlighted text.
CompassHits
          Holds hits returned from a search performed by compass.
CompassHitsOperations
          Mutual operations for hits, for both detached and transactional hits.
CompassOperations
          A interface describing all the available operations allowed by compass.
CompassSession
          The main interface between a Java application and Compass.
Property
          The basic Compass meta data holder.
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.core.support.search
Compass
          Creates a CompassSession.
CompassDetachedHits
          Holds hits returned from a search performed by compass.
CompassException
          An exception that occured in Compass.
CompassHit
          Wrapper that provides a lazily loaded hit from CompassHitsOperations.
CompassHits
          Holds hits returned from a search performed by compass.
CompassQuery
          An object representing a Compass query.
CompassSession
          The main interface between a Java application and Compass.
 

Classes in org.compass.core used by org.compass.core.support.session
Compass
          Creates a CompassSession.
CompassSession
          The main interface between a Java application and Compass.
 

Classes in org.compass.core used by org.compass.core.transaction
Compass
          Creates a CompassSession.
CompassException
          An exception that occured in Compass.
CompassSession
          The main interface between a Java application and Compass.
CompassTransaction
          Allows the application to define units of work, while maintaining abstraction from the underlying transaction implementation (eg.
CompassTransaction.TransactionIsolation
           
 

Classes in org.compass.core used by org.compass.core.transaction.context
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.core.util.proxy.extractor
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.core.xml.dom4j.converter
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.core.xml.javax.converter
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.core.xml.jdom.converter
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.gps
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.gps.device
CompassSession
          The main interface between a Java application and Compass.
 

Classes in org.compass.core used by org.compass.gps.device.hibernate
Compass
          Creates a CompassSession.
CompassException
          An exception that occured in Compass.
CompassSession
          The main interface between a Java application and Compass.
CompassTransaction
          Allows the application to define units of work, while maintaining abstraction from the underlying transaction implementation (eg.
CompassTransaction.TransactionIsolation
           
 

Classes in org.compass.core used by org.compass.gps.device.hibernate.embedded
Compass
          Creates a CompassSession.
CompassTemplate
          Helper class that simplifies the Compass access code using the template design pattern.
 

Classes in org.compass.core used by org.compass.gps.device.hibernate.indexer
CompassSession
          The main interface between a Java application and Compass.
 

Classes in org.compass.core used by org.compass.gps.device.hibernate.lifecycle
CompassSession
          The main interface between a Java application and Compass.
 

Classes in org.compass.core used by org.compass.gps.device.ibatis
CompassException
          An exception that occured in Compass.
CompassSession
          The main interface between a Java application and Compass.
 

Classes in org.compass.core used by org.compass.gps.device.jdbc
Compass
          Creates a CompassSession.
CompassException
          An exception that occured in Compass.
CompassSession
          The main interface between a Java application and Compass.
Property.TermVector
          Specifies whether and how a meta-data property should have term vectors.
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.gps.device.jdbc.mapping
Property.Index
          Specifies whether and how a meta-data property should be indexed.
Property.Store
          Specifies whether and how a meta-data property will be stored.
Property.TermVector
          Specifies whether and how a meta-data property should have term vectors.
 

Classes in org.compass.core used by org.compass.gps.device.jdo
CompassException
          An exception that occured in Compass.
CompassSession
          The main interface between a Java application and Compass.
 

Classes in org.compass.core used by org.compass.gps.device.jpa
Compass
          Creates a CompassSession.
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.gps.device.jpa.embedded
Compass
          Creates a CompassSession.
 

Classes in org.compass.core used by org.compass.gps.device.jpa.embedded.eclipselink
Compass
          Creates a CompassSession.
CompassSession
          The main interface between a Java application and Compass.
 

Classes in org.compass.core used by org.compass.gps.device.jpa.embedded.hibernate
Compass
          Creates a CompassSession.
CompassTemplate
          Helper class that simplifies the Compass access code using the template design pattern.
 

Classes in org.compass.core used by org.compass.gps.device.jpa.embedded.openjpa
Compass
          Creates a CompassSession.
CompassSession
          The main interface between a Java application and Compass.
 

Classes in org.compass.core used by org.compass.gps.device.jpa.embedded.toplink
Compass
          Creates a CompassSession.
CompassSession
          The main interface between a Java application and Compass.
 

Classes in org.compass.core used by org.compass.gps.device.jpa.indexer
CompassSession
          The main interface between a Java application and Compass.
 

Classes in org.compass.core used by org.compass.gps.device.ojb
CompassException
          An exception that occured in Compass.
CompassSession
          The main interface between a Java application and Compass.
 

Classes in org.compass.core used by org.compass.gps.device.support.parallel
CompassException
          An exception that occured in Compass.
CompassSession
          The main interface between a Java application and Compass.
 

Classes in org.compass.core used by org.compass.gps.impl
Compass
          Creates a CompassSession.
CompassCallback
          Callback interface for Compass code.
CompassException
          An exception that occured in Compass.
CompassTemplate
          Helper class that simplifies the Compass access code using the template design pattern.
CompassTransaction.TransactionIsolation
           
 

Classes in org.compass.core used by org.compass.gps.spi
Compass
          Creates a CompassSession.
CompassCallback
          Callback interface for Compass code.
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.needle.coherence
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.needle.gigaspaces.datasource
Compass
          Creates a CompassSession.
 

Classes in org.compass.core used by org.compass.needle.gigaspaces.service
Compass
          Creates a CompassSession.
Resource
          A Resource holds a list of meta data properties.
 

Classes in org.compass.core used by org.compass.needle.gigaspaces.store
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.needle.terracotta
CompassException
          An exception that occured in Compass.
 

Classes in org.compass.core used by org.compass.spring
Compass
          Creates a CompassSession.
CompassException
          An exception that occured in Compass.
CompassTemplate
          Helper class that simplifies the Compass access code using the template design pattern.
 

Classes in org.compass.core used by org.compass.spring.aop
Compass
          Creates a CompassSession.
CompassException
          An exception that occured in Compass.
CompassTemplate
          Helper class that simplifies the Compass access code using the template design pattern.
 

Classes in org.compass.core used by org.compass.spring.support
Compass
          Creates a CompassSession.
 

Classes in org.compass.core used by org.compass.spring.transaction
CompassException
          An exception that occured in Compass.
CompassSession
          The main interface between a Java application and Compass.
CompassTransaction
          Allows the application to define units of work, while maintaining abstraction from the underlying transaction implementation (eg.
CompassTransaction.TransactionIsolation
           
 

Classes in org.compass.core used by org.compass.spring.web.mvc
Compass
          Creates a CompassSession.
CompassTemplate
          Helper class that simplifies the Compass access code using the template design pattern.
 



Copyright (c) 2004-2008 The Compass Project.