public class SearchContextFacets extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SearchContextFacets.Entry |
Constructor and Description |
---|
SearchContextFacets(List<SearchContextFacets.Entry> entries) |
Modifier and Type | Method and Description |
---|---|
List<SearchContextFacets.Entry> |
entries() |
boolean |
hasGlobal()
Are there global facets that need to be computed on all the docs.
|
boolean |
hasQuery()
Are there facets that need to be computed on the query hits?
|
public SearchContextFacets(List<SearchContextFacets.Entry> entries)
public List<SearchContextFacets.Entry> entries()
public boolean hasQuery()
public boolean hasGlobal()
Copyright © 2009–2015. All rights reserved.