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

Packages that use BlurResult
org.apache.blur.manager.results   
org.apache.blur.thrift.generated   
org.apache.blur.utils   
 

Uses of BlurResult in org.apache.blur.manager.results
 

Subclasses of BlurResult in org.apache.blur.manager.results
 class LazyBlurResult
          The LazyBlurResult adds a method to fetch the result with the client that was used to execute the query.
 

Methods in org.apache.blur.manager.results that return BlurResult
 BlurResult BlurResultIterableMultiple.MultipleHitsIterator.next()
           
 BlurResult BlurResultIterableClient.SearchIterator.next()
           
 

Methods in org.apache.blur.manager.results that return types with arguments of type BlurResult
 BlurIterator<BlurResult,BlurException> BlurResultIterableSimple.iterator()
           
 BlurIterator<BlurResult,BlurException> BlurResultIterableSearcher.iterator()
           
 BlurIterator<BlurResult,BlurException> BlurResultIterableMultiple.iterator()
           
 BlurIterator<BlurResult,BlurException> BlurResultIterableClient.iterator()
           
 

Methods in org.apache.blur.manager.results with parameters of type BlurResult
 int BlurResultComparator.compare(BlurResult o1, BlurResult o2)
           
 

Method parameters in org.apache.blur.manager.results with type arguments of type BlurResult
 int BlurResultPeekableIteratorComparator.compare(PeekableIterator<BlurResult,BlurException> o1, PeekableIterator<BlurResult,BlurException> o2)
           
 int BlurResultPeekableIteratorComparator.compare(PeekableIterator<BlurResult,BlurException> o1, PeekableIterator<BlurResult,BlurException> o2)
           
 

Constructors in org.apache.blur.manager.results with parameters of type BlurResult
LazyBlurResult(BlurResult result, Blur.Client client)
           
 

Constructor parameters in org.apache.blur.manager.results with type arguments of type BlurResult
BlurResultIterableSimple(String shard, List<BlurResult> hits)
           
 

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

Fields in org.apache.blur.thrift.generated with type parameters of type BlurResult
 List<BlurResult> BlurResults.results
          The query results.
 

Methods in org.apache.blur.thrift.generated that return BlurResult
 BlurResult BlurResult.deepCopy()
           
 BlurResult BlurResult.setFetchResult(FetchResult fetchResult)
          The fetched result if any.
 BlurResult BlurResult.setLocationId(String locationId)
          WARNING: This is an internal only attribute and is not intended for use by clients.
 BlurResult BlurResult.setScore(double score)
          The score for the hit in the query.
 BlurResult BlurResult.setSortFieldResults(List<SortFieldResult> sortFieldResults)
          The fields used for sorting.
 

Methods in org.apache.blur.thrift.generated that return types with arguments of type BlurResult
 List<BlurResult> BlurResults.getResults()
          The query results.
 Iterator<BlurResult> BlurResults.getResultsIterator()
           
 

Methods in org.apache.blur.thrift.generated with parameters of type BlurResult
 void BlurResults.addToResults(BlurResult elem)
           
 int BlurResult.compareTo(BlurResult other)
           
 boolean BlurResult.equals(BlurResult that)
           
 

Method parameters in org.apache.blur.thrift.generated with type arguments of type BlurResult
 BlurResults BlurResults.setResults(List<BlurResult> results)
          The query results.
 

Constructors in org.apache.blur.thrift.generated with parameters of type BlurResult
BlurResult(BlurResult other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.blur.thrift.generated with type arguments of type BlurResult
BlurResults(long totalResults, Map<String,Long> shardInfo, List<BlurResult> results, List<Long> facetCounts, List<BlurException> exceptions, BlurQuery query)
           
 

Uses of BlurResult in org.apache.blur.utils
 

Fields in org.apache.blur.utils with type parameters of type BlurResult
static Comparator<? super BlurResult> BlurUtil.HITS_COMPARATOR
           
static Comparator<? super PeekableIterator<BlurResult,BlurException>> BlurUtil.HITS_PEEKABLE_ITERATOR_COMPARATOR
           
 



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