Re: Indexer.Java problem

2009-02-21 Thread Erik Hatcher
Also, the first several hits here provide the tricks to update the code to the latest API: :) Erik On Feb 19, 2009, at 10:41 AM, Seid Mohammed wrote: I am using netbeans on windows to test lucene. I

Re: Indexer.Java problem

2009-02-20 Thread Seid Mohammed
tanks erick i have got the latest INDEXER example from lia2 working properly thanks a lot Seid M On 2/19/09, Michael McCandless wrote: > > The early access version of LIA2 (accessible at > http://www.manning.com/hatcher3/) > has updated this example to work with recent Lucene releases (though

Re: Indexer.Java problem

2009-02-19 Thread Michael McCandless
The early access version of LIA2 (accessible at http://www.manning.com/hatcher3/) has updated this example to work with recent Lucene releases (though it's still using deprecated APIs -- that'll be fixed before the book is released). Oh actually the first chapter is a free PDF on Manning'

Re: Indexer.Java problem

2009-02-19 Thread Erick Erickson
Unfortunately, not really. I haven't tried to get the LIA examples working for years... The various release notes on the Wiki, especially the 1.9 and 2.0 release notes are probably the best place to start. Best Erick On Thu, Feb 19, 2009 at 11:13 AM, Seid Mohammed wrote: > I better modify it,

Re: Indexer.Java problem

2009-02-19 Thread Seid Mohammed
I better modify it, but can you give just a hint on how to modify thanks a lot Seid M On 2/19/09, Erick Erickson wrote: > LIA was written for a pretty early version of Lucene, if you're using a > recent > release you need to modify the code to be compliant with that version. > > Or install an ol

Re: Indexer.Java problem

2009-02-19 Thread Erick Erickson
LIA was written for a pretty early version of Lucene, if you're using a recent release you need to modify the code to be compliant with that version. Or install an older release of Lucene. Erick On Thu, Feb 19, 2009 at 10:41 AM, Seid Mohammed wrote: > I am using netbeans on windows to test luc

Indexer.Java problem

2009-02-19 Thread Seid Mohammed
I am using netbeans on windows to test lucene. I have added all the lib files from the /lib directory to my project library. down the end of Indexer.java program, it states the Field.Text method is not available the error message is as follows ---