| Package | Description |
|---|---|
| org.alfresco.repo.search.impl.lucene | |
| org.alfresco.repo.search.impl.solr |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SolrJsonProcessor<T extends JSONResult>
Processes Json returned from Solr
|
| Modifier and Type | Class and Description |
|---|---|
class |
SolrJSONResultSet |
class |
SolrStatsResult
The results of executing a solr stats query
|
| Modifier and Type | Class and Description |
|---|---|
class |
SolrSQLJSONResultSet
Pojo that parses and stores solr stream response.
|
| Modifier and Type | Method and Description |
|---|---|
protected JSONResult |
SolrQueryHTTPClient.postSolrQuery(org.apache.commons.httpclient.HttpClient httpClient,
String url,
com.fasterxml.jackson.databind.node.ObjectNode body,
SolrJsonProcessor<?> jsonProcessor) |
protected JSONResult |
SolrSQLHttpClient.postSolrQuery(org.apache.commons.httpclient.HttpClient httpClient,
String url,
com.fasterxml.jackson.databind.node.ObjectNode body,
SolrJsonProcessor<?> jsonProcessor) |
protected JSONResult |
SolrQueryHTTPClient.postSolrQuery(org.apache.commons.httpclient.HttpClient httpClient,
String url,
com.fasterxml.jackson.databind.node.ObjectNode body,
SolrJsonProcessor<?> jsonProcessor,
String spellCheckParams) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.