LUCENE-1954 and 2.9.1

2009-10-28 Thread Bernd Fondermann
Hi, Probably I'm too late to the party pointing out that LUCENE-1954 is especially suited to be applied to the 2.9.x line. The patch is obsolete for 3.x/TRUNK. Bernd - To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache

[jira] Updated: (LUCENE-1954) InitiatedIndex: CCE on casting NumericField to Field

2009-10-07 Thread Bernd Fondermann (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Fondermann updated LUCENE-1954: - Attachment: instantiated_writer_fieldable.patch > InitiatedIndex: CCE on cast

[jira] Created: (LUCENE-1954) InitiatedIndex: CCE on casting NumericField to Field

2009-10-07 Thread Bernd Fondermann (JIRA)
: contrib/* Affects Versions: 2.9 Reporter: Bernd Fondermann Priority: Minor Attachments: instantiated_writer_fieldable.patch An unchecked cast to List throws a ClassCastException when applied to, for example, a NumericField. Appearently, this has been fixed trunk

[jira] Commented: (LUCENE-1920) Make MultiReader.isOptimized() return a useful result

2009-09-18 Thread Bernd Fondermann (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12757377#action_12757377 ] Bernd Fondermann commented on LUCENE-1920: -- Thank you all for taking the tim

[jira] Updated: (LUCENE-1920) Make MultiReader.isOptimized() return a useful result

2009-09-18 Thread Bernd Fondermann (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Fondermann updated LUCENE-1920: - Attachment: MultiReader_isOptimized.patch > Make MultiReader.isOptimized() retur

[jira] Created: (LUCENE-1920) Make MultiReader.isOptimized() return a useful result

2009-09-18 Thread Bernd Fondermann (JIRA)
Components: Index Reporter: Bernd Fondermann Priority: Minor The MultiReader statically returns FALSE on any isOptimized() call. This makes it unusable as the source index for an InstantiatedIndex, which checks initially if the source index is optimized and aborts if not. The

[jira] Updated: (LUCENE-1886) Improve Javadoc

2009-09-02 Thread Bernd Fondermann (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Fondermann updated LUCENE-1886: - Attachment: javadoc.patch > Improve Javadoc > --- > >

[jira] Created: (LUCENE-1886) Improve Javadoc

2009-09-02 Thread Bernd Fondermann (JIRA)
Improve Javadoc --- Key: LUCENE-1886 URL: https://issues.apache.org/jira/browse/LUCENE-1886 Project: Lucene - Java Issue Type: Improvement Components: Analysis Reporter: Bernd Fondermann -- This

[jira] Updated: (LUCENE-1803) Wrong javadoc on LowerCaseTokenizer.normalize

2009-08-11 Thread Bernd Fondermann (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Fondermann updated LUCENE-1803: - Attachment: LowerCaseTokenizer_javadoc.patch > Wrong javadoc

[jira] Created: (LUCENE-1803) Wrong javadoc on LowerCaseTokenizer.normalize

2009-08-11 Thread Bernd Fondermann (JIRA)
Reporter: Bernd Fondermann Attachments: LowerCaseTokenizer_javadoc.patch The javadoc on LowerCaseTokenizer.normalize seems to be copy/paste from LetterTokenizer.isTokenChar. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the

[jira] Updated: (LUCENE-1740) Lucli: Command to change the Analyzer

2009-07-10 Thread Bernd Fondermann (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Fondermann updated LUCENE-1740: - Attachment: analyzer_command.patch Patch adding 'analyzer' command > Lucl

[jira] Created: (LUCENE-1740) Lucli: Command to change the Analyzer

2009-07-10 Thread Bernd Fondermann (JIRA)
Versions: 2.9 Reporter: Bernd Fondermann Fix For: 2.9 Currently, Lucli is hardcoded to use StandardAnalyzer. The provided patch introduces a command "analyzer" to specify a different Analyzer class. If something fails, StandardAnalyzer is the fall-back. -- Th

[jira] Updated: (LUCENE-1633) Copy/Paste-Typo in toString() for SpanQueryFilter

2009-05-12 Thread Bernd Fondermann (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Fondermann updated LUCENE-1633: - Attachment: fix_SpanQueryFilter_toString.patch > Copy/Paste-Typo in toString()

[jira] Created: (LUCENE-1633) Copy/Paste-Typo in toString() for SpanQueryFilter

2009-05-12 Thread Bernd Fondermann (JIRA)
Copy/Paste-Typo in toString() for SpanQueryFilter - Key: LUCENE-1633 URL: https://issues.apache.org/jira/browse/LUCENE-1633 Project: Lucene - Java Issue Type: Bug Reporter: Bernd