[jira] [Updated] (SOLR-5767) dataimport configuration file issue in the solr cloud

2018-01-11 Thread Cassandra Targett (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Cassandra Targett updated SOLR-5767:

 Priority: Minor  (was: Major)
Fix Version/s: (was: 5.0)
   Issue Type: Improvement  (was: Bug)

> dataimport configuration file issue in the solr cloud
> -
>
> Key: SOLR-5767
> URL: https://issues.apache.org/jira/browse/SOLR-5767
> Project: Solr
>  Issue Type: Improvement
>  Components: contrib - DataImportHandler, SolrCloud
>Affects Versions: 4.6, 4.6.1
>Reporter: Raintung Li
>Priority: Minor
> Attachments: patch-5767.txt
>
>
> Many collections can be corresponding to one config, dataimport configuration 
> file should bundle into the collections not config.
> Data import module use SolrResourceLoader to load the config file, and write 
> the result into dataimport.properties file.
> For config file the path(ZK): /configs/[configname]/data-config.xml or 
> ClassPath
> For result path(ZK): /configs/[CollectionName]/ dataimport.properties
> it look like very confused that we maybe can update the same design 
> Like this as below.
> /configs/[configname]/dataimport/[CollectionName]/data-config.xml
> /configs/[configname]/dataimport/[CollectionName]/dataimport.properties



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5767) dataimport configuration file issue in the solr cloud

2014-12-08 Thread Erik Hatcher (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erik Hatcher updated SOLR-5767:
---
Fix Version/s: 5.0

 dataimport configuration file issue in the solr cloud
 -

 Key: SOLR-5767
 URL: https://issues.apache.org/jira/browse/SOLR-5767
 Project: Solr
  Issue Type: Bug
  Components: contrib - DataImportHandler, SolrCloud
Affects Versions: 4.6, 4.6.1
Reporter: Raintung Li
 Fix For: 5.0

 Attachments: patch-5767.txt


 Many collections can be corresponding to one config, dataimport configuration 
 file should bundle into the collections not config.
 Data import module use SolrResourceLoader to load the config file, and write 
 the result into dataimport.properties file.
 For config file the path(ZK): /configs/[configname]/data-config.xml or 
 ClassPath
 For result path(ZK): /configs/[CollectionName]/ dataimport.properties
 it look like very confused that we maybe can update the same design 
 Like this as below.
 /configs/[configname]/dataimport/[CollectionName]/data-config.xml
 /configs/[configname]/dataimport/[CollectionName]/dataimport.properties



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5767) dataimport configuration file issue in the solr cloud

2014-02-23 Thread Raintung Li (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raintung Li updated SOLR-5767:
--

Description: 
Many collections can be corresponding to one config, dataimport configuration 
file should bundle into the collections not config.

Data import module use SolrResourceLoader to load the config file, and write 
the result into dataimport.properties file.

For config file the path(ZK): /configs/[configname]/data-config.xml or ClassPath
For result path(ZK): /configs/[CollectionName]/ dataimport.properties

it look like very confused that we maybe can update the same design 
Like this as below.
/configs/[configname]/dataimport/[CollectionName]/data-config.xml
/configs/[configname]/dataimport/[CollectionName]/dataimport.properties

  was:
Many collections can be corresponding to one config, dataimport configuration 
file should bundle into the collections not config.

Data import module use SolrResourceLoader to load the config file, and write 
the result into dataimport.properties file.

For config file the path(ZK): /configs/[configname]/data-config.xml or ClassPath
For result path(ZK): /configs/[CollectionName]/ dataimport.properties

it look like very confused that we maybe can update the same design 



 dataimport configuration file issue in the solr cloud
 -

 Key: SOLR-5767
 URL: https://issues.apache.org/jira/browse/SOLR-5767
 Project: Solr
  Issue Type: Bug
  Components: contrib - DataImportHandler, SolrCloud
Affects Versions: 4.6, 4.6.1
Reporter: Raintung Li

 Many collections can be corresponding to one config, dataimport configuration 
 file should bundle into the collections not config.
 Data import module use SolrResourceLoader to load the config file, and write 
 the result into dataimport.properties file.
 For config file the path(ZK): /configs/[configname]/data-config.xml or 
 ClassPath
 For result path(ZK): /configs/[CollectionName]/ dataimport.properties
 it look like very confused that we maybe can update the same design 
 Like this as below.
 /configs/[configname]/dataimport/[CollectionName]/data-config.xml
 /configs/[configname]/dataimport/[CollectionName]/dataimport.properties



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5767) dataimport configuration file issue in the solr cloud

2014-02-23 Thread Raintung Li (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raintung Li updated SOLR-5767:
--

Attachment: patch-5767.txt

 dataimport configuration file issue in the solr cloud
 -

 Key: SOLR-5767
 URL: https://issues.apache.org/jira/browse/SOLR-5767
 Project: Solr
  Issue Type: Bug
  Components: contrib - DataImportHandler, SolrCloud
Affects Versions: 4.6, 4.6.1
Reporter: Raintung Li
 Attachments: patch-5767.txt


 Many collections can be corresponding to one config, dataimport configuration 
 file should bundle into the collections not config.
 Data import module use SolrResourceLoader to load the config file, and write 
 the result into dataimport.properties file.
 For config file the path(ZK): /configs/[configname]/data-config.xml or 
 ClassPath
 For result path(ZK): /configs/[CollectionName]/ dataimport.properties
 it look like very confused that we maybe can update the same design 
 Like this as below.
 /configs/[configname]/dataimport/[CollectionName]/data-config.xml
 /configs/[configname]/dataimport/[CollectionName]/dataimport.properties



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org