lucene suggest

2007-08-21 Thread Heba Farouk
Hello i would like to implement a suggest implementation (like google suggest) using lucene. i actually tried using lucene and it was successfull but i was stuck in some point which is returning a list of results to the user that have no duplicates. my question is: is there any way i can remove

RE: lucene suggest

2007-08-21 Thread Heba Farouk
the documents are not duplicated, i mean the hits (assume that 2 documents have the same subject but with different authors, so if i'm searching the subject, the returned hits will have duplicates ) i was asking if i can remove duplicates from the hits?? thanks in advance Ard Schrijvers <[EMAIL

lucene datatypes

2007-11-14 Thread Heba Farouk
Hello, I would like to ask how lucene handles different datatypes, or "String" is the only available datatype. Best regards, Heba Farouk Software Engineer Bibliotheca Alexandrina

checking existing docs before indexing

2007-07-12 Thread Heba Farouk
Hello i'm a newbie to lucene world and i hope that u help me. i was asking is there any options in IndexWriter to check if a document already exsits before adding it to the index or i should maintain it manually ?? thanks in advance Yours Heba - Choose