|
IBM Information Integrator for Content V8.2 APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.infomining.DKIKFSearchConfiguration
A search configuration can be used to customize a search.
Constructor Summary | |
protected |
DKIKFSearchConfiguration()
Use create() to get an object. |
Method Summary | |
static DKIKFSearchConfiguration |
create()
Created a new search configuration object. |
abstract int |
getMaxResults()
Returns the maximum number of results. |
abstract java.lang.String[] |
getRecordKeys()
Returns the currently set keys whose associated values are to be retrieved for the records found. |
abstract int |
getResultBufferSize()
Returns the size of the buffer to be used to retrieve results from the server. |
abstract DKIKFTaxonomy |
getTaxonomy()
Returns the taxonomy. |
abstract void |
setMaxResults(int maxResults)
Set the maximum number of search results to be returned. |
abstract void |
setRecordKeys(java.lang.String[] recordKeys)
Sets the keys of the values to be retrieved for the records found. |
abstract void |
setResultBufferSize(int resultBufferSize)
Sets the size of the buffer to be used to retrieve results from the server, default is 20; |
abstract void |
setTaxonomy(DKIKFTaxonomy taxonomy)
Sets the taxonomy to be used for resolving category paths in the query string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected DKIKFSearchConfiguration()
create()
to get an object.Method Detail |
public static DKIKFSearchConfiguration create()
public abstract void setMaxResults(int maxResults)
public abstract int getMaxResults()
public abstract void setResultBufferSize(int resultBufferSize)
public abstract int getResultBufferSize()
public abstract void setTaxonomy(DKIKFTaxonomy taxonomy)
public abstract DKIKFTaxonomy getTaxonomy()
public abstract void setRecordKeys(java.lang.String[] recordKeys)
recordKeys
- keys whose associated values are to be retrievedpublic abstract java.lang.String[] getRecordKeys()
|
IBM Information Integrator for Content V8.2 APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |