|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlurResult | |
---|---|
org.apache.blur.thrift.generated |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |