[jira] [Resolved] (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 (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-2346. -- Resolution: Fixed committed trunk and 3x. > Non UTF-8 Text files having other t

[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 a

[JENKINS] Lucene-trunk - Build # 1782 - Failure

2011-12-27 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-trunk/1782/ 2 tests failed. REGRESSION: org.apache.lucene.index.TestIndexWriterReader.testDuringAddIndexes Error Message: expected:<0> but was:<1> Stack Trace: junit.framework.AssertionFailedError: expected:<0> but was:<1> at org.apache.lucen

[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 getCharsetFromCont

[jira] [Commented] (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 (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176446#comment-13176446 ] Koji Sekiguchi commented on SOLR-2346: -- bq. I can index the file correctly by applying

[jira] [Commented] (SOLR-2701) Expose IndexWriter.commit(Map commitUserData) to solr

2011-12-27 Thread Gregg Donovan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176422#comment-13176422 ] Gregg Donovan commented on SOLR-2701: - We (Etsy) are interested in this issue for the s

[jira] [Commented] (LUCENE-1823) QueryParser with new features for Lucene 3

2011-12-27 Thread Commented
[ https://issues.apache.org/jira/browse/LUCENE-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176390#comment-13176390 ] Jan Høydahl commented on LUCENE-1823: - @Luis, still working on this?

[jira] [Updated] (LUCENE-3130) Use BoostAttribute in in TokenFilters to denote Terms that QueryParser should give lower boosts

2011-12-27 Thread Updated
[ https://issues.apache.org/jira/browse/LUCENE-3130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated LUCENE-3130: Component/s: core/queryparser > Use BoostAttribute in in TokenFilters to denote Terms that Que

Re: Solr plugin component resource cleanup?

2011-12-27 Thread Chris Hostetter
take a look at the "CloseHook" API and SolrCore.addCloseHook(...) : Is there a preferred time/manner for a Solr component (e.g. a : SearchComponent) to clean up resources that have been allocated during : the time of its existence, other than via a finalizer? There seems to : be nothing for t

[jira] [Commented] (SOLR-2416) Solr Cell fails to index Zip file contents

2011-12-27 Thread Commented
[ https://issues.apache.org/jira/browse/SOLR-2416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176371#comment-13176371 ] Jan Høydahl commented on SOLR-2416: --- If we add this, the behavior should probably be para

[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1364 - Failure

2011-12-27 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1364/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads Error Message: Failed due to: org.apache.lucene.store.LockObtainFailedException: Lock obtain ti

[jira] [Commented] (SOLR-2072) Search Grouping: expand group sort options

2011-12-27 Thread George P. Stathis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176323#comment-13176323 ] George P. Stathis commented on SOLR-2072: - My progress so far has been in terms of

[jira] [Commented] (SOLR-2802) Toolkit of UpdateProcessors for modifying document values

2011-12-27 Thread Lance Norskog (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176316#comment-13176316 ] Lance Norskog commented on SOLR-2802: - Could this patch support scripting? Like in [SO

[jira] [Updated] (SOLR-2352) TermVectorComponent fails with "Undefined Field" errors for score, *, or any Solr 4x psuedo-fields used in the "fl" param.

2011-12-27 Thread Hoss Man (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-2352: --- Description: When searching using the term vector components and setting fl=*,score the result is a http 400

[jira] [Commented] (SOLR-2072) Search Grouping: expand group sort options

2011-12-27 Thread Martijn van Groningen (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176277#comment-13176277 ] Martijn van Groningen commented on SOLR-2072: - Currently the AbstractFirstPassG

[jira] [Updated] (LUCENE-3444) Distinct field value count per group

2011-12-27 Thread Martijn van Groningen (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen updated LUCENE-3444: -- Attachment: LUCENE-3444.patch Updated the patch and added a docvalues based im

[jira] [Resolved] (SOLR-2984) Function query does not work when the value of function parameter has null.

2011-12-27 Thread Hoss Man (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-2984. Resolution: Not A Problem > Function query does not work when the value of function parameter has null.

[jira] [Commented] (SOLR-2984) Function query does not work when the value of function parameter has null.

2011-12-27 Thread Hoss Man (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176271#comment-13176271 ] Hoss Man commented on SOLR-2984: There is no such thing as a "null value" in a Solr index.

[jira] [Updated] (LUCENE-2906) Filter to process output of ICUTokenizer and create overlapping bigrams for CJK

2011-12-27 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2906: Attachment: LUCENE-2906.patch one new test and a tweak: so that this filter never calls input.inc

[jira] [Updated] (SOLR-2982) Upgrade Apache Commons Codec to version 1.6 in order to add new Beider-Morse Phonetic Matching (BMPM) option

2011-12-27 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-2982: -- Attachment: SOLR-2982.patch Attached is a patch, really bmpm needs its own filter because this encoding

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 11921 - Failure

2011-12-27 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/11921/ 1 tests failed. REGRESSION: org.apache.solr.search.TestRealTimeGet.testStressGetRealtime Error Message: java.lang.AssertionError: Some threads threw uncaught exceptions! Stack Trace: java.lang.RuntimeException: java.lang.A

[JENKINS] Lucene-Solr-tests-only-3.x - Build # 11935 - Failure

2011-12-27 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x/11935/ 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest Error Message: Cannot delete /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout