[jira] [Updated] (SOLR-3928) A PropertiesEntityProcessor for DIH

2014-09-01 Thread Noble Paul (JIRA)

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

Noble Paul updated SOLR-3928:
-
Labels: DIH dih impact-low patch test  (was: DIH dih patch test)

> A PropertiesEntityProcessor for DIH
> ---
>
> Key: SOLR-3928
> URL: https://issues.apache.org/jira/browse/SOLR-3928
> Project: Solr
>  Issue Type: New Feature
>  Components: contrib - DataImportHandler
>Affects Versions: 4.3, 5.0
>Reporter: Tricia Jenkins
>Priority: Minor
>  Labels: DIH, dih, impact-low, patch, test
> Attachments: SOLR-3928.patch, SOLR-3928.patch
>
>
> Add a simple PropertiesEntityProcessor which can read from any 
> DataSource and output rows corresponding to the 
> [properties|http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html]
>  file key/value pairs.



--
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-3928) A PropertiesEntityProcessor for DIH

2014-09-01 Thread Noble Paul (JIRA)

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

Noble Paul updated SOLR-3928:
-
Labels: DIH dih patch test  (was: dih patch test)

> A PropertiesEntityProcessor for DIH
> ---
>
> Key: SOLR-3928
> URL: https://issues.apache.org/jira/browse/SOLR-3928
> Project: Solr
>  Issue Type: New Feature
>  Components: contrib - DataImportHandler
>Affects Versions: 4.3, 5.0
>Reporter: Tricia Jenkins
>Priority: Minor
>  Labels: DIH, dih, patch, test
> Attachments: SOLR-3928.patch, SOLR-3928.patch
>
>
> Add a simple PropertiesEntityProcessor which can read from any 
> DataSource and output rows corresponding to the 
> [properties|http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html]
>  file key/value pairs.



--
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-3928) A PropertiesEntityProcessor for DIH

2013-05-07 Thread Tricia Jenkins (JIRA)

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

Tricia Jenkins updated SOLR-3928:
-

Fix Version/s: (was: 4.3)
Affects Version/s: 5.0
   4.3

> A PropertiesEntityProcessor for DIH
> ---
>
> Key: SOLR-3928
> URL: https://issues.apache.org/jira/browse/SOLR-3928
> Project: Solr
>  Issue Type: New Feature
>  Components: contrib - DataImportHandler
>Affects Versions: 4.3, 5.0
>Reporter: Tricia Jenkins
>Priority: Minor
>  Labels: dih, patch, test
> Attachments: SOLR-3928.patch, SOLR-3928.patch
>
>
> Add a simple PropertiesEntityProcessor which can read from any 
> DataSource and output rows corresponding to the 
> [properties|http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html]
>  file key/value pairs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Updated] (SOLR-3928) A PropertiesEntityProcessor for DIH

2012-10-11 Thread Tricia Jenkins (JIRA)

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

Tricia Jenkins updated SOLR-3928:
-

Description: Add a simple PropertiesEntityProcessor which can read from any 
DataSource and output rows corresponding to the 
[properties|http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html] 
file key/value pairs.  (was: Add a simple PropertiesEntityProcessor which can 
read from any DataSource and output rows corresponding to the 
[properties|http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html] 
file key/value pairs.)

Sorry for all the edits.  I think I'm done now.  I'd appreciate any feedback 
you have for my patch.

> A PropertiesEntityProcessor for DIH
> ---
>
> Key: SOLR-3928
> URL: https://issues.apache.org/jira/browse/SOLR-3928
> Project: Solr
>  Issue Type: New Feature
>  Components: contrib - DataImportHandler
>Reporter: Tricia Jenkins
>Priority: Minor
>  Labels: dih, patch, test
> Fix For: 4.1, 5.0
>
> Attachments: SOLR-3928.patch, SOLR-3928.patch
>
>
> Add a simple PropertiesEntityProcessor which can read from any 
> DataSource and output rows corresponding to the 
> [properties|http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html]
>  file key/value pairs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Updated] (SOLR-3928) A PropertiesEntityProcessor for DIH

2012-10-11 Thread Tricia Jenkins (JIRA)

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

Tricia Jenkins updated SOLR-3928:
-

Attachment: SOLR-3928.patch

Realized that it's dumb to accept a DataSource and convert to a 
Reader.  Also ran 'ant precommit'

> A PropertiesEntityProcessor for DIH
> ---
>
> Key: SOLR-3928
> URL: https://issues.apache.org/jira/browse/SOLR-3928
> Project: Solr
>  Issue Type: New Feature
>  Components: contrib - DataImportHandler
>Reporter: Tricia Jenkins
>Priority: Minor
>  Labels: dih, patch, test
> Fix For: 4.1, 5.0
>
> Attachments: SOLR-3928.patch, SOLR-3928.patch
>
>
> Add a simple PropertiesEntityProcessor which can read from any 
> DataSource and output rows corresponding to the 
> [properties|http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html]
>  file key/value pairs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Updated] (SOLR-3928) A PropertiesEntityProcessor for DIH

