index compatibility of lucene and clucene

2007-07-09 Thread Shaghayegh Sahebie
hi all, I wanted to use Lucene for indexing and CLucene for searching the same index. can I do that and which versions of them are compatible? thanks in advance Chagh - Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay i

Re: Indexing Documents which has Attachments and are Refered many times!!

2006-08-18 Thread Shaghayegh Sahebie
change (eg you > want to add a new "refers" value), then you need to re-index the entire > document. This means you need to either "store" all fields you want to > keep > during re-indexing (which is typically all of them), or you need to > re-index > the docu

Indexing Documents which has Attachments and are Refered many times!!

2006-08-12 Thread Shaghayegh Sahebie
Hi all; We have got a Document management system and we want to build a search on it. We have tree kind of content in our system: Refers, Documents and Attachments. A document can have multiple attachments and can be Refered to many users. Our users want to be able to search on documents attachme

Re: Search within multiple different subfolders

2006-06-20 Thread Shaghayegh Sahebie
Thank you Erick, You are right! Lucene searches the Index not directories, but in this way we search the whole index and just add a new constraint(e.g. files path) to match proper results. Is there a way to not to search the whole index and just some branches of an index without using constraint

Search within multiple different subfolders

2006-06-20 Thread Shaghayegh Sahebie
Hi all, I'm a new user of Lucene and wanted to know if Lucne can search multiple data directories which these directories do not have similar parent? e.g. I have a directory named "father" and i have a subDirectory called "son" and i have another directory called "mother" with a subDirectory cal