[jira] Commented: (LUCENE-826) Language detector

2007-03-06 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478694 ] Karl Wettin commented on LUCENE-826: Foot note: The diffrence between this and the Nutch gram-based language ide

[jira] Commented: (LUCENE-826) Language detector

2007-03-06 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478691 ] Karl Wettin commented on LUCENE-826: Some performance in numbers: using only 160+ character long paragraphs as t

[jira] Updated: (LUCENE-826) Language detector

2007-03-06 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-826: --- Attachment: ld.tar.gz tar-ball with code and a precompiled training data set that detects swedish, d

[jira] Created: (LUCENE-826) Language detector

2007-03-06 Thread Karl Wettin (JIRA)
Language detector - Key: LUCENE-826 URL: https://issues.apache.org/jira/browse/LUCENE-826 Project: Lucene - Java Issue Type: New Feature Reporter: Karl Wettin Assigned To: Karl Wettin A formula 1A token

Re: Visibility of RegexCapabilities interface?

2007-03-06 Thread Erik Hatcher
On Mar 6, 2007, at 2:27 PM, Chris Hostetter wrote: :PFRegexCapabilities.java:3: : org.apache.lucene.search.regex.RegexCapabilities is not public in : org.apache.lucene.search.regex; cannot be accessed from outside package It looks like this *may* have been a mistake, the commit message s

[jira] Created: (LUCENE-825) NullPointerException from SegmentInfos.FindSegmentsFile.run() if FSDirectory.list() returns NULL

2007-03-06 Thread Tim Brennan (JIRA)
NullPointerException from SegmentInfos.FindSegmentsFile.run() if FSDirectory.list() returns NULL - Key: LUCENE-825 URL: https://issues.apache.org/jira/browse/LUCENE-8

[jira] Updated: (LUCENE-824) IndexWriter#addIndexesNoOptimize has redundent try/catch

2007-03-06 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-824: - Attachment: LUCENE-824.txt Remove redundant try/catch. > IndexWriter#addIndexesNoOptimize has re

[jira] Created: (LUCENE-824) IndexWriter#addIndexesNoOptimize has redundent try/catch

2007-03-06 Thread Steven Parkes (JIRA)
IndexWriter#addIndexesNoOptimize has redundent try/catch Key: LUCENE-824 URL: https://issues.apache.org/jira/browse/LUCENE-824 Project: Lucene - Java Issue Type: Improvement Affect

[jira] Updated: (LUCENE-794) SpanScorer and SimpleSpanFragmenter for Contrib Highlighter

2007-03-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-794: --- Summary: SpanScorer and SimpleSpanFragmenter for Contrib Highlighter (was: Beginnings of a span base

[jira] Commented: (LUCENE-814) javacc on Win32 (cygwin) creates wrong line endings - fix them with 'ant replace'

2007-03-06 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478630 ] Steven Parkes commented on LUCENE-814: -- Seems like a reasonable trade off to me. > javacc on Win32 (cygwin) cre

[jira] Updated: (LUCENE-794) Beginnings of a span based highlighter

2007-03-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-794: --- Description: This patch adds a new Scorer class (SpanQueryScorer) to the Highlighter package that sc

[jira] Updated: (LUCENE-794) Beginnings of a span based highlighter

2007-03-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-794: --- Attachment: spanhighlighter3.patch This patch tries another approach instead of changing the existing

[jira] Commented: (LUCENE-814) javacc on Win32 (cygwin) creates wrong line endings - fix them with 'ant replace'

2007-03-06 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478606 ] Doron Cohen commented on LUCENE-814: The sleep aims at systems with rough clock resolution (5ms). Sleep 5ms would

[jira] Commented: (LUCENE-686) Resources not always reclaimed in scorers after each search

2007-03-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478594 ] Michael McCandless commented on LUCENE-686: --- I just committed some fixes in LUCENE-823 that could apply her

