Thanks! I will try I out and see how it works. 

This is for indexing a bunch of java resource bundles and trying to 'refactor' 
the keys. Basically trying to figure out if a key is used in multiple places 
and extracting it out if applicable. 

Florian 


On Jul 26, 2012, at 10:46 PM, Lance Norskog <goks...@gmail.com> wrote:

> You can use the DataImportHandler. The DIH file would use a file
> reader, then the line reader tool, then separate the line with a
> regular expression into two fields. If you need a unique ID, look up
> the UUID tools.
> 
> I have never heard of this use case.
> 
> On Thu, Jul 26, 2012 at 1:56 PM, Florian Popescu
> <florian.pope...@gmail.com> wrote:
>> I am not sure if this is already possible with the built in set of request
>> handlers. I am trying to update the index using a properties file (one
>> document per file). Is this something that can be done? I searched the wiki
>> and none of the stuff there seems to be addressing this.
>> 
>> Thanks in advance,
>> Florian
> 
> 
> 
> -- 
> Lance Norskog
> goks...@gmail.com

Reply via email to