public interface UserDefinedFieldContext
Modifier and Type | Method and Description |
---|---|
Locale |
getLocale()
Get the
Locale for the query request. |
long |
getNow()
Get the timestamp for the query request.
|
Object |
getRequestParameter(String name)
Get a request parameter by
name . |
Schema |
getSchema()
Get the
Schema . |
long |
getSeed()
Get a numeric seed value for the query request.
|
TimeZone |
getTimeZone()
Get the
TimeZone for the query request. |
Object getRequestParameter(String name)
name
.
Request parameters are defined as properties on the QueryRequest
.
Locale getLocale()
Locale
for the query request.
May be null
if query did not specify locale.
TimeZone getTimeZone()
TimeZone
for the query request.
May be null
if query did not specify time zone.
long getNow()
This is a stable value that is used for the current time. Multiple calls to this method will always return the same value.
long getSeed()
This value should be used for seeding any random value generators used during evaluation.
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.