Re: thinking about the pronunciation of lucene

2005-09-23 Thread dozean
Thank you for your answer! I know the people in Germany pronounce it thatway! But what's with the people in the USA or United Kingdom? I'm interested Thanks in forward! Bye Goldschmidt, Dave wrote: Yes, a lot like "lucy" with an "n" :-) "Lu" as in the German "du" -- then "cene" with t

thinking about the pronunciation of lucene

2005-09-23 Thread dozean
Hi, today we talk about the pronunciation of Lucene. So... i'm from Germany. And the pronunciation of Lucene we use here is like it would be a Frensh word. That means we don't pronounce the "e" in the end of the word. Like the name "lucy" with the add of the "n". Is this the wrong way to prono

Can i search for deleted documents?

2005-09-12 Thread dozean
Hi, can i search for documents which are marked for deletion? And if a document is marked for deletion, are the terms which are only in this document (and indexed) marked for deletion too? Bye Derya -- Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko! Satte Provisionen für

Re: IndexReader delete doc! delete terms?

2005-09-10 Thread dozean
Ok... but can i search in documents which are marked for deletion? Bye > --- Ursprüngliche Nachricht --- > Von: Yonik Seeley <[EMAIL PROTECTED]> > An: java-user@lucene.apache.org > Betreff: Re: IndexReader delete doc! delete terms? > Datum: Fri, 9 Sep 2005 09:33:38 -0400 > > Nope. The IndexRea

IndexReader delete doc! delete terms?

2005-09-09 Thread dozean
Hi, i want to ask, if i delete documents from index with delete(int i) does the IndexReader delete the terms of this document from index?? thanks in forward Bye -- 5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail +++ GMX - die erste Adresse für Mail, Message, More +++ ---

Can't return Hits!

2005-09-01 Thread dozean
Hi, i want to return the Hits!! For listing them out! But i get this Exception! Exception in thread "main" java.io.IOException: Das Handle ist ungültig at java.io.RandomAccessFile.seek(Native Method) at org.apache.lucene.store.FSInputStream.readInternal(FSDirectory.java:415)

Re: IndexReader delete(int i)

2005-08-30 Thread dozean
Hi Yonik, thank you very much!! Now it works very well!! The formula "numDocs() == maxDocs() - numer_of_deleted_docs" should be stand in the API! :) Thank you again! Bye Derya > --- Ursprüngliche Nachricht --- > Von: Yonik Seeley <[EMAIL PROTECTED]> > An: java-user@lucene.apache.org > Betreff:

RE: UpdateIndex

2005-08-29 Thread dozean
for (int i=0; i --- Ursprüngliche Nachricht --- > Von: "Mordo, Aviran (EXP N-NANNATEK)" <[EMAIL PROTECTED]> > An: java-user@lucene.apache.org > Betreff: RE: UpdateIndex > Datum: Mon, 29 Aug 2005 09:28:59 -0400 > > After you delete / add documents, you need to get a new IndexReader > instance to re

Re: UpdateIndex

2005-08-29 Thread dozean
Hi, over again a question about updating! I update my index by first deletion all the documents from index which are not anymore in the document directories, then i delete all documents from index which have changed and at last i add all documents to the index which are not in the index but in the

Re: UpdateIndex

2005-08-24 Thread dozean
Hi, what can i do with files which are deleted from the document directory? How can i delete them from the index, if i start an update? Currently i start a search in the index for existing documents and delete them, when they have changed! After that session i add all the documents, which are not

RE: UpdateIndex

2005-08-22 Thread dozean
Yeah, that is a good idea, but i have the following problem of doing the update that way. I can not query the index for the file name, because it could be that i have many files with the same name in different directories. So i have to query the index for the path! I store the path in a Keyword fi

UpdateIndex

2005-08-22 Thread dozean
Hi, i wrote an Index update, where first the IndexReader delete all files from index which are changed. Than add documents which are not in the index! Alone the deletion take so long, because i have 2 "for" loops! file = array with all files in a directory for (int i = 0; i Integer.parseInt(r

w.fnm (System can not find file.)

2005-08-18 Thread dozean
Hi, i have a problem with the indexing. It concerns the following... i index documents in one directory. In this directory there are many other directories with documents... etc. Above 1000 directories! And i have one Index directory. So i get the Exception: Exception in thread "main" java.io.Fil