[jira] Updated: (SOLR-742) Unable to create dynamic fields with custom DataImportHandler transformer

2008-08-31 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-742: Attachment: SOLR-742.patch the old patch was wrong > Unable to create dynamic fields with custom DataImportH

[jira] Updated: (SOLR-742) Unable to create dynamic fields with custom DataImportHandler transformer

2008-08-31 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-742: Attachment: SOLR-742.patch dynamic fields are added if they are present in the doc > Unable to create dynami

Re: DIH example configs?

2008-08-31 Thread Shalin Shekhar Mangar
On Mon, Sep 1, 2008 at 10:46 AM, Chris Hostetter <[EMAIL PROTECTED]>wrote: > I hadn't noticed the full hsqldb directory, I was mainly just refering to > the "solr home" configs for demoing DIH. (i assumed the size of the jar > was because of the solr.war inside) > > the example configs should def

Re: DIH example configs?

2008-08-31 Thread Chris Hostetter
: The example contains a pre-populated hsql databse and the hsql driver : to make it easy to demonstrate the features of DIH. It can be checked : in, but , should it be a part of standard distribution ? will it not I hadn't noticed the full hsqldb directory, I was mainly just refering to the "so

[jira] Commented: (SOLR-725) CoreContainer/CoreDescriptor/SolrCore cleansing

2008-08-31 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627382#action_12627382 ] Noble Paul commented on SOLR-725: - bq.As is, it does not remove any feature nor forces anyone

Re: DIH example configs?

2008-08-31 Thread Noble Paul നോബിള്‍ नोब्ळ्
The example contains a pre-populated hsql databse and the hsql driver to make it easy to demonstrate the features of DIH. It can be checked in, but , should it be a part of standard distribution ? will it not make the distribution unnecessarily heavy for the users who do not wish to use it? Or shou

[jira] Created: (SOLR-745) CoreAdminHandler in bad state after UNLOADing core

2008-08-31 Thread Hoss Man (JIRA)
CoreAdminHandler in bad state after UNLOADing core -- Key: SOLR-745 URL: https://issues.apache.org/jira/browse/SOLR-745 Project: Solr Issue Type: Bug Affects Versions: 1.3 Repor

[jira] Commented: (SOLR-745) CoreAdminHandler in bad state after UNLOADing core

2008-08-31 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627364#action_12627364 ] Hoss Man commented on SOLR-745: --- On the surface, part of the problem is that CoreAdminHandler s

Re: error on ant clover test

2008-08-31 Thread Koji Sekiguchi
I got clover 1.3.14 from atlassian and it worked fine with 1.3.2 license. clover-ant-1.3.14.zip http://www.atlassian.com/software/clover/downloads/binary/clover-ant-1.3.14.zip Thanks Hoss! Koji Chris Hostetter wrote: : Am I the only one who is seeing the following error when running clover :

Deprecated class refs in 1.3 solrconfig.xml

2008-08-31 Thread Chris Hostetter
I just realized that we are still refering to StandardRequestHandler and DisMaxRequestHandler in the 1.3 example/solr/conf/solrconfig.xml even though they are deprecated in favor of SearchHandler and alternate defType values. Do we want to leave those handlers alone since they still work fin

[jira] Updated: (SOLR-744) Patch to make ShingleFilter.outputUnigramIfNoNgrams (LUCENE-1370) available in Solr schema files

2008-08-31 Thread Chris Harris (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Harris updated SOLR-744: -- Attachment: SOLR-744.patch > Patch to make ShingleFilter.outputUnigramIfNoNgrams (LUCENE-1370) available

[jira] Created: (SOLR-744) Patch to make ShingleFilter.outputUnigramIfNoNgrams (LUCENE-1370) available in Solr schema files

2008-08-31 Thread Chris Harris (JIRA)
Patch to make ShingleFilter.outputUnigramIfNoNgrams (LUCENE-1370) available in Solr schema files Key: SOLR-744 URL: https://issues.apache.org/jira/browse/SOLR-744

DIH example configs?

2008-08-31 Thread Chris Hostetter
reading over the DIH docs on the wiki, i notced that the "example" DIH configs are in a JAR attached to the wiki page ... is there any reason why they aren't just committed in svn? -Hoss

[jira] Commented: (SOLR-284) Parsing Rich Document Types

2008-08-31 Thread Chris Harris (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627333#action_12627333 ] Chris Harris commented on SOLR-284: --- While we're on the subject of breaking changes, I'm no

Re: error on ant clover test

2008-08-31 Thread Chris Hostetter
: Am I the only one who is seeing the following error when running clover : on trunk? : : $ ant -Drun.clover=true clean clover test : : : [clover] Clover Version 1.3.2, built on November 01 2004 I think i remember seeing this error once upon a time and discovering it was a bug in clover 1.3.2.

error on ant clover test

2008-08-31 Thread Koji Sekiguchi
Am I the only one who is seeing the following error when running clover on trunk? $ ant -Drun.clover=true clean clover test : [clover] Clover Version 1.3.2, built on November 01 2004 [clover] loaded from: C:\apache-ant-1.7.1\lib\clover.jar [clover] Open Source License registered to the Apache Soft

[jira] Commented: (SOLR-284) Parsing Rich Document Types

2008-08-31 Thread Eric Pugh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627309#action_12627309 ] Eric Pugh commented on SOLR-284: So, in typical open source fashion, I wrote the original pat

[jira] Commented: (SOLR-713) Differentiated request logging

2008-08-31 Thread Lars Kotthoff (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627290#action_12627290 ] Lars Kotthoff commented on SOLR-713: bq. 3) leave the log call in, but put in a check for