| 程序包 | 说明 |
|---|---|
| org.opencms.search.solr |
| 限定符和类型 | 方法和说明 |
|---|---|
CmsSolrQuery |
CmsSolrQuery.clone() |
| 限定符和类型 | 方法和说明 |
|---|---|
CmsSolrResultList |
CmsSolrIndex.search(CmsObject cms,
CmsSolrQuery query)
Default search method.
|
CmsSolrResultList |
CmsSolrIndex.search(CmsObject cms,
CmsSolrQuery query,
boolean ignoreMaxRows)
Performs a search on the Solr index
Returns a list of 'OpenCms resource documents'
(
CmsSearchResource) encapsulated within the class CmsSolrResultList. |
void |
CmsSolrIndex.select(javax.servlet.ServletResponse response,
CmsObject cms,
CmsSolrQuery query,
boolean ignoreMaxRows)
Writes the response into the writer.
|
void |
CmsSolrIndex.spellCheck(javax.servlet.ServletResponse res,
CmsObject cms,
CmsSolrQuery q)
Executes a spell checking Solr query and returns the Solr query response.
|