Package lumis.doui.search.common
Class DouiIndexConfig
- java.lang.Object
-
- lumis.doui.search.common.DouiIndexConfig
-
@Deprecated public class DouiIndexConfig extends Object
Deprecated.Since 8.1.0, lumis.search is deprecated and this class is no longer used.- Since:
- 4.0.6
- Version:
- $Revision: 17592 $ $Date: 2015-07-17 11:19:32 -0300 (Fri, 17 Jul 2015) $
-
-
Constructor Summary
Constructors Constructor Description DouiIndexConfig(String searchEngineId, String sourceContentFillerClassName)
Deprecated.DouiIndexConfig(String searchEngineId, String indexerId, String sourceContentFillerClassName)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getIndexerId()
Deprecated.boolean
getLocalServerOnly()
Deprecated.Since 4.2.2, local server only no longer supported.String
getSearchEngineId()
Deprecated.String
getSourceContentFillerClassName()
Deprecated.void
setIndexerId(String indexerId)
Deprecated.void
setLocalServerOnly(boolean localOnly)
Deprecated.Since 4.2.2, local server only no longer supported.void
setSearchEngineId(String searchEngineId)
Deprecated.void
setSourceContentFillerClassName(String sourceContentFillerClassName)
Deprecated.
-
-
-
Method Detail
-
getSourceContentFillerClassName
public String getSourceContentFillerClassName()
Deprecated.
-
setSourceContentFillerClassName
public void setSourceContentFillerClassName(String sourceContentFillerClassName)
Deprecated.
-
getSearchEngineId
public String getSearchEngineId()
Deprecated.
-
setSearchEngineId
public void setSearchEngineId(String searchEngineId)
Deprecated.
-
getIndexerId
public String getIndexerId()
Deprecated.
-
setIndexerId
public void setIndexerId(String indexerId)
Deprecated.
-
getLocalServerOnly
@Deprecated public boolean getLocalServerOnly()
Deprecated.Since 4.2.2, local server only no longer supported.
-
setLocalServerOnly
@Deprecated public void setLocalServerOnly(boolean localOnly)
Deprecated.Since 4.2.2, local server only no longer supported.
-
-