public class AlfrescoLukeRequestHandler
extends org.apache.solr.handler.RequestHandlerBase
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_COUNT |
static String |
DOC_ID |
static String |
ID |
static String |
NUMTERMS |
| Constructor and Description |
|---|
AlfrescoLukeRequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
URL[] |
getDocs() |
static org.apache.solr.common.util.SimpleOrderedMap<String> |
getFieldFlagsKey() |
static org.apache.solr.common.util.SimpleOrderedMap<Object> |
getIndexInfo(org.apache.lucene.index.DirectoryReader reader) |
static org.apache.solr.common.util.SimpleOrderedMap<Object> |
getIndexInfo(org.apache.lucene.index.DirectoryReader reader,
boolean detail)
Deprecated.
use
getIndexInfo(DirectoryReader) since you now have to explicitly pass the "fl" prameter
and this was always called with "false" anyway from CoreAdminHandler |
String |
getSource() |
void |
handleRequestBody(org.apache.solr.request.SolrQueryRequest req,
org.apache.solr.response.SolrQueryResponse rsp) |
public static final String NUMTERMS
public static final String DOC_ID
public static final String ID
public static final int DEFAULT_COUNT
public void handleRequestBody(org.apache.solr.request.SolrQueryRequest req,
org.apache.solr.response.SolrQueryResponse rsp)
throws Exception
handleRequestBody in class org.apache.solr.handler.RequestHandlerBaseExceptionpublic static org.apache.solr.common.util.SimpleOrderedMap<String> getFieldFlagsKey()
public static org.apache.solr.common.util.SimpleOrderedMap<Object> getIndexInfo(org.apache.lucene.index.DirectoryReader reader, boolean detail) throws IOException
getIndexInfo(DirectoryReader) since you now have to explicitly pass the "fl" prameter
and this was always called with "false" anyway from CoreAdminHandlerIOExceptionpublic static org.apache.solr.common.util.SimpleOrderedMap<Object> getIndexInfo(org.apache.lucene.index.DirectoryReader reader) throws IOException
IOExceptionpublic String getDescription()
getDescription in interface org.apache.solr.core.SolrInfoMBeangetDescription in class org.apache.solr.handler.RequestHandlerBasepublic String getSource()
getSource in interface org.apache.solr.core.SolrInfoMBeangetSource in class org.apache.solr.handler.RequestHandlerBasepublic URL[] getDocs()
getDocs in interface org.apache.solr.core.SolrInfoMBeangetDocs in class org.apache.solr.handler.RequestHandlerBaseCopyright © 2005–2017 Alfresco Software. All rights reserved.