|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlurQuery | |
---|---|
org.apache.blur.thrift.generated | |
org.apache.blur.thrift.util |
Uses of BlurQuery in org.apache.blur.thrift.generated |
---|
Fields in org.apache.blur.thrift.generated declared as BlurQuery | |
---|---|
BlurQuery |
Blur.query_args.blurQuery
the query to execute. |
BlurQuery |
BlurResults.query
The original query. |
BlurQuery |
BlurQueryStatus.query
The original query. |
Methods in org.apache.blur.thrift.generated that return BlurQuery | |
---|---|
BlurQuery |
BlurQuery.deepCopy()
|
BlurQuery |
Blur.query_args.getBlurQuery()
the query to execute. |
BlurQuery |
BlurResults.getQuery()
The original query. |
BlurQuery |
BlurQueryStatus.getQuery()
The original query. |
BlurQuery |
BlurQuery.setCacheResult(boolean cacheResult)
Enabled by default to cache this result. |
BlurQuery |
BlurQuery.setFacets(List<Facet> facets)
A list of Facets to execute with the given query. |
BlurQuery |
BlurQuery.setFetch(int fetch)
The number of fetched results, 10 by default. |
BlurQuery |
BlurQuery.setMaxQueryTime(long maxQueryTime)
The maximum amount of time the query should execute before timing out. |
BlurQuery |
BlurQuery.setMinimumNumberOfResults(long minimumNumberOfResults)
The minimum number of results to find before returning. |
BlurQuery |
BlurQuery.setQuery(Query query)
The query information. |
BlurQuery |
BlurQuery.setRowId(String rowId)
Optional optimization for record queries to run against a single row. |
BlurQuery |
BlurQuery.setSelector(Selector selector)
Selector is used to fetch data in the search results, if null only location ids will be fetched. |
BlurQuery |
BlurQuery.setSortFields(List<SortField> sortFields)
The sortfields are applied in order to sort the results. |
BlurQuery |
BlurQuery.setStart(long start)
The starting result position, 0 by default. |
BlurQuery |
BlurQuery.setStartTime(long startTime)
Sets the start time, if 0 the controller sets the time. |
BlurQuery |
BlurQuery.setUseCacheIfPresent(boolean useCacheIfPresent)
Enabled by default to use a cached result if the query matches a previous run query with the configured amount of time. |
BlurQuery |
BlurQuery.setUserContext(String userContext)
Sets a user context, only used for logging at this point. |
BlurQuery |
BlurQuery.setUuid(String uuid)
Sets the uuid of this query, this is normal set by the client so that the status of a running query can be found or the query can be canceled. |
Methods in org.apache.blur.thrift.generated with parameters of type BlurQuery | |
---|---|
int |
BlurQuery.compareTo(BlurQuery other)
|
boolean |
BlurQuery.equals(BlurQuery that)
|
BlurResults |
SafeClientGen.query(String arg0,
BlurQuery arg1)
|
BlurResults |
Blur.Iface.query(String table,
BlurQuery blurQuery)
Executes a query against a the given table and returns the results. |
BlurResults |
Blur.Client.query(String table,
BlurQuery blurQuery)
|
void |
Blur.AsyncIface.query(String table,
BlurQuery blurQuery,
AsyncMethodCallback<Blur.AsyncClient.query_call> resultHandler)
|
void |
Blur.AsyncClient.query(String table,
BlurQuery blurQuery,
AsyncMethodCallback<Blur.AsyncClient.query_call> resultHandler)
|
void |
SafeClientGen.send_query(String arg0,
BlurQuery arg1)
|
void |
Blur.Client.send_query(String table,
BlurQuery blurQuery)
|
Blur.query_args |
Blur.query_args.setBlurQuery(BlurQuery blurQuery)
the query to execute. |
BlurResults |
BlurResults.setQuery(BlurQuery query)
The original query. |
BlurQueryStatus |
BlurQueryStatus.setQuery(BlurQuery query)
The original query. |
Constructors in org.apache.blur.thrift.generated with parameters of type BlurQuery | |
---|---|
Blur.AsyncClient.query_call(String table,
BlurQuery blurQuery,
AsyncMethodCallback<Blur.AsyncClient.query_call> resultHandler,
TAsyncClient client,
TProtocolFactory protocolFactory,
TNonblockingTransport transport)
|
|
Blur.query_args(String table,
BlurQuery blurQuery)
|
|
BlurQuery(BlurQuery other)
Performs a deep copy on other. |
|
BlurQueryStatus(BlurQuery query,
Map<String,CpuTime> cpuTimes,
int completeShards,
int totalShards,
QueryState state,
String uuid,
Status status,
User user)
|
|
BlurResults(long totalResults,
Map<String,Long> shardInfo,
List<BlurResult> results,
List<Long> facetCounts,
List<BlurException> exceptions,
BlurQuery query)
|
Uses of BlurQuery in org.apache.blur.thrift.util |
---|
Methods in org.apache.blur.thrift.util that return BlurQuery | |
---|---|
static BlurQuery |
BlurThriftHelper.newSimpleQuery(String queryStr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |