I understand your point, I did not say it was a Lucene problem but was
rather checking if I my intended design was correct... basically not.
Since I thought that I would first break my stream in token to do my special
filter, I thought I could do it in one step...

Interesting if you are not going to use an analyser... what then ? I'm
thinking of using javacc, because I oversimplified somewhat the 3 field
string structure, so I need a kind of small grammar for that.

Thx anyway, preventing me for doing odd things.




On Fri, Sep 5, 2008 at 6:48 AM, Chris Hostetter <[EMAIL PROTECTED]>wrote:

>
> Honestly: your problem doesn't sound like a Lucene problem to me at all
> ... i would write custom code to cehck your files for the pattern you are
> looking for.  if you find it *then* construct a Document object, and add
> your 3 fields.  I probably wouldn't even use an analyzer.
>
>
> -Hoss
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to