Package de.elo.ix.client.esearch
Class ContextTermOptions
java.lang.Object
de.elo.ix.client.esearch.ESearchOptions
de.elo.ix.client.esearch.ContextTermOptions
- All Implemented Interfaces:
Serializable
Use this class if context terms should be retrieved by
Query is submitted by
IXServicePortIF.findContextTerms(de.elo.ix.client.ClientInfo, de.elo.ix.client.FindInfo, int)
.Query is submitted by
ESearchParams
.
Submit a list of ContextTermQuerys to retrieve context terms for each of them.
For every ContextTermQuerys, context terms are returned by adding all other ContextTermQuerys to
the query but itself.
This means, if you want have various values for one index field, use one ContextTermQuery with a
ValueList to submit the values instead of one ContextTermQuery for each value.
If a QueryFilter.value == null, it is not used to restrict the query. Context terms for this
ContextTermQuery are returned.
The resulting list ContextTermResults.contextTerms
is provided in the same order as the
submitted list contextTermQueries
- Since:
- 10.99.999.030
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setContextTermQueries
(List<ContextTermQuery> contextTermQueries) toString()
-
Field Details
-
contextTermQueries
List of contextTermQueries.
-
-
Constructor Details
-
ContextTermOptions
public ContextTermOptions()
-
-
Method Details
-
getContextTermQueries
-
setContextTermQueries
-
toString
- Overrides:
toString
in classESearchOptions
-