mirror of https://github.com/apache/lucene.git
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:
parent
6ee674a11b
commit
903d239fb7
|
@ -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> {
|
||||
|
|
|
@ -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>{
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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{
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue