Package com.logicaldoc.core.searchengine
Class FulltextSearchOptions
java.lang.Object
com.logicaldoc.core.searchengine.SearchOptions
com.logicaldoc.core.searchengine.FulltextSearchOptions
- All Implemented Interfaces:
Serializable
,Comparable<SearchOptions>
Search options specialization for the Full text search.
- Since:
- 5.2
- Author:
- Matteo Caruso - LogicalDOC
- See Also:
-
Field Summary
Fields inherited from class com.logicaldoc.core.searchengine.SearchOptions
TYPE_FOLDERS, TYPE_FULLTEXT, TYPE_PARAMETRIC, TYPE_TAG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
int
hashCode()
void
setCreationFrom
(Date creationFrom) void
setCreationTo
(Date creationTo) void
setDateFrom
(Date dateFrom) void
void
setExpressionLanguage
(String expressionLanguage) void
void
void
setLanguage
(String language) void
setSizeMax
(Long sizeMax) void
setSizeMin
(Long sizeMin) Methods inherited from class com.logicaldoc.core.searchengine.SearchOptions
compareTo, getDescription, getExpression, getFilterIds, getFolderId, getMaxHits, getName, getPage, getParameters, getTemplate, getTenantId, getTopOperator, getType, getUserId, isCaseSensitive, isFulltext, isRetrieveAliases, isSearchInSubPath, read, setCaseSensitive, setDescription, setExpression, setFilterIds, setFolderId, setMaxHits, setName, setPage, setParameters, setRetrieveAliases, setSearchInSubPath, setTemplate, setTenantId, setTopOperator, setType, setUserId, write
-
Constructor Details
-
FulltextSearchOptions
public FulltextSearchOptions()
-
-
Method Details
-
getFormat
-
getFields
-
setFormat
-
setFields
-
addField
-
getDateTo
-
setDateTo
-
getSizeMin
-
setSizeMin
-
getSizeMax
-
setSizeMax
-
getCreationTo
-
setCreationTo
-
getCreationFrom
-
setCreationFrom
-
getDateFrom
-
setDateFrom
-
getLanguage
-
setLanguage
-
getExpressionLanguage
-
setExpressionLanguage
-
equals
- Overrides:
equals
in classSearchOptions
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSearchOptions
-