Package de.elo.ix.client
Class FulltextConfig
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.FulltextConfig
- All Implemented Interfaces:
Serializable
This class provides information about the configuration of the fulltext database.
- Since:
- 7.00.040.023
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
A combination of FulltextConfigC.FLAG_* constants.protected SearchIndexerConfig
protected String
URL of the Knowlege Map service.protected int
One of the FulltextConfigC.SOURCE_* constants.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getFlags()
int
void
setFlags
(int flags) void
setIndexerConfig
(SearchIndexerConfig indexerConfig) void
setKnowlegeMapUrl
(String knowlegeMapUrl) void
setSource
(int source) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
source
protected int sourceOne of the FulltextConfigC.SOURCE_* constants.- See Also:
-
flags
protected int flagsA combination of FulltextConfigC.FLAG_* constants.- See Also:
-
knowlegeMapUrl
URL of the Knowlege Map service. Only valid for iSearch. -
indexerConfig
- Since:
- 9.99.009.010
-
-
Constructor Details
-
FulltextConfig
public FulltextConfig()
-
-
Method Details