| java.lang.Object org.apache.solr.handler.RequestHandlerUtils
RequestHandlerUtils | public class RequestHandlerUtils (Code) | | Common helper functions for RequestHandlers
author: ryan version: $Id: RequestHandlerUtils.java 534669 2007-05-03 00:59:09Z ryan $ since: solr 1.2 |
addExperimentalFormatWarning | public static void addExperimentalFormatWarning(SolrQueryResponse rsp)(Code) | | A common way to mark the response format as experimental
|
handleCommit | public static boolean handleCommit(SolrQueryRequest req, SolrQueryResponse rsp, boolean force) throws IOException(Code) | | Check the request parameters and decide if it should commit or optimize.
If it does, it will check parameters for "waitFlush" and "waitSearcher"
|
|
|