From dev-return-64544-apmail-lucene-dev-archive=lucene.apache.org@lucene.apache.org Sat Feb 05 00:54:54 2011 Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 36831 invoked from network); 5 Feb 2011 00:54:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Feb 2011 00:54:53 -0000 Received: (qmail 35086 invoked by uid 500); 5 Feb 2011 00:54:52 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 34961 invoked by uid 500); 5 Feb 2011 00:54:52 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 34954 invoked by uid 99); 5 Feb 2011 00:54:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Feb 2011 00:54:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Feb 2011 00:54:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E70961907A7 for ; Sat, 5 Feb 2011 00:54:30 +0000 (UTC) Date: Sat, 5 Feb 2011 00:54:30 +0000 (UTC) From: "Doron Cohen (JIRA)" To: dev@lucene.apache.org Message-ID: <1125368981.1120.1296867270942.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Commented: (LUCENE-1540) Improvements to contrib.benchmark for TREC collections MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-1540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990854#comment-12990854 ] Doron Cohen commented on LUCENE-1540: ------------------------------------- Committed: r1066771 - 3x r1067359 - trunk, A comment about the merging and messaging the mergeinfo's. The great [wiki page about svn-merge|http://wiki.apache.org/lucene-java/SvnMerge] was very helpful, just that I merged from 3x to trunk, while there it is recommended the other way around. I think the two are equivalent, but had to go carefully with it. Eventually these are the commands I ran: {noformat} cd trunk/lucene/src svn merge -c 1066771 https://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x/lucene/src cd trunk/modules/benchmark svn merge -c 1066771 https://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x/lucene/contrib/benchmark cd trunk svn merge --record-only -c 1066771 https://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x svn revert --depth empty modules/benchmark svn revert solr {noformat} The record-only merge discarded, by itself, the (new) mergeinfo prop from trunk/lucene/src, and updated the ones in trunk and trunk/src. Note the use of *revert --depth empty* for reverting (all) property changes. I'll keep this issue open for a day in case any problem is revealed with this merge process which I am doing for the first time. > Improvements to contrib.benchmark for TREC collections > ------------------------------------------------------ > > Key: LUCENE-1540 > URL: https://issues.apache.org/jira/browse/LUCENE-1540 > Project: Lucene - Java > Issue Type: Improvement > Components: contrib/benchmark > Reporter: Tim Armstrong > Assignee: Doron Cohen > Priority: Minor > Fix For: 3.1, 4.0 > > Attachments: LUCENE-1540.patch, LUCENE-1540.patch, LUCENE-1540.patch, LUCENE-1540.patch, trecdocs.zip > > > The benchmarking utilities for TREC test collections (http://trec.nist.gov) are quite limited and do not support some of the variations in format of older TREC collections. > I have been doing some benchmarking work with Lucene and have had to modify the package to support: > * Older TREC document formats, which the current parser fails on due to missing document headers. > * Variations in query format - newlines after tag causing the query parser to get confused. > * Ability to detect and read in uncompressed text collections > * Storage of document numbers by default without storing full text. > I can submit a patch if there is interest, although I will probably want to write unit tests for the new functionality first. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org