Re: [email] 1.3 release

2011-02-27 Thread Siegfried Goeschl
Hi Nathan, IMHO there are no blockers but the last time I tried to release I hit a few infrastructure problems. I suggest let me check the current JIRA to get the ball rolling Cheers, Siegfried Goeschl On 16.02.11 19:34, Nathan Maves wrote: Are there any outstanding major or minor issues t

Re: [cli] Example using of option with two mandatory arguments

2011-02-27 Thread Konstantin Kolinko
2011/2/26 Henrique Seganfredo : > Hello Emmanuel, > > I´ve been trying to to this: > > Option db1topkds = OptionBuilder >                .hasArgs(5) >                .create("db1topkds"); > > When I execute the app without any option, help is displayed like this: > > MyApp v.1.0 (c) 2011 > usage: M

Re: [digester] How to deal with flexible XML ?

2011-02-27 Thread Simone Tripodi
Hi Patrick, I used Field.Index different values just to show that the Lucene rule accepts parameters. Unfortunately your question is more Lucene/domain related, I suggest you asking on Lucene ML. HTH, have a nice WE, Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Sun, F

Re: [digester] How to deal with flexible XML ?

2011-02-27 Thread Patrick Diviacco
hi, thanks for the snipper. I see in your code you are using Field.Index.NOT_ANALYZED for the title. It is not clear to me what I should analyze and what not. I need to add tf-idf weights to all terms of all fields. Should I use Field.Index.ANALYZED for all of them ? thnks On 27 February 20

Re: [digester] How to deal with flexible XML ?

2011-02-27 Thread Simone Tripodi
Hi Patrick, I quickly had a look at your code and l didn't see anything wrong, the Digester should work either the tag is empty or not. When you will have documents such .. the `collection/doc/geo/(latitude|longitude)` pattern will never match, so set(Latitude|Longitude) methods won't be inv