Uses of Class
org.apache.blur.thrift.generated.Query

Packages that use Query
org.apache.blur.thrift.generated   
 

Uses of Query in org.apache.blur.thrift.generated
 

Fields in org.apache.blur.thrift.generated declared as Query
 Query HighlightOptions.query
          The original query is required if used in the Blur.fetchRow call.
 Query BlurQuery.query
          The query information.
 Query Blur.parseQuery_args.query
          the query to parse.
 

Methods in org.apache.blur.thrift.generated that return Query
 Query Query.deepCopy()
           
 Query HighlightOptions.getQuery()
          The original query is required if used in the Blur.fetchRow call.
 Query BlurQuery.getQuery()
          The query information.
 Query Blur.parseQuery_args.getQuery()
          the query to parse.
 Query Query.setQuery(String query)
          A Lucene syntax based query.
 Query Query.setRecordFilter(String recordFilter)
          The Record filter (normal Lucene syntax), is a filter performed before the join to filter out Records from the results.
 Query Query.setRowFilter(String rowFilter)
          The Row filter (normal Lucene syntax), is a filter performed after the join to filter out entire Rows from the results.
 Query Query.setRowQuery(boolean rowQuery)
          If the Row query is on, meaning the query will be perform against all the Records (joining records in some cases) and the result will be Rows (groupings of Record).
 Query Query.setScoreType(ScoreType scoreType)
          The scoring type, see the document on ScoreType for explanation of each score type.
 

Methods in org.apache.blur.thrift.generated with parameters of type Query
 int Query.compareTo(Query other)
           
 boolean Query.equals(Query that)
           
 String SafeClientGen.parseQuery(String arg0, Query arg1)
           
 String Blur.Iface.parseQuery(String table, Query query)
          Parses the given query and returns the string that represents the query.
 String Blur.Client.parseQuery(String table, Query query)
           
 void Blur.AsyncIface.parseQuery(String table, Query query, AsyncMethodCallback<Blur.AsyncClient.parseQuery_call> resultHandler)
           
 void Blur.AsyncClient.parseQuery(String table, Query query, AsyncMethodCallback<Blur.AsyncClient.parseQuery_call> resultHandler)
           
 void SafeClientGen.send_parseQuery(String arg0, Query arg1)
           
 void Blur.Client.send_parseQuery(String table, Query query)
           
 HighlightOptions HighlightOptions.setQuery(Query query)
          The original query is required if used in the Blur.fetchRow call.
 BlurQuery BlurQuery.setQuery(Query query)
          The query information.
 Blur.parseQuery_args Blur.parseQuery_args.setQuery(Query query)
          the query to parse.
 

Constructors in org.apache.blur.thrift.generated with parameters of type Query
Blur.AsyncClient.parseQuery_call(String table, Query query, AsyncMethodCallback<Blur.AsyncClient.parseQuery_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.parseQuery_args(String table, Query query)
           
BlurQuery(Query query, List<Facet> facets, Selector selector, boolean useCacheIfPresent, long start, int fetch, long minimumNumberOfResults, long maxQueryTime, String uuid, String userContext, boolean cacheResult, long startTime, List<SortField> sortFields, String rowId)
           
HighlightOptions(Query query, String preTag, String postTag)
           
Query(Query other)
          Performs a deep copy on other.
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.