com.bea.content.capability
Enum SearchFeatureCapability

java.lang.Object
  extended by java.lang.Enum<SearchFeatureCapability>
      extended by com.bea.content.capability.SearchFeatureCapability
All Implemented Interfaces
IFeatureCapabilityType, Serializable, Comparable<SearchFeatureCapability>

public enum SearchFeatureCapability
extends Enum<SearchFeatureCapability>
implements IFeatureCapabilityType

Feature capabilities which are search-related


Enum Constant Summary
RepositoryManagedSearchCache
          The SPI implementation manages its own search results.
SearchKeyword
          Keyword search (using the keyword search mechanism via the Search object)
SearchKeywordIndexPath
          Content Nodes can be indexed by path in support of keyword search.
SearchKeywordIndexType
          Content Nodes can be indexed by type in support of keyword search.
SearchMetadata
          Metadata search (using the metadata search expression language in the Search object)
 
Method Summary
static SearchFeatureCapability valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SearchFeatureCapability[] values()
          Returns an array containing the constants of this enum type, in the order theyre declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

SearchKeyword

public static final SearchFeatureCapability SearchKeyword
Keyword search (using the keyword search mechanism via the Search object)

See Also
Search, FullTextSearchFactory

SearchMetadata

public static final SearchFeatureCapability SearchMetadata
Metadata search (using the metadata search expression language in the Search object)

See Also
Search

SearchKeywordIndexPath

public static final SearchFeatureCapability SearchKeywordIndexPath
Content Nodes can be indexed by path in support of keyword search. Generally intended as a re-index operation.


SearchKeywordIndexType

public static final SearchFeatureCapability SearchKeywordIndexType
Content Nodes can be indexed by type in support of keyword search. Generaly intended as a re-index operation.


RepositoryManagedSearchCache

public static final SearchFeatureCapability RepositoryManagedSearchCache
The SPI implementation manages its own search results. The VCR will not include node data from this repository in the federated search cache; the query will be re-executed against the repository instead.

Method Detail

values

public static final SearchFeatureCapability[] values()
Returns an array containing the constants of this enum type, in the order theyre declared.


valueOf

public static SearchFeatureCapability valueOf(String name)
Returns the enum constant of this type with the specified name.



Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.