Class FindByFulltext

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

@Deprecated public class FindByFulltext extends ValueClass implements Serializable
Deprecated.

Performs a fulltext search.

The fulltext search is performed via iSearch. Therefore, use FindByESearch instead. The term should be replaces by the actual query term and additional filters (e.g. DocMask) should be submitted by ESearchParams.queryOperator. The areas in which should be search should be set in ESearchParams.searchIn.
Searches using this class are still executed but internally mapped to FindByESearch objects and some values might be ignored.

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
    Deprecated.
    Search term to be located in the fulltext database.

    Fields inherited from class byps.BValueClass

    bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    void
    Deprecated.
     
    Deprecated.
     

    Methods inherited from class byps.BValueClass

    getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • term

      protected String term
      Deprecated.
      Search term to be located in the fulltext database. Can be a single word or a number of words. Wildcard * is allowed, it matches any number of characters. Term is interpreted based on the options given by FindOptions in FindInfo. Exception: FindOptionsC.ONE_TERM is not supported.
  • Constructor Details

    • FindByFulltext

      public FindByFulltext()
      Deprecated.
    • FindByFulltext

      public FindByFulltext(String term)
      Deprecated.
  • Method Details

    • getTerm

      public String getTerm()
      Deprecated.
    • setTerm

      public void setTerm(String term)
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object