Re: Multi-field distinct query

2007-05-15 Thread Grant Ingersoll
I suggest you ask on the user mailing list (java- [EMAIL PROTECTED]) as you are likely to get a lot more interest from others. java-dev is for discussing the internals of how Lucene works. Thanks, Grant On May 15, 2007, at 7:13 PM, dontspamterry wrote: Hi all, I know this whole disti

Re: common-build.xml missing from nightly build

2007-05-15 Thread Grant Ingersoll
The source should be packaged as a separate download and is titled as lucene-nightly-src.tar.gz (http://lucene.zones.apache.org:8080/hudson/ job/Lucene-Nightly/lastSuccessfulBuild/artifact/trunk/dist/lucene- nightly-src.tar.gz) I just downloaded from the zones URL and confirm that common-buil

Multi-field distinct query

2007-05-15 Thread dontspamterry
Hi all, I know this whole distinct query has been discussed a bunch of times for various scenarios because I've been scouring the forums trying to find a clue as to how I could solve my problem. I'm indexing a large set of parent-child term relations (~1 million). The number of unique terms is ab

Re: common-build.xml missing from nightly build

2007-05-15 Thread Chris Hostetter
I'm Sorry, your message seems to have slipped through the cracks until now... : I get the following error when trying to build from the nightly source : (http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/75/artifact/trunk/dist/lucene-nightly.tar.gz) the nightly builds are mainly abo

Re: TestIndexWriter.testAddIndexOnDiskFull failed

2007-05-15 Thread Paul Elschot
Michael, In spite of my intention, I'm afraid this won't make it to the top of my todo list within reasonable time ... Regards, Paul Elschot On Friday 06 April 2007 13:32, Paul Elschot wrote: > On Thursday 05 April 2007 20:11, Michael McCandless wrote: > > > > "Paul Elschot" <[EMAIL PROTECTED]

Re: Token/Payload API

2007-05-15 Thread Grant Ingersoll
One thing that I forgot to add that is now possible, via the Payload mechanism is based on a comment during your ApacheCon EU presentation, something to the effect that we can't score binary fields. Now with Payload scoring, a binary Field is essentially a Document level payload. It shoul

[jira] Updated: (LUCENE-880) DocumentWriter closes TokenStreams too early

2007-05-15 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-880: - Attachment: lucene-880.patch Patch with new unit test. > DocumentWriter closes TokenStreams too

[jira] Created: (LUCENE-880) DocumentWriter closes TokenStreams too early

2007-05-15 Thread Michael Busch (JIRA)
DocumentWriter closes TokenStreams too early Key: LUCENE-880 URL: https://issues.apache.org/jira/browse/LUCENE-880 Project: Lucene - Java Issue Type: Bug Reporter: Michael Busch