2012-10-11 Thread Tricia Jenkins (JIRA)

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

Tricia Jenkins updated SOLR-3928:
-

Fix Version/s: 5.0

> A PropertiesEntityProcessor for DIH
> ---
>
> Key: SOLR-3928
> URL: https://issues.apache.org/jira/browse/SOLR-3928
> Project: Solr
>  Issue Type: New Feature
>  Components: contrib - DataImportHandler
>Reporter: Tricia Jenkins
>Priority: Minor
>  Labels: dih, patch, test
> Fix For: 4.1, 5.0
>
> Attachments: SOLR-3928.patch
>
>
> Add a simple PropertiesEntityProcessor which can read from any 
> DataSource and output rows corresponding to the 
> [properties|http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html]
>  file key/value pairs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Updated] (SOLR-3928) A PropertiesEntityProcessor for DIH

2012-10-11 Thread Tricia Jenkins (JIRA)

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

Tricia Jenkins updated SOLR-3928:
-

Description: Add a simple PropertiesEntityProcessor which can read from any 
DataSource and output rows corresponding to the 
[properties|http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html] 
file key/value pairs.  (was: Add a simple PropertiesEntityProcessor which can 
read from any DataSource and output rows corresponding to the 
[properties|http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html] 
file key/value pairs.)

> A PropertiesEntityProcessor for DIH
> ---
>
> Key: SOLR-3928
> URL: https://issues.apache.org/jira/browse/SOLR-3928
> Project: Solr
>  Issue Type: New Feature
>  Components: contrib - DataImportHandler
>Reporter: Tricia Jenkins
>Priority: Minor
>  Labels: dih, patch, test
> Fix For: 4.1
>
> Attachments: SOLR-3928.patch
>
>
> Add a simple PropertiesEntityProcessor which can read from any 
> DataSource and output rows corresponding to the 
> [properties|http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html]
>  file key/value pairs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Updated] (SOLR-3928) A PropertiesEntityProcessor for DIH

2012-10-10 Thread Tricia Jenkins (JIRA)

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

Tricia Jenkins updated SOLR-3928:
-

Fix Version/s: (was: 4.0)
   4.1

> A PropertiesEntityProcessor for DIH
> ---
>
> Key: SOLR-3928
> URL: https://issues.apache.org/jira/browse/SOLR-3928
> Project: Solr
>  Issue Type: New Feature
>  Components: contrib - DataImportHandler
>Reporter: Tricia Jenkins
>Priority: Minor
>  Labels: dih, patch, test
> Fix For: 4.1
>
> Attachments: SOLR-3928.patch
>
>
> Add a simple PropertiesEntityProcessor which can read from any 
> DataSource and output rows corresponding to the 
> [properties|http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html]
>  file key/value pairs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Updated] (SOLR-3928) A PropertiesEntityProcessor for DIH

2012-10-10 Thread Tricia Jenkins (JIRA)

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

Tricia Jenkins updated SOLR-3928:
-

Description: Add a simple PropertiesEntityProcessor which can read from any 
DataSource and output rows corresponding to the 
[properties|http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html] 
file key/value pairs.  (was: Add a simple PropertiesEntityProcessor which can 
read from any DataSource and output rows corresponding to the http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html";>properties
 file key/value pairs.)

> A PropertiesEntityProcessor for DIH
> ---
>
> Key: SOLR-3928
> URL: https://issues.apache.org/jira/browse/SOLR-3928
> Project: Solr
>  Issue Type: New Feature
>  Components: contrib - DataImportHandler
>Reporter: Tricia Jenkins
>Priority: Minor
>  Labels: dih, patch, test
> Fix For: 4.0
>
> Attachments: SOLR-3928.patch
>
>
> Add a simple PropertiesEntityProcessor which can read from any 
> DataSource and output rows corresponding to the 
> [properties|http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html]
>  file key/value pairs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Updated] (SOLR-3928) A PropertiesEntityProcessor for DIH

2012-10-10 Thread Tricia Jenkins (JIRA)

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

Tricia Jenkins updated SOLR-3928:
-

Attachment: SOLR-3928.patch

PropertiesEntityProcessor with test.  It's in the dataimporthandler-extras 
directory but dataimporthandler might make more sense.

> A PropertiesEntityProcessor for DIH
> ---
>
> Key: SOLR-3928
> URL: https://issues.apache.org/jira/browse/SOLR-3928
> Project: Solr
>  Issue Type: New Feature
>  Components: contrib - DataImportHandler
>Reporter: Tricia Jenkins
>Priority: Minor
>  Labels: dih, patch, test
> Fix For: 4.0
>
> Attachments: SOLR-3928.patch
>
>
> Add a simple PropertiesEntityProcessor which can read from any 
> DataSource and output rows corresponding to the  href="http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html";>properties
>  file key/value pairs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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