|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BlurQuery in org.apache.blur.manager |
---|
Methods in org.apache.blur.manager with parameters of type BlurQuery | |
---|---|
void |
BlurQueryChecker.checkQuery(BlurQuery blurQuery)
Checks the query by running validation against the BlurQuery and
the Selector provided. |
BlurResultIterable |
IndexManager.query(String table,
BlurQuery blurQuery,
java.util.concurrent.atomic.AtomicLongArray facetedCounts)
|
Uses of BlurQuery in org.apache.blur.manager.results |
---|
Constructors in org.apache.blur.manager.results with parameters of type BlurQuery | |
---|---|
BlurResultIterableClient(Connection connection,
Blur.Client client,
String table,
BlurQuery query,
java.util.concurrent.atomic.AtomicLongArray facetCounts,
int remoteFetchCount)
|
|
MergerBlurResultIterable(BlurQuery blurQuery)
|
Uses of BlurQuery in org.apache.blur.manager.status |
---|
Methods in org.apache.blur.manager.status with parameters of type BlurQuery | |
---|---|
QueryStatus |
QueryStatusManager.newQueryStatus(String table,
BlurQuery blurQuery,
int maxNumberOfThreads,
java.util.concurrent.atomic.AtomicBoolean running,
User user)
|
Constructors in org.apache.blur.manager.status with parameters of type BlurQuery | |
---|---|
QueryStatus(long ttl,
String table,
BlurQuery blurQuery,
java.util.concurrent.atomic.AtomicBoolean running,
User user)
|
Uses of BlurQuery in org.apache.blur.server |
---|
Methods in org.apache.blur.server with parameters of type BlurQuery | |
---|---|
BlurResults |
FilteredBlurServer.query(String table,
BlurQuery blurQuery)
|
Uses of BlurQuery in org.apache.blur.shell |
---|
Methods in org.apache.blur.shell that return BlurQuery | |
---|---|
static BlurQuery |
QueryCommandHelper.getBlurQuery(org.apache.commons.cli.CommandLine commandLine)
|
Uses of BlurQuery in org.apache.blur.thrift |
---|
Methods in org.apache.blur.thrift with parameters of type BlurQuery | |
---|---|
BlurResults |
BlurControllerServer.convertToBlurResults(BlurResultIterable hitsIterable,
BlurQuery query,
java.util.concurrent.atomic.AtomicLongArray facetCounts,
java.util.concurrent.ExecutorService executor,
Selector selector,
String table)
|
BlurResults |
BlurShardServer.query(String table,
BlurQuery blurQuery)
|
BlurResults |
BlurControllerServer.query(String table,
BlurQuery blurQuery)
|
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)
|
Uses of BlurQuery in org.apache.blur.utils |
---|
Methods in org.apache.blur.utils that return BlurQuery | |
---|---|
BlurQuery |
QueryCacheKey.getQuery()
|
Methods in org.apache.blur.utils with parameters of type BlurQuery | |
---|---|
BlurResults |
QueryCache.cache(String table,
BlurQuery original,
BlurResults results)
|
static BlurResults |
BlurUtil.convertToHits(BlurResultIterable hitsIterable,
BlurQuery query,
java.util.concurrent.atomic.AtomicLongArray facetCounts,
java.util.concurrent.ExecutorService executor,
Selector selector,
Blur.Iface iface,
String table)
|
BlurResults |
QueryCacheEntry.getBlurResults(BlurQuery blurQuery)
|
static QueryCacheKey |
QueryCache.getNormalizedBlurQueryKey(String table,
BlurQuery blurQuery)
|
void |
QueryCacheKey.setQuery(BlurQuery query)
|
static void |
BlurUtil.setStartTime(BlurQuery query)
|
Constructors in org.apache.blur.utils with parameters of type BlurQuery | |
---|---|
QueryCacheKey(String table,
BlurQuery query)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |