Re: Bug In IndexWriter.addDocument?

2008-07-07 Thread Ajay Lakhani
Dear Digy, As of Lucene 2.3, there are new setValue(...) methods that allow you to change the value of a Field. However, there seems to be an issue with the org.apache.lucene.index.FieldWriter.writeField(...) API that stores the string value for the field, which happens to be null in the case of a

Re: Bug In IndexWriter.addDocument?

2008-07-07 Thread Ajay Lakhani
Dear Digy, To add on, I might think that this is not a glitch. A TokenStream is usually not stored. If you change your field attribute to * org.apache.lucene.document.Field.Store.NO *then there will be no issue. Developers, any thoughts on this! Cheers Ajay 2008/7/8 Ajay Lakhani <[EM

Re: Bug In IndexWriter.addDocument?

2008-07-08 Thread Ajay Lakhani
n2Class m = new Main2Class(); m.Index(); } } Cheers Ajay 2008/7/8 Ajay Lakhani <[EMAIL PROTECTED]>: > Dear Digy, > > To add on, I might think that this is not a glitch. > > A TokenStream is usually not stored. > If you change your field attribute to * > org.apache

Contributing towards the development of Lucene

2008-07-08 Thread Ajay Lakhani
Hi, I am interested in contributing towards the development of Lucene. Could anyone suggest a proper way to start or how can I assign a bug to my name to work on. Cheers AJ

[jira] Commented: (LUCENE-1307) Remove Contributions page

2008-07-08 Thread Ajay Lakhani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611496#action_12611496 ] Ajay Lakhani commented on LUCENE-1307: -- I agree > Remove Contributio

[jira] Commented: (LUCENE-1237) Developers Resources Documentation

2008-07-08 Thread Ajay Lakhani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611500#action_12611500 ] Ajay Lakhani commented on LUCENE-1237: -- Hi Grant, I've checked the d