Re: problem in running lucene

2009-01-24 Thread Grant Ingersoll
Can you share the steps you have taken? The actual commands, that is. -Grant On Jan 24, 2009, at 2:33 PM, nitin gopi wrote: Hello , I have recently started downloaded lucene. This is the first time i am using lucene.My project is to add LSI(Latent Semantic Indexing) to the indexing method

Re: contrib Benchmark enwiki problem

2009-01-24 Thread Grant Ingersoll
On Jan 23, 2009, at 3:36 PM, Michael McCandless wrote: I think temp is for downloading X.gz and un-gzipping it, and then X is supposed to get unpacked/moved into work. I think? Yep. I'm not married to it, so we can change it. I think the key thing for me is you want to make sure you

Re: IndexReader.isDeleted

2009-01-24 Thread John Wang
Mike: "We are considering replacing the current random-access IndexReader.isDeleted(int docID) method with an iterator & skipTo (DocIdSet) access that would let you iterate through the deleted docIDs, instead." This is exactly what we are doing. We do have to however, build the intern

Re: why would a Field *vanish* from a Document?

2009-01-24 Thread rolarenfan
Hey Mike -- Thanks for prompt & clear reply! > >This (the sneaky "difference" between an indexed Document and a the >newly-created-at-search-time Document) is a frequent confusion with >Lucene. > >The field needs to be marked as stored (Field.Store.YES) in order for >it to appear in the ret

problem in running lucene

2009-01-24 Thread nitin gopi
Hello , I have recently started downloaded lucene. This is the first time i am using lucene.My project is to add LSI(Latent Semantic Indexing) to the indexing method of the lucene, to improve the indexing of documents. I first want to index some webpages and see how does search work in

Re: Where to download package org.apache.lucene.search.trie

2009-01-24 Thread Michael McCandless
You're welcome! Please report back how it goes... TrieRangeQuery/ Filter is a great addition to Lucene. The next release (2.9) will have it. Mike Zhibin Mai wrote: Mike, Thank you!!! Do you have any idea which lucene release will include this package? Zhibin _

Re: Where to download package org.apache.lucene.search.trie

2009-01-24 Thread Zhibin Mai
Mike, Thank you!!! Do you have any idea which lucene release will include this package? Zhibin From: Michael McCandless To: java-user@lucene.apache.org Sent: Saturday, January 24, 2009 5:19:09 AM Subject: Re: Where to download package org.apache.lucene.searc

Re: Where to download package org.apache.lucene.search.trie

2009-01-24 Thread Michael McCandless
TrieRangeQuery/Filter are only available on Lucene's trunk, under contrib in contrib/queries/*. You can either download a recent nightly build, from here (click on a specific build, then click on "Build Artifacts"): http://hudson.zones.apache.org/hudson/job/Lucene-trunk Or you can checkout Lu