[jira] Resolved: (LUCENE-823) Lucene fails to close file handles under certain situations

2007-03-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-823. --- Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [Patch Available

[jira] Commented: (LUCENE-818) IndexWriter should detect when it's used after being closed

2007-03-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478585 ] Michael McCandless commented on LUCENE-818: --- > i would make sure to *heavily* document each and every use

[jira] Commented: (LUCENE-814) javacc on Win32 (cygwin) creates wrong line endings - fix them with 'ant replace'

2007-03-06 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478562 ] Steven Parkes commented on LUCENE-814: -- What's the reasoning behind the 100ms sleep? If it's to handle FAT file

[jira] Commented: (LUCENE-818) IndexWriter should detect when it's used after being closed

2007-03-06 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478544 ] Hoss Man commented on LUCENE-818: - i would make sure to *heavily* document each and every use of isOpen/ensureOpen t

[jira] Commented: (LUCENE-778) Allow overriding a Document

2007-03-06 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478532 ] Hoss Man commented on LUCENE-778: - Grant: I have no serious objection to making Document non-final ... i was just po

Re: Visibility of RegexCapabilities interface?

2007-03-06 Thread Chris Hostetter
:PFRegexCapabilities.java:3: : org.apache.lucene.search.regex.RegexCapabilities is not public in : org.apache.lucene.search.regex; cannot be accessed from outside package It looks like this *may* have been a mistake, the commit message says "Many javadoc additions, and adding ASL to each file

[jira] Updated: (LUCENE-252) [PATCH] Problem with Sort logic on tokenized fields

2007-03-06 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated LUCENE-252: - Attachment: FieldCacheImpl_Tokenized_fields_lucene_2.2-dev.patch This version patches against the

[jira] Updated: (LUCENE-252) [PATCH] Problem with Sort logic on tokenized fields

2007-03-06 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated LUCENE-252: - Attachment: FieldCacheImpl_Tokenized_fields_lucene_2.2-dev.patch This version patches against the

[jira] Updated: (LUCENE-252) [PATCH] Problem with Sort logic on tokenized fields

2007-03-06 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated LUCENE-252: - Attachment: FieldCacheImpl_Tokenized_fields_lucene_2.0_v1.1.patch A bug in FieldCacheImpl_Tokeniz

[jira] Updated: (LUCENE-252) [PATCH] Problem with Sort logic on tokenized fields

2007-03-06 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated LUCENE-252: - Attachment: FieldCacheImpl_Tokenized_fields_lucene_2.0_v1.1.patch A bug in FieldCacheImpl_Tokeniz

[jira] Updated: (LUCENE-252) [PATCH] Problem with Sort logic on tokenized fields

2007-03-06 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated LUCENE-252: - Attachment: FieldCacheImpl_Tokenized_fields_lucene_2.0.patch In the project Nutch, we have encoun

[jira] Updated: (LUCENE-252) [PATCH] Problem with Sort logic on tokenized fields

2007-03-06 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated LUCENE-252: - Attachment: FieldCacheImpl_Tokenized_fields_lucene_2.0.patch In the project Nutch, we have encoun

Visibility of RegexCapabilities interface?

2007-03-06 Thread Michael Goddard
Hi, When I updated to the latest version of Lucene (Rev 514838), I noticed that one of my classes would no longer compile. The error message I got was PFRegexCapabilities.java:3: org.apache.lucene.search.regex.RegexCapabilities is not public in org.apache.lucene.search.regex; cannot be ac

[jira] Commented: (LUCENE-818) IndexWriter should detect when it's used after being closed

2007-03-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478327 ] Michael McCandless commented on LUCENE-818: --- > 2) the body of the catch clauses could be put into a helper

[jira] Commented: (LUCENE-778) Allow overriding a Document

2007-03-06 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478316 ] Nicolas Lalevée commented on LUCENE-778: Hoss> OK I got it. In fact my concern was about "semantic". I agree