hi folks,
i have great trouble while using lucene to implement search functionality to my
application:
this way i index:
[code]
public void indexData() throws CorruptIndexException,
LockObtainFailedException, IOException {
Analyzer analyzer = new StandardAnalyzer();
Hi Erick
thank you for you fast reply. the problem with the ID and the wrong results is
solved. that was kinda noob failure of me ;)
but the message is still null. but i think somehow i can fix that ;)
regards sebastian
- Ursprüngliche Mail -
Von: "Erick Erickson" <[EMAIL PROTECTED]>
sendet: Dienstag, 28. Oktober 2008 23:29:18 GMT +01:00
Amsterdam/Berlin/Bern/Rom/Stockholm/Wien
Betreff: Re: Query Search returns always the same id
Sebastian Müller wrote:
> Hi Erick
>
> thank you for you fast reply. the problem with the ID and the wrong
> results is solved. that