Solr 1.5 was actually Solr 3.1

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1146638 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2011-07-14 10:39:33 +00:00
parent 6ee674a11b
commit 903d239fb7
5 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ import java.util.Properties;
* <p/>
* <b>This API is experimental and may change in the future.</b>
*
* @since solr 1.5
* @since solr 3.1
*/
public class BinContentStreamDataSource extends DataSource<InputStream> {

View File

@ -37,7 +37,7 @@ import java.util.Properties;
* <p/>
* <b>This API is experimental and may change in the future.</b>
*
* @since solr 1.5
* @since solr 3.1
*/
public class BinFileDataSource extends DataSource<InputStream>{

View File

@ -32,7 +32,7 @@ import java.util.Properties;
* <p/>
* <b>This API is experimental and may change in the future.</b>
*
* @since solr 1.5
* @since solr 3.1
*/
public class BinURLDataSource extends DataSource<InputStream>{
private static final Logger LOG = LoggerFactory.getLogger(BinURLDataSource.class);

View File

@ -19,7 +19,7 @@ package org.apache.solr.handler.dataimport;
/**Context implementation used when run multi threaded.
*
* @since Solr 1.5
* @since Solr 3.1
*
*/
public class ThreadedContext extends ContextImpl{

View File

@ -30,7 +30,7 @@ import java.util.Collections;
/**
* Each Entity may have only a single EntityProcessor . But the same entity can be run by
* multiple EntityProcessorWrapper (1 per thread) . this helps running transformations in multiple threads
* @since Solr 1.5
* @since Solr 3.1
*/
public class ThreadedEntityProcessorWrapper extends EntityProcessorWrapper {