Uses of Package
org.compass.annotations

Packages that use org.compass.annotations
org.compass.annotations   
org.compass.annotations.config.binding   
 

Classes in org.compass.annotations used by org.compass.annotations
AnalyzerType
          The intenral Compass supported analyzers.
Cascade
          Specifies cascading for an object relationship.
EnableAll
          Controls if the all property will be enabled or not.
ExcludeAlias
          Controls if the all property will exclude the alias from it
ExcludeFromAll
          Specifies if a certain property should be excluded from all property or not.
FilterDuplicates
          Controls if the Searchable class should filter duplciates.
Index
          Specifies whether and how a meta-data proeprty should be indexed.
Lazy
          Defines if a mapping is lazy or not.
ManagedId
          For class proeprties (SearchableProperty, and SearchableId, Compass might require an internal meta-data to be created, so it can identify the correct value that match the property and preform proper unmarshalling.
ManagedIdIndex
          Controls the index (see Index) of the internal managed id generated (see ManagedId).
NABoolean
          A three state boolean, with TRUE, FALSE, and NA (which usually means that eitehr a global setting or system wide default value will control it).
OmitNorms
           
OmitTf
           
Reverse
          Specifies whether and how the meta-data proeprty should value will be revered.
SnowballType
          The type of the snowball analyzer.
SpellCheck
          Specifies if a certain property should be included in the spell check index.
Store
          Specifies whether and how a meta-data property will be stored.
SupportUnmarshall
          Controls if the Searchable class support un-marshalling (the process of converting the raw resource read from the search engine into a domain model object).
TermVector
          Specifies whether and how a meta-data property should have term vectors.
 

Classes in org.compass.annotations used by org.compass.annotations.config.binding
Cascade
          Specifies cascading for an object relationship.
ExcludeFromAll
          Specifies if a certain property should be excluded from all property or not.
Index
          Specifies whether and how a meta-data proeprty should be indexed.
ManagedId
          For class proeprties (SearchableProperty, and SearchableId, Compass might require an internal meta-data to be created, so it can identify the correct value that match the property and preform proper unmarshalling.
ManagedIdIndex
          Controls the index (see Index) of the internal managed id generated (see ManagedId).
OmitNorms
           
OmitTf
           
Reverse
          Specifies whether and how the meta-data proeprty should value will be revered.
Store
          Specifies whether and how a meta-data property will be stored.
TermVector
          Specifies whether and how a meta-data property should have term vectors.
 



Copyright (c) 2004-2008 The Compass Project.