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 |
INCLUDE_INDEX_FIELD_FLAGS |
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() |
protected static org.apache.lucene.document.Document |
getFirstLiveDoc(org.apache.lucene.index.Terms terms,
org.apache.lucene.index.LeafReader reader) |
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 |
void |
handleRequestBody(org.apache.solr.request.SolrQueryRequest req,
org.apache.solr.response.SolrQueryResponse rsp) |
getApis, getCategory, getInitArgs, getName, getPluginInfo, getRequestHandler, getSolrParamsFromNamedList, getSource, getStatistics, getSubHandler, getVersion, handleRequest, init, initializeMetrics, setPluginInfopublic static final String NUMTERMS
public static final String INCLUDE_INDEX_FIELD_FLAGS
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()
protected static org.apache.lucene.document.Document getFirstLiveDoc(org.apache.lucene.index.Terms terms,
org.apache.lucene.index.LeafReader reader)
throws IOException
IOExceptionpublic 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 URL[] getDocs()
getDocs in interface org.apache.solr.core.SolrInfoMBeangetDocs in class org.apache.solr.handler.RequestHandlerBaseCopyright © 2005–2018 Alfresco Software. All rights reserved.