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
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
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
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
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
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
_
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
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