Package de.elo.ix.client
Class FulltextConfigC
java.lang.Object
de.elo.ix.client.FulltextConfigC
- All Implemented Interfaces:
java.io.Serializable
public class FulltextConfigC
extends java.lang.Object
implements java.io.Serializable
Constants for class FulltextConfig.
- Since:
- 7.00.040.023
- See Also:
FulltextConfig
, Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static int
FLAG_ISEARCH_COMPANY_THESAURUS
Deprecated.static int
FLAG_ISEARCH_DID_YOU_MEAN
Evaluate suggestions for similar terms (= corrections)static int
FLAG_ISEARCH_ELO_THESAURUS
Use thesaurus provided by ELO (= synonyms)static int
FLAG_ISEARCH_FEED
static int
FLAG_ISEARCH_KNOWLEGE_MAP
Deprecated.static int
FLAG_ISEARCH_ONTOLOGY_NET
Deprecated.static int
FLAG_ISEARCH_OPTIONSOFF
Turn off all search options (if 0 or not in db, a default set of search options (correction, synonyms, search terms) is turned on).static int
FLAG_ISEARCH_SEARCH_AS_YOU_TYPE
Perform a search for each pressed key (= completion)static int
FLAG_ISEARCH_SUMMARY
Retrieve a summary text for each word.static int
SOURCE_CLASSIC
Use fulltext information from inverse index stored in the archive database.static int
SOURCE_ELASTICSEARCH
Use fulltext information from Elasticsearch.static int
SOURCE_FTCAT
Deprecated.static int
SOURCE_ISEARCH
Deprecated. -
Constructor Summary
Constructors Constructor Description FulltextConfigC()
-
Method Summary
-
Field Details
-
SOURCE_CLASSIC
public static final int SOURCE_CLASSICUse fulltext information from inverse index stored in the archive database.- See Also:
- Constant Field Values
-
SOURCE_FTCAT
@Deprecated public static final int SOURCE_FTCATDeprecated.Use fulltext information from Microsoft SQL-Server fulltext catalog.- See Also:
- Constant Field Values
-
SOURCE_ISEARCH
@Deprecated public static final int SOURCE_ISEARCHDeprecated.Use fulltext information from iSearch.- See Also:
- Constant Field Values
-
SOURCE_ELASTICSEARCH
public static final int SOURCE_ELASTICSEARCHUse fulltext information from Elasticsearch.- Since:
- 9.99.009.010
- See Also:
- Constant Field Values
-
FLAG_ISEARCH_DID_YOU_MEAN
public static final int FLAG_ISEARCH_DID_YOU_MEANEvaluate suggestions for similar terms (= corrections)- See Also:
- Constant Field Values
-
FLAG_ISEARCH_SEARCH_AS_YOU_TYPE
public static final int FLAG_ISEARCH_SEARCH_AS_YOU_TYPEPerform a search for each pressed key (= completion)- See Also:
- Constant Field Values
-
FLAG_ISEARCH_SUMMARY
public static final int FLAG_ISEARCH_SUMMARYRetrieve a summary text for each word.- See Also:
- Constant Field Values
-
FLAG_ISEARCH_COMPANY_THESAURUS
@Deprecated public static final int FLAG_ISEARCH_COMPANY_THESAURUSDeprecated.Use the thesaurus of the company.- See Also:
- Constant Field Values
-
FLAG_ISEARCH_KNOWLEGE_MAP
@Deprecated public static final int FLAG_ISEARCH_KNOWLEGE_MAPDeprecated.Use the extension "Knowlege Map".- See Also:
- Constant Field Values
-
FLAG_ISEARCH_ONTOLOGY_NET
@Deprecated public static final int FLAG_ISEARCH_ONTOLOGY_NETDeprecated.Use the extension "Ontology Net".- See Also:
- Constant Field Values
-
FLAG_ISEARCH_ELO_THESAURUS
public static final int FLAG_ISEARCH_ELO_THESAURUSUse thesaurus provided by ELO (= synonyms)- Since:
- 10.17.030.002
- See Also:
- Constant Field Values
-
FLAG_ISEARCH_OPTIONSOFF
public static final int FLAG_ISEARCH_OPTIONSOFFTurn off all search options (if 0 or not in db, a default set of search options (correction, synonyms, search terms) is turned on). If combined with other flags, the other options are turned on.- Since:
- 10.17.030.002
- See Also:
- Constant Field Values
-
FLAG_ISEARCH_FEED
public static final int FLAG_ISEARCH_FEED- Since:
- 11.00.000.009
- See Also:
- Constant Field Values
-
-
Constructor Details
-
FulltextConfigC
public FulltextConfigC()
-
-
Method Details
-
getFlagIsearchFeed
public static int getFlagIsearchFeed() -
getFlagIsearchEloThesaurus
public int getFlagIsearchEloThesaurus() -
getFlagIsearchOptionsoff
public int getFlagIsearchOptionsoff() -
setFlagIsearchEloThesaurus
public void setFlagIsearchEloThesaurus(int fLAG_ISEARCH_ELO_THESAURUS) -
setFlagIsearchOptionsoff
public void setFlagIsearchOptionsoff(int fLAG_ISEARCH_OPTIONSOFF) -
getSOURCE_CLASSIC
public int getSOURCE_CLASSIC() -
setSOURCE_CLASSIC
public void setSOURCE_CLASSIC(int sOURCECLASSIC) -
getSOURCE_FTCAT
public int getSOURCE_FTCAT() -
setSOURCE_FTCAT
public void setSOURCE_FTCAT(int sOURCEFTCAT) -
getSOURCE_ISEARCH
public int getSOURCE_ISEARCH() -
setSOURCE_ISEARCH
public void setSOURCE_ISEARCH(int sOURCEISEARCH) -
getFLAG_ISEARCH_DID_YOU_MEAN
public int getFLAG_ISEARCH_DID_YOU_MEAN() -
setFLAG_ISEARCH_DID_YOU_MEAN
public void setFLAG_ISEARCH_DID_YOU_MEAN(int fLAGISEARCHDIDYOUMEAN) -
getFLAG_ISEARCH_SEARCH_AS_YOU_TYPE
public int getFLAG_ISEARCH_SEARCH_AS_YOU_TYPE() -
setFLAG_ISEARCH_SEARCH_AS_YOU_TYPE
public void setFLAG_ISEARCH_SEARCH_AS_YOU_TYPE(int fLAGISEARCHSEARCHASYOUTYPE) -
getFLAG_ISEARCH_SUMMARY
public int getFLAG_ISEARCH_SUMMARY() -
setFLAG_ISEARCH_SUMMARY
public void setFLAG_ISEARCH_SUMMARY(int fLAGISEARCHSUMMARY) -
getFLAG_ISEARCH_COMPANY_THESAURUS
public int getFLAG_ISEARCH_COMPANY_THESAURUS() -
setFLAG_ISEARCH_COMPANY_THESAURUS
public void setFLAG_ISEARCH_COMPANY_THESAURUS(int fLAGISEARCHCOMPANYTHESAURUS) -
getFLAG_ISEARCH_KNOWLEGE_MAP
public int getFLAG_ISEARCH_KNOWLEGE_MAP() -
setFLAG_ISEARCH_KNOWLEGE_MAP
public void setFLAG_ISEARCH_KNOWLEGE_MAP(int fLAGISEARCHKNOWLEGEMAP) -
getFLAG_ISEARCH_ONTOLOGY_NET
public int getFLAG_ISEARCH_ONTOLOGY_NET() -
setFLAG_ISEARCH_ONTOLOGY_NET
public void setFLAG_ISEARCH_ONTOLOGY_NET(int fLAGISEARCHONTOLOGYNET)
-