com.bea.apps.groupspace.search.controls
Annotation Type CmFullTextSearchControl.SearchParams


@Target(value={FIELD,TYPE})
@Retention(value=RUNTIME)
public static @interface CmFullTextSearchControl.SearchParams

Set the defaults for search parameters


Annotation Type Optional Member Summary
 int limitRelevanceScore
          Return only the top N search results whose relevance weights are above this
 boolean loadAllIntoMemory
          Option to load all search results into memory.
 int maxResults
          Limit search results to the top N results.
 String objectClassName
          Limit search to this object class
 int pageSize
          Partition the search results into pages of this size
 String repositoryName
          If searching only a single repository, specify the repository name
 

repositoryName

public abstract String repositoryName
If searching only a single repository, specify the repository name

Default
""

objectClassName

public abstract String objectClassName
Limit search to this object class

Default
""

limitRelevanceScore

public abstract int limitRelevanceScore
Return only the top N search results whose relevance weights are above this

Default
50

maxResults

public abstract int maxResults
Limit search results to the top N results. Max allowed is 500

Default
100

pageSize

public abstract int pageSize
Partition the search results into pages of this size

Default
10

loadAllIntoMemory

public abstract boolean loadAllIntoMemory
Option to load all search results into memory.

Default
false


Copyright © 2006 BEA Systems, Inc. All Rights Reserved