[jira] Commented: (SOLR-1516) DocumentList and Document QueryResponseWriter

2009-10-28 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12770811#action_12770811 ] Shalin Shekhar Mangar commented on SOLR-1516: - Chris, it is not about whether we

odd DIH $docBoost/multiValued=true issue

2009-10-28 Thread Erik Hatcher
I've got a situation where I'm bringing in a document boost factor from some XML (which comes from another entity in the DIH pipeline). It maps in like this: field column=$docBoost xpath=/doc/@boost/ I got a parse exception (in DocBuilder where it parses $docBoost) because the value

[jira] Updated: (SOLR-1529) NullPointerException in LogUpdateProcessorFactory.java when deleting by query *only*

2009-10-28 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1529: Fix Version/s: 1.5 NullPointerException in LogUpdateProcessorFactory.java when

Re: odd DIH $docBoost/multiValued=true issue

2009-10-28 Thread Noble Paul നോബിള്‍ नोब्ळ्
It is the behavior of the xml parser. if the field is multiValued, the value is always a ListString. in the field you may explicitly mention field column=$docBoost xpath=/doc/@boost multiValued=false/ this will override the schema setting On Wed, Oct 28, 2009 at 4:11 PM, Erik Hatcher

[jira] Created: (SOLR-1530) Open IndexSearcher lazily

2009-10-28 Thread Shalin Shekhar Mangar (JIRA)
Open IndexSearcher lazily - Key: SOLR-1530 URL: https://issues.apache.org/jira/browse/SOLR-1530 Project: Solr Issue Type: Improvement Components: search Reporter: Shalin Shekhar Mangar

[jira] Commented: (SOLR-1516) DocumentList and Document QueryResponseWriter

2009-10-28 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12770939#action_12770939 ] Noble Paul commented on SOLR-1516: -- bq.Well, what's a new issue? And, who's we? What's

[jira] Commented: (SOLR-1529) NullPointerException in LogUpdateProcessorFactory.java when deleting by query *only*

2009-10-28 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12770987#action_12770987 ] Hoss Man commented on SOLR-1529: I'm not at a machine where i can try to reproduce this, but

[jira] Issue Comment Edited: (SOLR-1529) NullPointerException in LogUpdateProcessorFactory.java when deleting by query *only*

2009-10-28 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12770987#action_12770987 ] Hoss Man edited comment on SOLR-1529 at 10/28/09 4:56 PM: -- I'm not

[jira] Commented: (SOLR-1529) NullPointerException in LogUpdateProcessorFactory.java when deleting by query *only*

2009-10-28 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12771004#action_12771004 ] Yonik Seeley commented on SOLR-1529: bq. Does the update succeed in spite of the NPE, or

Re: [VOTE] Release Solr 1.4.0

2009-10-28 Thread Ryan McKinley
+1 Integrated with my app, and things work well. (windows vista) Ran examples and everything worked as expected. (Mac OSX) On Oct 27, 2009, at 10:07 PM, Grant Ingersoll wrote: OK, new artifacts are up. On Oct 27, 2009, at 9:51 PM, Chris Hostetter wrote: : By other issues, I mean the

[jira] Commented: (SOLR-1450) DIH - Jdbc connection properties such as batchSize are not applied if the driver jar is placed in solr_home/lib

2009-10-28 Thread Brian Mansell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12771051#action_12771051 ] Brian Mansell commented on SOLR-1450: - Nice work! Does this apply to JDBC connection

[jira] Commented: (SOLR-236) Field collapsing

2009-10-28 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12771155#action_12771155 ] Martijn van Groningen commented on SOLR-236: It certainly has be going on for a

Re: [VOTE] Release Solr 1.4.0

2009-10-28 Thread Nicholas Letourneau
Not sure who gets a vote, and this is my first message to this list, but I wanted to add that I deployed the maven artifacts (along with the lucene 2.9.1 ones) to my in house maven repository and successfully built all my solr dependant projects with dependency

[jira] Commented: (SOLR-1528) A non-200 response code gives no response body with wt=javabin

2009-10-28 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12771237#action_12771237 ] Yonik Seeley commented on SOLR-1528: This doesn't seem unique to the binary format... We

[jira] Commented: (SOLR-1450) DIH - Jdbc connection properties such as batchSize are not applied if the driver jar is placed in solr_home/lib

2009-10-28 Thread Steve Sun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12771248#action_12771248 ] Steve Sun commented on SOLR-1450: - If Solr supports these attributes, yes. Otherwise, no.

Re: [VOTE] Release Solr 1.4.0

2009-10-28 Thread Ryan McKinley
On Oct 28, 2009, at 9:12 PM, Nicholas Letourneau wrote: Not sure who gets a vote, Everyone gets to vote -- officially some votes are 'binding' but in practice this does not really matter. The more feedback there is, the more confidence we have that things are good (or need fixed)