[jira] Created: (LUCENE-618) GData - Server wrong commit does not build

2006-06-27 Thread Simon Willnauer (JIRA)
GData - Server wrong commit does not build -- Key: LUCENE-618 URL: http://issues.apache.org/jira/browse/LUCENE-618 Project: Lucene - Java Type: Sub-task Components: Other Reporter: Simon Willnauer The last GData -

Combining Hits and HitCollector

2006-06-27 Thread Nadav Har'El
Hi, Searcher.search(Query) returns a Hits object, useful for the display of top results. Searcher.search(Query, HitCollector) runs a HitsCollector for doing some sort of processing over all results. Unfortunately, there is currently no method to do both at the same time. For some uses, for

RE: caching term information?

2006-06-27 Thread Robert Engels
Doug, If possible, I would like your comments on the following: It seems the following factors influence the performance of Lucene. 1. determine what information needs to be read from the index 2. reading compressed information from disk 3. decompressing the information 4. search the

[jira] Commented: (LUCENE-618) GData - Server wrong commit does not build

2006-06-27 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-618?page=comments#action_12418076 ] Hoss Man commented on LUCENE-618: - I attempted to revert yonik's changes (using svn merge -r 417265:417264 .) and then readd the requiredLibs.tar.gz and apply your

Re: Combining Hits and HitCollector

2006-06-27 Thread Chuck Williams
IMHO, Hits is the worst class in Lucene. It's atrocities are numerous, including the hardwired 50 and the strange normalization of dividing all scores by the top score if the top score happens to be greater than 1.0 (which destroys any notion of score values having any absolute meaning, although

[jira] Commented: (LUCENE-328) Some utilities for a compact sparse filter

2006-06-27 Thread paul.elschot (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-328?page=comments#action_12418078 ] paul.elschot commented on LUCENE-328: - This issue is outdated now. The related LUCENE-584 has a new implementation. Some utilities for a compact sparse filter

[jira] Commented: (LUCENE-480) NullPointerException during IndexWriter.mergeSegments

2006-06-27 Thread Michael W. Nassif (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-480?page=comments#action_12418081 ] Michael W. Nassif commented on LUCENE-480: -- I had a similar problem, and it wasn't obvious at first. It turned out to be a corrupt ram chip. The memory worked fine

[jira] Resolved: (LUCENE-328) Some utilities for a compact sparse filter

2006-06-27 Thread Otis Gospodnetic (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-328?page=all ] Otis Gospodnetic resolved LUCENE-328: - Resolution: Duplicate Assign To: (was: Lucene Developers) Moved to LUCENE-584. Those of you who voted for this (5 votes!) may want to

[jira] Updated: (LUCENE-618) GData - Server wrong commit does not build

2006-06-27 Thread Simon Willnauer (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-618?page=all ] Simon Willnauer updated LUCENE-618: --- Attachment: 27.06.06.diff New created clean patch to the current brocken head. Thanks hossman for your help GData - Server wrong commit does not build

Re: [jira] Resolved: (LUCENE-328) Some utilities for a compact sparse filter

2006-06-27 Thread Paul Elschot
On Tuesday 27 June 2006 20:40, Otis Gospodnetic (JIRA) wrote: [ http://issues.apache.org/jira/browse/LUCENE-328?page=all ] Otis Gospodnetic resolved LUCENE-328: - Resolution: Duplicate Assign To: (was: Lucene Developers) Moved

Re: ant jar currently builds lucene-core-2.0-rc1-dev.jar

2006-06-27 Thread Otis Gospodnetic
I think you are right. I changed it to 2.1-dv. - Original Message From: Paul Elschot [EMAIL PROTECTED] To: java-dev@lucene.apache.org Sent: Monday, June 26, 2006 3:34:08 PM Subject: ant jar currently builds lucene-core-2.0-rc1-dev.jar Shouldn't that be 2.1 ? Regards, Paul Elschot

[jira] Assigned: (LUCENE-618) GData - Server wrong commit does not build

2006-06-27 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-618?page=all ] Hoss Man reassigned LUCENE-618: --- Assign To: Hoss Man GData - Server wrong commit does not build -- Key: LUCENE-618 URL:

[jira] Resolved: (LUCENE-618) GData - Server wrong commit does not build

2006-06-27 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-618?page=all ] Hoss Man resolved LUCENE-618: - Resolution: Fixed Patch committed. NOTE: even with this patch, some tests error on my system... [EMAIL

Re: Combining Hits and HitCollector

2006-06-27 Thread Nadav Har'El
On Tue, Jun 27, 2006, Chuck Williams wrote about Re: Combining Hits and HitCollector: IMHO, Hits is the worst class in Lucene. It's atrocities are numerous, including the hardwired 50 and the strange normalization of dividing all scores by the top score if the top score happens to be greater

[jira] Commented: (LUCENE-584) Decouple Filter from BitSet

2006-06-27 Thread paul.elschot (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-584?page=comments#action_12418141 ] paul.elschot commented on LUCENE-584: - I've started to improve the javadocs of almost all code posted here, so it's probably not worthwhile to commit this as it is now. I

[jira] Created: (LUCENE-619) Lucene 1.9.1 and 2.0.0 Maven 2 packages are incorrectly deployed

2006-06-27 Thread Jordan Christensen (JIRA)
Lucene 1.9.1 and 2.0.0 Maven 2 packages are incorrectly deployed Key: LUCENE-619 URL: http://issues.apache.org/jira/browse/LUCENE-619 Project: Lucene - Java Type: Bug Versions: 1.9, 2.0.0

[jira] Commented: (LUCENE-584) Decouple Filter from BitSet

2006-06-27 Thread Eks Dev (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-584?page=comments#action_12418177 ] Eks Dev commented on LUCENE-584: Any toughts on adding OpenBitSet from solr here? Decouple Filter from BitSet --- Key: LUCENE-584