[jira] [Updated] (LUCENE-3888) split off the spell check word and surface form in spell check dictionary

2012-03-26 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-3888: --- Fix Version/s: (was: 3.6) Thanks Robert for giving some patches and comment. {quote}

[jira] [Updated] (LUCENE-3888) split off the spell check word and surface form in spell check dictionary

2012-03-24 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-3888: --- Attachment: LUCENE-3888.patch I added a test for the surface analyzer. I also added code

[jira] [Updated] (LUCENE-3888) split off the spell check word and surface form in spell check dictionary

2012-03-20 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-3888: --- Attachment: LUCENE-3888.patch The patch cannot be compiled now because I changed the return

[jira] [Updated] (SOLR-2418) remove deprecated highlighting/ syntax

2012-03-19 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-2418: - Fix Version/s: (was: 3.6) remove deprecated highlighting/ syntax

[jira] [Updated] (SOLR-2202) Money/Currency FieldType

2012-03-10 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-2202: - Attachment: SOLR-2202-fix-NPE-if-no-tlong-fieldType.patch A draft patch which hasn't been tested

[jira] [Updated] (SOLR-2909) Add support for ResourceLoaderAware tokenizerFactories in synonym filter factories

2012-02-20 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-2909: - Attachment: SOLR-2909.patch Add support for ResourceLoaderAware tokenizerFactories in

[jira] [Updated] (SOLR-3055) Use NGramPhraseQuery in Solr

2012-01-30 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-3055: - Attachment: SOLR-3055.patch How about introducing something like GramSizeAttribute? I attached

[jira] [Updated] (LUCENE-3698) FastVectorHighlighter adds a multi value separator (space) to the end of the highlighted text

2012-01-16 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-3698: --- Attachment: LUCENE-3698.patch Updated patch. As I think this fix changes runtime behavior,

[jira] [Updated] (LUCENE-3698) FastVectorHighlighter adds a multi value separator (space) to the end of the highlighted text

2012-01-16 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-3698: --- Priority: Minor (was: Major) Fix Version/s: 4.0 3.6

[jira] [Updated] (LUCENE-3697) FastVectorHighlighter SimpleBoundaryScanner does not work well when highlighting at the beginning of the text

2012-01-15 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-3697: --- Attachment: LUCENE-3697.patch patch that just fixing the expected string in

[jira] [Updated] (SOLR-3012) SimplePostTool: move getProperty(type) out of postData()

2012-01-09 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-3012: - Fix Version/s: 4.0 3.6 SimplePostTool: move getProperty(type) out of

[jira] [Updated] (SOLR-3012) SimplePostTool: move getProperty(type) out of postData()

2012-01-09 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-3012: - Attachment: SOLR-3012.patch New patch. As the clients of SimplePostTool will be needed recompile

[jira] [Updated] (SOLR-3012) SimplePostTool: move getProperty(type) out of postData()

2012-01-08 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-3012: - Attachment: SOLR-3012.patch I also changed doGet methods to static in this patch.

[jira] [Updated] (SOLR-2346) Non UTF-8 Text files having other than english texts(Japanese/Hebrew) are no getting indexed correctly.

2011-12-27 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-2346: - Attachment: SOLR-2346.patch New patch attached. I updated for current trunk and

[jira] [Updated] (SOLR-2346) Non UTF-8 Text files having other than english texts(Japanese/Hebrew) are no getting indexed correctly.

2011-12-27 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-2346: - Attachment: SOLR-2346.patch bq. getCharsetFromContentType() method to remove unnecessary strings

[jira] [Updated] (LUCENE-3640) remove IndexSearcher.close

2011-12-11 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-3640: --- Fix Version/s: (was: 3.6) remove 3.6 tag from Fix Version/s remove

[jira] [Updated] (SOLR-2922) Upgrade commons io and lang in Solr

2011-11-27 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-2922: - Attachment: SOLR-2922.patch Upgrade commons io and lang in Solr

[jira] [Updated] (LUCENE-2949) FastVectorHighlighter FieldTermStack could likely benefit from using TermVectorMapper

2011-11-14 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-2949: --- Assignee: (was: Koji Sekiguchi) FastVectorHighlighter FieldTermStack could likely

[jira] [Updated] (SOLR-1926) add hl.q parameter

2011-11-07 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1926: - Attachment: SOLR-1926.patch Just removing hl.text parameter. add hl.q parameter

[jira] [Updated] (SOLR-1926) add hl.q parameter

2011-11-07 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1926: - Attachment: SOLR-1926.patch Added localParams test for hl.q parameter. I'll commit soon.

[jira] [Updated] (SOLR-1926) add hl.q parameter

2011-11-06 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1926: - Attachment: SOLR-1926.patch This patch supports both hl.q and hl.text. The priority is: #

[jira] [Updated] (SOLR-1926) add hl.q parameter

2011-11-06 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1926: - Fix Version/s: 4.0 3.5 add hl.q parameter --

[jira] [Updated] (SOLR-1926) add hl.q parameter

2011-11-06 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1926: - Attachment: SOLR-1926.patch New patch. I added a test case. add hl.q parameter

[jira] [Updated] (SOLR-1926) add hl.q parameter

2011-11-05 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1926: - Attachment: SOLR-1926.patch The first draft patch. It implements only hl.q. I'm still working for

[jira] [Updated] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2011-10-24 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-3440: --- Attachment: LUCENE-3440.patch New patch, still has failures in test, though.

[jira] [Updated] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2011-10-17 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-3440: --- Attachment: (was: LUCENE-3440.patch) FastVectorHighlighter: IDF-weighted terms for

[jira] [Updated] (SOLR-2837) listing supported languages

2011-10-15 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-2837: - Attachment: SOLR-2837.patch Draft patch that is not ideal version. This is uncool but works for

[jira] [Updated] (SOLR-2838) use preferable default for langid.idField

2011-10-15 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-2838: - Attachment: SOLR-2838.patch use preferable default for langid.idField

[jira] [Updated] (LUCENE-3513) Add SimpleFragListBuilder constructor with margin parameter

2011-10-15 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-3513: --- Affects Version/s: (was: 3.4) 2.9 Fix Version/s: 4.0

[jira] [Updated] (LUCENE-3513) Add SimpleFragListBuilder constructor with margin parameter

2011-10-15 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-3513: --- Attachment: LUCENE-3513.patch Updated patch attached. I needed to update test. I've also

[jira] [Updated] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2011-10-14 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-3440: --- Attachment: LUCENE-3440.patch In this patch, I removed FieldFragList interface and renamed

[jira] [Updated] (SOLR-1895) ManifoldCF SearchComponent plugin for enforcing ManifoldCF security at search time

2011-09-28 Thread Koji Sekiguchi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1895: - Attachment: SOLR-1895-queries.patch I fixed the patch for distributed search. I also modified