Class WSSemanticSearchOptions
java.lang.Object
com.logicaldoc.ai.webswervice.soap.WSSemanticSearchOptions
Collects all required parameters to perform a semantic search
- Since:
- 9.2.2
- Author:
- Marco Meschieri - LogicalDOC
-
Constructor Summary
ConstructorsConstructorDescriptionWSSemanticSearchOptions(String expression, long schemeId, int threshold, String language, Long folderId, boolean searchInPath, boolean retrieveAliases) -
Method Summary
Modifier and TypeMethodDescriptionlongintbooleanbooleanvoidsetExpression(String expression) voidsetFolderId(Long folderId) voidsetLanguage(String language) voidsetRetrieveAliases(boolean retrieveAliases) voidsetSchemeId(long schemeId) voidsetSearchInPath(boolean searchInPath) voidsetThreshold(int threshold)
-
Constructor Details
-
WSSemanticSearchOptions
-
-
Method Details
-
getExpression
-
setExpression
-
getSchemeId
public long getSchemeId() -
setSchemeId
public void setSchemeId(long schemeId) -
getThreshold
public int getThreshold() -
setThreshold
public void setThreshold(int threshold) -
getLanguage
-
setLanguage
-
getFolderId
-
setFolderId
-
isSearchInPath
public boolean isSearchInPath() -
setSearchInPath
public void setSearchInPath(boolean searchInPath) -
isRetrieveAliases
public boolean isRetrieveAliases() -
setRetrieveAliases
public void setRetrieveAliases(boolean retrieveAliases)
-