|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchCommand.Context | |
|---|---|
| no.sesat.search.mode | Provides the entry to appropriate Search Commands classes through the SearchCommandFactory. |
| no.sesat.search.mode.command | ##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. |
| Uses of SearchCommand.Context in no.sesat.search.mode |
|---|
| Methods in no.sesat.search.mode with parameters of type SearchCommand.Context | |
|---|---|
SearchCommand |
SearchCommandFactory.getController(SearchCommand.Context cxt)
Create the appropriate command that's to work within the given SearchCommand.Context. |
| Uses of SearchCommand.Context in no.sesat.search.mode.command |
|---|
| Fields in no.sesat.search.mode.command declared as SearchCommand.Context | |
|---|---|
protected SearchCommand.Context |
AbstractSearchCommand.context
The context to work against. |
| Methods in no.sesat.search.mode.command that return SearchCommand.Context | |
|---|---|
SearchCommand.Context |
AbstractXmlRestful.getContext()
|
| Methods in no.sesat.search.mode.command with parameters of type SearchCommand.Context | |
|---|---|
void |
SolrSimpleFacetToolkitImpl.collectFacets(SearchCommand.Context context,
org.apache.solr.client.solrj.response.QueryResponse response,
FacetedSearchResult<? extends ResultItem> searchResult)
|
void |
SolrSearchCommand.FacetToolkit.collectFacets(SearchCommand.Context context,
org.apache.solr.client.solrj.response.QueryResponse response,
FacetedSearchResult<? extends ResultItem> searchResult)
|
protected QueryBuilder |
AbstractSearchCommand.constructQueryBuilder(SearchCommand.Context cxt,
QueryBuilder.Context queryBuilderContext)
Construct from scratch, and return the query builder to use. |
void |
SolrSimpleFacetToolkitImpl.createFacets(SearchCommand.Context context,
org.apache.solr.client.solrj.SolrQuery query)
|
void |
SolrSearchCommand.FacetToolkit.createFacets(SearchCommand.Context context,
org.apache.solr.client.solrj.SolrQuery query)
|
static SolrSearchCommand.FacetToolkit |
SolrSearchCommand.FacetToolkitFactory.getInstance(SearchCommand.Context context,
String name)
Factory call to instiantate a FacetToolkit. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||