corpus vacabulary

2009-05-20 Thread Ridzwan Aminuddin
hi can someone point me in the direction of how i can get a string array of the corpus/index vocabulary from the index using an indexreader? Currently this is what i am doing: IndexReader reader = IndexReader.open(indexdirectorypath); termenumvar = reader.terms(); then i iterate through this ter

Re: Help with phrase indexing

2009-05-17 Thread Ridzwan Aminuddin
. > Seid Mohammed: > > I need this exactly solution. > > Can you please tell me how could I DO IT? > > I am badly in nead of it > > > > On Thu, May 14, 2009 at 5:58 AM, Ridzwan Aminuddin > > > wrote: > > > > > >> Hi all, > > >>

Help with phrase indexing

2009-05-13 Thread Ridzwan Aminuddin
Hi all, Is Lucene able to index phrases instead if individual terms? If it is, can we also feed it a 'thesaurus or dictionary' of phrases that it should look out for when indexing. Thanks in advance, Ridzwan

Re: Lucene 1.4.3 : IndexWriter.addDocument(doc) fails when run on OS requiring permissions

2007-02-22 Thread Ridzwan Aminuddin
t; to it -- and you will most > likely see this exact same behavior, dealing with teh file permissions is > totally out side the scope of Lucene. > > > : Date: Thu, 22 Feb 2007 00:20:12 -0800 > : From: Ridzwan Aminuddin <[EMAIL PROTECTED]> > : Reply-To: java-user@lucene.apac

Lucene 1.4.3 : IndexWriter.addDocument(doc) fails when run on OS requiring permissions

2007-02-22 Thread Ridzwan Aminuddin
Hi! I'm writing a java program that uses Lucene 1.4.3 to index and create a vector file of words found in Text Files. The purpose is for text mining. I created a Java .Jar file from my program and my python script calls the Java Jar executable. This is all triggered by my DTML code. I'm runnin