[jira] Updated: (SOLR-486) Support binary formats for QueryresponseWriter

2008-06-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-486: Attachment: SOLR-486.patch This include changes for making Binary format the default for SolrJ and the

[jira] Commented: (SOLR-563) Contrib area for Solr

2008-06-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12605256#action_12605256 ] Shalin Shekhar Mangar commented on SOLR-563: Otis, we can work on the maven issue

[jira] Updated: (SOLR-469) Data Import RequestHandler

2008-06-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-469: --- Attachment: SOLR-469-contrib.patch *Changes* * Updated the build.xml to compile Solr

[jira] Commented: (SOLR-572) Spell Checker as a Search Component

2008-06-16 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12605293#action_12605293 ] Grant Ingersoll commented on SOLR-572: -- OK, I'd like to commit this tomorrow or

[jira] Commented: (SOLR-486) Support binary formats for QueryresponseWriter

2008-06-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12605306#action_12605306 ] Yonik Seeley commented on SOLR-486: --- Thanks Noble, this looks pretty good. I had

[jira] Updated: (SOLR-599) Lightweight SolrJ client

2008-06-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-599: --- Description: SolrJ provides a SolrServer implementation backed by commons-httpclient

[jira] Commented: (SOLR-599) Lightweight SolrJ client

2008-06-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12605325#action_12605325 ] Yonik Seeley commented on SOLR-599: --- I thought commons-logging was only a dependency

protected QParser.parse() and subclasses

2008-06-16 Thread Julien PIQUOT
Hi everyone, I have the following class : package org.apache.solr.search; class MyQParser extends QParser { protected Query parse() { // do stuff Query q = subQuery(qs, QParserPlugin.DEFAULT_QTYPE).parse(); // do stuff } } As QParser.parse is

[jira] Commented: (SOLR-486) Support binary formats for QueryresponseWriter

2008-06-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12605329#action_12605329 ] Noble Paul commented on SOLR-486: - Another level of efficiency can be brought in by

[jira] Issue Comment Edited: (SOLR-486) Support binary formats for QueryresponseWriter

2008-06-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12605126#action_12605126 ] noble.paul edited comment on SOLR-486 at 6/16/08 9:04 AM: -- If we

[jira] Commented: (SOLR-599) Lightweight SolrJ client

2008-06-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12605335#action_12605335 ] Shalin Shekhar Mangar commented on SOLR-599: Right, I'll edit the description

[jira] Updated: (SOLR-599) Lightweight SolrJ client

2008-06-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-599: --- Description: SolrJ provides a SolrServer implementation backed by commons-httpclient

[jira] Issue Comment Edited: (SOLR-486) Support binary formats for QueryresponseWriter

2008-06-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12605329#action_12605329 ] noble.paul edited comment on SOLR-486 at 6/16/08 9:13 AM: -- Another

[jira] Commented: (SOLR-572) Spell Checker as a Search Component

2008-06-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12605367#action_12605367 ] Yonik Seeley commented on SOLR-572: --- For those who are just casually following this issue,

Re: [jira] Commented: (SOLR-572) Spell Checker as a Search Component

2008-06-16 Thread Shalin Shekhar Mangar
Grant created a wiki page at http://wiki.apache.org/solr/SpellCheckComponentwhich has some documentation on the configuration. I'll try to add more documentation when I try this out tomorrow. On Tue, Jun 17, 2008 at 12:03 AM, Yonik Seeley (JIRA) [EMAIL PROTECTED] wrote: [

[jira] Commented: (SOLR-14) Add the ability to preserve the original term when using WordDelimiterFilter

2008-06-16 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12605403#action_12605403 ] Mike Klaas commented on SOLR-14: Note that it is very easy to use an external TokenFilter, so

[jira] Commented: (SOLR-14) Add the ability to preserve the original term when using WordDelimiterFilter

2008-06-16 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12605410#action_12605410 ] Mike Klaas commented on SOLR-14: Also, voting for an issue is a good way to increase its

[jira] Commented: (SOLR-243) Create a hook to allow custom code to create custom IndexReaders

2008-06-16 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12605424#action_12605424 ] Hoss Man commented on SOLR-243: --- bq. Hoss has marked the issue for 1.3, so it will be in the

[jira] Commented: (SOLR-243) Create a hook to allow custom code to create custom IndexReaders

2008-06-16 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12605447#action_12605447 ] John Wang commented on SOLR-243: Sorry, I didn't see Hoss's earlier comments. Thanks -John

Re: protected QParser.parse() and subclasses

2008-06-16 Thread Chris Hostetter
: As QParser.parse is protected and QParser.subQuery is public, everything : works fine when I run parse() myself (through unit tests). But when I : try to run it through a Solr server, I get : all of the concrete impls of QParser in the solr code base declare the parse() method as public ...

[jira] Created: (SOLR-600) XML parser stops working under heavy load

2008-06-16 Thread John Smith (JIRA)
XML parser stops working under heavy load - Key: SOLR-600 URL: https://issues.apache.org/jira/browse/SOLR-600 Project: Solr Issue Type: Bug Components: update Affects Versions: 1.3