Class FulltextConfig

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.FulltextConfig
All Implemented Interfaces:
Serializable

public class FulltextConfig extends ValueClass
This class provides information about the configuration of the fulltext database.
Since:
7.00.040.023
See Also:
  • Field Details

    • source

      protected int source
      One of the FulltextConfigC.SOURCE_* constants.
      See Also:
    • flags

      protected int flags
      A combination of FulltextConfigC.FLAG_* constants.
      See Also:
    • knowlegeMapUrl

      protected String knowlegeMapUrl
      URL of the Knowlege Map service. Only valid for iSearch.
    • indexerConfig

      protected SearchIndexerConfig indexerConfig
      Since:
      9.99.009.010
  • Constructor Details

    • FulltextConfig

      public FulltextConfig()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getSource

      public int getSource()
    • setSource

      public void setSource(int source)
    • getFlags

      public int getFlags()
    • setFlags

      public void setFlags(int flags)
    • getKnowlegeMapUrl

      public String getKnowlegeMapUrl()
    • setKnowlegeMapUrl

      public void setKnowlegeMapUrl(String knowlegeMapUrl)
    • getIndexerConfig

      public SearchIndexerConfig getIndexerConfig()
    • setIndexerConfig

      public void setIndexerConfig(SearchIndexerConfig indexerConfig)