Class ParametricSearchOptions

java.lang.Object
com.logicaldoc.core.searchengine.SearchOptions
com.logicaldoc.enterprise.search.ParametricSearchOptions
All Implemented Interfaces:
Serializable, Comparable<com.logicaldoc.core.searchengine.SearchOptions>

public class ParametricSearchOptions extends com.logicaldoc.core.searchengine.SearchOptions
Specialized options for parametric searches
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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    void
     
    void
     

    Methods inherited from class com.logicaldoc.core.searchengine.SearchOptions

    compareTo, equals, getDescription, getExpression, getFilterIds, getFolderId, getMaxHits, getName, getPage, getParameters, getTemplate, getTenantId, getTopOperator, getType, getUserId, hashCode, isCaseSensitive, isFulltext, isRetrieveAliases, isSearchInSubPath, read, setCaseSensitive, setDescription, setExpression, setFilterIds, setFolderId, setMaxHits, setName, setPage, setParameters, setRetrieveAliases, setSearchInSubPath, setTemplate, setTenantId, setTopOperator, setType, setUserId, write

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ParametricSearchOptions

      public ParametricSearchOptions()
  • Method Details