[
https://issues.apache.org/jira/browse/SOLR-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luke Forehand updated SOLR-1406:
--------------------------------
Attachment: image.gif
I believe this does help me a lot, thanks for your time!
On 9/7/09 5:23 AM, "Shalin Shekhar Mangar (JIRA)" <[email protected]> wrote:
[
https://issues.apache.org/jira/browse/SOLR-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shalin Shekhar Mangar updated SOLR-1406:
----------------------------------------
Attachment: SOLR-1406.patch
# Fixed logic of resolving variables in newerThan, olderThan, biggerThan and
smallerThan
# Added tests for biggerThan and smallerThan
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
Luke Forehand
Core Development
Networked Insights, Inc. <http://www.networkedinsights.com/>
[cid:3335158883_13845349]
Office: 608.237.1867
Fax: 608.216.9848
Delighting our customers is our top priority. The Networked Insights team
welcomes your comments and suggestions about how we can improve the quality of
our products and services. Please email us at: [email protected]
This e-mail message and any attachments are for the sole use of the intended
recipient(s) and may contain confidential and privileged information. Any
unauthorized review, use, disclosure, duplication or distribution is
prohibited. If you received this message in error, please notify me by phone
or return email, do not forward to any other person and permanently delete the
foregoing message, all attachments and all copies immediately.
> Refactor FileDataSource and FileListEntityProcessor to be more extensible
> -------------------------------------------------------------------------
>
> Key: SOLR-1406
> URL: https://issues.apache.org/jira/browse/SOLR-1406
> Project: Solr
> Issue Type: Improvement
> Components: contrib - DataImportHandler
> Affects Versions: 1.4
> Reporter: Luke Forehand
> Assignee: Shalin Shekhar Mangar
> Fix For: 1.4
>
> Attachments: image.gif, SOLR-1406.patch, SOLR-1406.patch,
> SOLR-1406.patch
>
>
> FileDataSource should make openStream method protected so we can extend
> FileDataSource for other File types such as GZip, by controlling the
> underlying InputStreamReader implementation being returned.
> FileListEntityProcessor needs to aggregate a list of files that were
> processed and expose that list in an accessible way so that further
> processing on that file list can be done in the close method. For example,
> deletion or archiving.
> Another improvement would be that in the event of an indexing rollback event,
> processing of the close method either does not occur, or the close method is
> allowed access to that event, to prevent processing within the close method
> if necessary.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.