Re: In Need of Direction; Phrase-Context Tracking / Injection (Child Indexes) / Dismissal

2010-09-02 Thread Lance Norskog
Do you mean a new Solr/Lucene index, or a new document with only the snippet? On Wed, Sep 1, 2010 at 5:29 PM, Scott Gonyea sc...@aitrus.org wrote: Hi, I'm looking to get some direction on where I should focus my attention, with regards to the Solr codebase and documentation.  Rather than

[jira] Updated: (LUCENE-2369) Locale-based sort by field with low memory overhead

2010-09-02 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Toke Eskildsen updated LUCENE-2369: --- Attachment: LUCENE-2369.patch Preliminary patch with the primary purpose of testing the

Build failed in Hudson: Solr-3.x #91

2010-09-02 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Solr-3.x/91/changes Changes: [simonw] LUCENE-2239: Documented NIOFSDirectory and MMapDirectory limitations due to Java NIO behavior when a Thread is interrupted while blocking on IO. [simonw] LUCENE-2590: Enable access to the freq information in a

[jira] Commented: (LUCENE-2369) Locale-based sort by field with low memory overhead

2010-09-02 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12905507#action_12905507 ] Toke Eskildsen commented on LUCENE-2369: {quote} They are just regular terms! you

Build failed in Hudson: Solr-trunk #1235

2010-09-02 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Solr-trunk/1235/changes Changes: [rmuir] optimize surrogate case [mikemccand] allow leading wildcard in contrib/benchmark's FileBasedQueryMaker -- [...truncated 6199 lines...] [junit] 2010-09-02 09.54.43

[jira] Reopened: (SOLR-1665) Add debugTimings param so that timings for components can be retrieved without having to do explains(), as in debugQuery

2010-09-02 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reopened SOLR-1665: Assignee: (was: Grant Ingersoll) TODO: this doesn't work with distributed search. It's not

[jira] Commented: (SOLR-1665) Add debugTimings param so that timings for components can be retrieved without having to do explains(), as in debugQuery

2010-09-02 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12905531#action_12905531 ] Grant Ingersoll commented on SOLR-1665: --- Argh, I always forget the distributed stuff.

[jira] Issue Comment Edited: (LUCENE-2369) Locale-based sort by field with low memory overhead

2010-09-02 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12905507#action_12905507 ] Toke Eskildsen edited comment on LUCENE-2369 at 9/2/10 11:14 AM:

[jira] Created: (LUCENE-2632) TeeSinkCodec and FilteringCodec

2010-09-02 Thread Andrzej Bialecki (JIRA)
TeeSinkCodec and FilteringCodec --- Key: LUCENE-2632 URL: https://issues.apache.org/jira/browse/LUCENE-2632 Project: Lucene - Java Issue Type: New Feature Components: Index Affects Versions: 4.0

[jira] Updated: (LUCENE-2632) TeeSinkCodec and FilteringCodec

2010-09-02 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated LUCENE-2632: -- Attachment: LUCENE-2632.patch Initial implementation. TeeSinkCodec was only tested

commitReserveDuration, backups and saveCommitPoint

2010-09-02 Thread Peter Sturge
Hi, This post is related to SOLR-1475 - 'Java-based remplication doesn't properly reserve its commit point during backups', and index backups in general. In Solr 1.4 and 1.4.1, the SOLR-1475 patch is certainly there, but I don't believe it truly addresses the problem. Here's why: When a

[jira] Assigned: (SOLR-1665) Add debugTimings param so that timings for components can be retrieved without having to do explains(), as in debugQuery

2010-09-02 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned SOLR-1665: - Assignee: Grant Ingersoll Add debugTimings param so that timings for components can be

[jira] Updated: (SOLR-1665) Add debugTimings param so that timings for components can be retrieved without having to do explains(), as in debugQuery

2010-09-02 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-1665: -- Attachment: SOLR-1665.patch Adds distributed support. Add debugTimings param so that timings

Re: In Need of Direction; Phrase-Context Tracking / Injection (Child Indexes) / Dismissal

2010-09-02 Thread Scott Gonyea
A new document, yes. I should watch my terminology closer. Scott On Wed, Sep 1, 2010 at 11:53 PM, Lance Norskog goks...@gmail.com wrote: Do you mean a new Solr/Lucene index, or a new document with only the snippet? On Wed, Sep 1, 2010 at 5:29 PM, Scott Gonyea sc...@aitrus.org wrote: Hi,

[jira] Updated: (SOLR-1665) Add debugTimings param so that timings for components can be retrieved without having to do explains(), as in debugQuery

2010-09-02 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-1665: -- Attachment: SOLR-1665.patch patch for distributed, plust test Add debugTimings param so that

[jira] Updated: (LUCENE-2611) IntelliJ IDEA setup

2010-09-02 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-2611: Attachment: LUCENE-2611_test.patch {quote} bq. In DIH's TestVariableResolver, two tests use the

[jira] Updated: (LUCENENET-374) IndexReader.IsCurrent returning false positive in some cases

2010-09-02 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENENET-374: --- Attachment: SegmentInfo.patch Hi Paul, You are right. I added a few lines to your test case {code}

[jira] Commented: (LUCENENET-374) IndexReader.IsCurrent returning false positive in some cases

2010-09-02 Thread Paul Gunn (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12905683#action_12905683 ] Paul Gunn commented on LUCENENET-374: - Looks good Digy - I figured the fix would be

[jira] Created: (LUCENENET-375) Getting assert in SegmentReader.cs (Lucene.net_2_9_2)

2010-09-02 Thread Digy (JIRA)
Getting assert in SegmentReader.cs (Lucene.net_2_9_2) - Key: LUCENENET-375 URL: https://issues.apache.org/jira/browse/LUCENENET-375 Project: Lucene.Net Issue Type: Bug