mirror of https://github.com/apache/lucene.git
solar->solr, remove unused vars, switch to svn keywords
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@382663 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6ea6b0ea71
commit
80fbf57064
|
@ -23,9 +23,9 @@ import org.apache.solr.core.SolrInfoMBean;
|
|||
* Implementations of <code>SolrRequestHandler</code> are called to handle query requests.
|
||||
*
|
||||
* Different <code>SolrRequestHandler</code>s are registered with the <code>SolrCore</code>.
|
||||
* One way to register a SolrRequestHandler with the core is thorugh the <code>solarconfig.xml</code> file.
|
||||
* One way to register a SolrRequestHandler with the core is thorugh the <code>solrconfig.xml</code> file.
|
||||
* <p>
|
||||
* Example <code>solarconfig.xml</code> entry to register a <code>SolrRequestHandler</code> implementation to
|
||||
* Example <code>solrconfig.xml</code> entry to register a <code>SolrRequestHandler</code> implementation to
|
||||
* handle all queries with a query type of "test":
|
||||
* <p>
|
||||
* <code>
|
||||
|
@ -43,7 +43,7 @@ public interface SolrRequestHandler extends SolrInfoMBean {
|
|||
/** <code>init</code> will be called just once, immediately after creation.
|
||||
* <p>The args are user-level initialization parameters that
|
||||
* may be specified when declaring a request handler in
|
||||
* solarconfig.xml
|
||||
* solrconfig.xml
|
||||
*/
|
||||
public void init(NamedList args);
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ import javax.xml.xpath.XPathConstants;
|
|||
|
||||
/**
|
||||
* Contains the knowledge of how cache config is
|
||||
* stored in the solarconfig.xml file, and implements a
|
||||
* stored in the solrconfig.xml file, and implements a
|
||||
* factory to create caches.
|
||||
*
|
||||
* @author yonik
|
||||
|
|
|
@ -252,7 +252,7 @@ public class SolrIndexSearcher extends Searcher implements SolrInfoMBean {
|
|||
|
||||
|
||||
public Hits search(Query query, Filter filter, Sort sort) throws IOException {
|
||||
// todo - when SOLAR starts accepting filters, need to
|
||||
// todo - when Solr starts accepting filters, need to
|
||||
// change this conditional check (filter!=null) and create a new filter
|
||||
// that ANDs them together if it already exists.
|
||||
|
||||
|
@ -577,7 +577,7 @@ public class SolrIndexSearcher extends Searcher implements SolrInfoMBean {
|
|||
|
||||
|
||||
static final int NO_CHECK_QCACHE=0x80;
|
||||
|
||||
|
||||
public static final int GET_SCORES=0x01;
|
||||
public static final int NO_CHECK_FILTERCACHE=0x02;
|
||||
|
||||
|
|
|
@ -126,12 +126,8 @@ public class OldRequestHandler implements SolrRequestHandler {
|
|||
return "$Id$";
|
||||
}
|
||||
|
||||
public String getCvsName() {
|
||||
return "$Name: $";
|
||||
}
|
||||
|
||||
public String getSource() {
|
||||
return "$Source: /cvs/main/searching/solr/solarcore/src/solr/tst/OldRequestHandler.java,v $";
|
||||
return "$URL$";
|
||||
}
|
||||
|
||||
public URL[] getDocs() {
|
||||
|
|
|
@ -275,12 +275,8 @@ public class TestRequestHandler implements SolrRequestHandler {
|
|||
return "$Id$";
|
||||
}
|
||||
|
||||
public String getCvsName() {
|
||||
return "$Name: $";
|
||||
}
|
||||
|
||||
public String getSource() {
|
||||
return "$Source: /cvs/main/searching/solr/solarcore/src/solr/tst/TestRequestHandler.java,v $";
|
||||
return "$URL$";
|
||||
}
|
||||
|
||||
public URL[] getDocs() {
|
||||
|
|
|
@ -358,12 +358,8 @@ public class DirectUpdateHandler extends UpdateHandler {
|
|||
return "$Id$";
|
||||
}
|
||||
|
||||
public String getCvsName() {
|
||||
return "$Name: $";
|
||||
}
|
||||
|
||||
public String getSource() {
|
||||
return "$Source: /cvs/main/searching/solr/solarcore/src/solr/DirectUpdateHandler.java,v $";
|
||||
return "$URL$";
|
||||
}
|
||||
|
||||
public URL[] getDocs() {
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!-- $Id: registry.xsl,v 1.6 2005/06/07 15:53:35 ronp Exp $ -->
|
||||
<!-- $Source: /cvs/main/searching/org.apache.solrSolarServer/resources/admin/registry.xsl,v $ -->
|
||||
<!-- $Name: $ -->
|
||||
<!-- $Id$ -->
|
||||
<!-- $URL$ -->
|
||||
|
||||
<xsl:stylesheet
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!-- $Id: stats.xsl,v 1.6 2005/06/13 15:38:45 ronp Exp $ -->
|
||||
<!-- $Source: /cvs/main/searching/org.apache.solrSolarServer/resources/admin/stats.xsl,v $ -->
|
||||
<!-- $Name: $ -->
|
||||
<!-- $Id$ -->
|
||||
<!-- $URL$ -->
|
||||
|
||||
<xsl:stylesheet
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!-- $Id: tabular.xsl,v 1.2 2005/05/31 20:35:18 ronp Exp $ -->
|
||||
<!-- $Source: /cvs/main/searching/org.apache.solrSolarServer/resources/admin/tabular.xsl,v $ -->
|
||||
<!-- $Name: $ -->
|
||||
<!-- $Id$ -->
|
||||
<!-- $URL$ -->
|
||||
|
||||
|
||||
<xsl:stylesheet
|
||||
|
|
Loading…
Reference in New Issue