This is not a self contained program - it is incomplete, and it depends on files on *your* disk...
Still, can you show why you're saying it indexes stopwords? Can you print here few samples of IndexReader.terms().term()? BR, Doron On Dec 27, 2007 10:22 AM, Liaqat Ali <[EMAIL PROTECTED]> wrote: > > The whole program is given below. But it does not eliminate stop words > from the index. > > Document document = new Document(); > document.add(new Field("contents",sb.toString(), > Field.Store.NO, Field.Index.TOKENIZED)); > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >