TermEnum usage

2010-07-14 Thread Vincent DARON
Hi all I'm using Lucene.NET 2.9.2.2 from SVN. I try to iterate terms of a field in my index, todo so, i'm using IndexReader.Terms(f) that return a TermEnum. The classic usage of iterator is the folowing pattern TermNum enu = reader.Terms(new Term(myfield)); while(enu.Next()) {

RE: Proposal - change classes that impl Cloneable to return a specific value

2010-07-14 Thread Uwe Schindler
Issue is: https://issues.apache.org/jira/browse/LUCENE-2000 Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de/ http://www.thetaphi.de eMail: u...@thetaphi.de From: Uwe Schindler [mailto:u...@thetaphi.de] Sent: Wednesday, July 14, 2010 9:47 AM To:

Re: Proposal - change classes that impl Cloneable to return a specific value

2010-07-14 Thread Shai Erera
Why is the issue still open? On Wed, Jul 14, 2010 at 10:53 AM, Uwe Schindler u...@thetaphi.de wrote: Issue is: https://issues.apache.org/jira/browse/LUCENE-2000 Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de

[jira] Updated: (LUCENE-2276) Add IndexReader.document(int, Document, FieldSelector)

2010-07-14 Thread Woody Anderson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Woody Anderson updated LUCENE-2276: --- Attachment: LUCENE-2276.patch This patch adds the document(int,Document,FieldSelector)

Re: Proposal - change classes that impl Cloneable to return a specific value

2010-07-14 Thread Andrzej Bialecki
On 2010-07-14 09:59, Shai Erera wrote: Why is the issue still open? On Wed, Jul 14, 2010 at 10:53 AM, Uwe Schindler u...@thetaphi.de mailto:u...@thetaphi.de wrote: Issue is: https://issues.apache.org/jira/browse/LUCENE-2000 It's a Y2K bug... ;) -- Best regards, Andrzej Bialecki

Re: Merge policy to merge during off-peak hours

2010-07-14 Thread Michael McCandless
I don't know of anyone who's actually implemented this but I'd love to see such a MergePolicy! Mike On Mon, Jul 12, 2010 at 12:24 PM, Burton-West, Tom tburt...@umich.edu wrote: Hello all, Lucene in Action 2nd Edition mentions a time-dependent merge policy that defers large merges until

Build failed in Hudson: Solr-trunk #1204

2010-07-14 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/1204/changes Changes: [rmuir] quiet this loud test [rmuir] fix this assertion, so the test isnt sensitive to the speed of your computer [rmuir] speed up test [rmuir] speed up test [rmuir] SOLR-2002: make AbstractSolrTestCase extend

[jira] Resolved: (LUCENE-2503) light/minimal stemming for euro languages

2010-07-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2503. - Resolution: Fixed Committed revision 964019 (trunk) / 964034 (3x) light/minimal stemming for

[jira] Commented: (LUCENE-2276) Add IndexReader.document(int, Document, FieldSelector)

2010-07-14 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12888323#action_12888323 ] Tim Smith commented on LUCENE-2276: --- instead of doing the following everywhere: {code}

[jira] Commented: (LUCENE-2167) Implement StandardTokenizer with the UAX#29 Standard

2010-07-14 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12888373#action_12888373 ] Steven Rowe commented on LUCENE-2167: - I tried increasing the number of documents in

[jira] Commented: (SOLR-1218) maven artifact for webapp

2010-07-14 Thread Tracy Flynn (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12888416#action_12888416 ] Tracy Flynn commented on SOLR-1218: --- A large thanks to Mark for the Maven work. I was

[jira] Created: (SOLR-2003) report errors for wrongly-encoded files in ResourceLoader.getLines()

2010-07-14 Thread Robert Muir (JIRA)
report errors for wrongly-encoded files in ResourceLoader.getLines() Key: SOLR-2003 URL: https://issues.apache.org/jira/browse/SOLR-2003 Project: Solr Issue Type:

[jira] Updated: (SOLR-2003) report errors for wrongly-encoded files in ResourceLoader.getLines()

2010-07-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-2003: -- Attachment: SOLR-2003.patch patch with the example from the user's list as a test (i encoded it as an

[jira] Commented: (SOLR-2003) report errors for wrongly-encoded files in ResourceLoader.getLines()

2010-07-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12888459#action_12888459 ] Hoss Man commented on SOLR-2003: If there's a way to tell that the file is in the wrong

[jira] Commented: (SOLR-2003) report errors for wrongly-encoded files in ResourceLoader.getLines()

2010-07-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12888460#action_12888460 ] Robert Muir commented on SOLR-2003: --- bq. If there's a way to tell that the file is in the

[jira] Commented: (SOLR-1656) XInclude's are resolved relative CWD, not instance dir

2010-07-14 Thread Joachim Martin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12888541#action_12888541 ] Joachim Martin commented on SOLR-1656: -- I'm having a similar problem with using

[jira] Issue Comment Edited: (SOLR-1656) XInclude's are resolved relative CWD, not instance dir

2010-07-14 Thread Joachim Martin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12888541#action_12888541 ] Joachim Martin edited comment on SOLR-1656 at 7/14/10 5:14 PM: ---

[jira] Updated: (SOLR-1925) CSV Response Writer

2010-07-14 Thread tommy chheng (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] tommy chheng updated SOLR-1925: --- Attachment: SOLR-1925.Chheng.071410.patch.txt Thanks for this! I fixed the path of the

[jira] Commented: (SOLR-1925) CSV Response Writer

2010-07-14 Thread Chris A. Mattmann (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12888581#action_12888581 ] Chris A. Mattmann commented on SOLR-1925: - Hi Tommy: {quote} I fixed the path of

[jira] Commented: (SOLR-1925) CSV Response Writer

2010-07-14 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12888598#action_12888598 ] Yonik Seeley commented on SOLR-1925: I took a quick look... here are some of the issues

[jira] Resolved: (SOLR-1999) Download HEADER should not have pointer to nightly builds

2010-07-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-1999. Assignee: Hoss Man Resolution: Fixed bq. Nightly builds should be reserved for developers, and not

[jira] Resolved: (SOLR-2000) NOTICE file still says 2008

2010-07-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-2000. Assignee: Hoss Man Fix Version/s: 3.1 4.0 Resolution: Fixed Committed

[jira] Assigned: (SOLR-1995) Snapshot directory is misnamed

2010-07-14 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi reassigned SOLR-1995: Assignee: Koji Sekiguchi Snapshot directory is misnamed ---

Re: Build failed in Hudson: Solr-trunk #1204

2010-07-14 Thread Chris Hostetter
: looks like if this test (AutoCommitTest) runs on a slow computer, it can : commit before this assertion and fail: : : // Check it it is in the index : assertQ(shouldn't find any, req(id:529) ,//resu...@numfound=0] ); : : anyone have ideas how to make this one more robust? the assert

[jira] Commented: (SOLR-1925) CSV Response Writer

2010-07-14 Thread Chris A. Mattmann (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12888670#action_12888670 ] Chris A. Mattmann commented on SOLR-1925: - Hi Yonik: Thanks. Replies below:

[jira] Updated: (SOLR-1995) Snapshot directory is misnamed

2010-07-14 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1995: - Attachment: SOLR-1995.patch CoreContainer uses same format for generating internal map key. It

[jira] Commented: (SOLR-1925) CSV Response Writer

2010-07-14 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12888676#action_12888676 ] Yonik Seeley commented on SOLR-1925: Excel (at least the version I just tried) handled

[jira] Commented: (SOLR-1925) CSV Response Writer

2010-07-14 Thread Chris A. Mattmann (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12888679#action_12888679 ] Chris A. Mattmann commented on SOLR-1925: - {quote} Excel (at least the version I