Package de.elo.ix.client
Class FindByFulltext
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.FindByFulltext
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected 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 -
Method Summary
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
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
Deprecated.
-
-
Method Details