[jira] Commented: (SOLR-27) PATCH: Configurable language for SnowballPorterFilterFactory

2006-07-17 Thread Bertrand Delacretaz (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-27?page=comments#action_12421538 ] Bertrand Delacretaz commented on SOLR-27: - >...it looks like the default language will be whatever was specified last >time... I don't think so - I haven't c

[jira] Created: (SOLR-32) Result of select request is not well-formed XML when text field contains non-ASCII chars and ampersand

2006-07-17 Thread Bertrand Delacretaz (JIRA)
Result of select request is not well-formed XML when text field contains non-ASCII chars and ampersand -- Key: SOLR-32 URL: http://issues.apache.org/jira/browse/SO

[jira] Created: (SOLR-33) PATCH: TestXMLEscaping contribution

2006-07-17 Thread Bertrand Delacretaz (JIRA)
PATCH: TestXMLEscaping contribution --- Key: SOLR-33 URL: http://issues.apache.org/jira/browse/SOLR-33 Project: Solr Issue Type: Test Reporter: Bertrand Delacretaz Priority: Minor Att

[jira] Updated: (SOLR-33) PATCH: TestXMLEscaping contribution

2006-07-17 Thread Bertrand Delacretaz (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-33?page=all ] Bertrand Delacretaz updated SOLR-33: Attachment: TestXMLEscaping.java Tests that XML escaping works properly with strings containing non-ASCII characters. > PATCH: TestXMLEscaping contributi

[jira] Commented: (SOLR-27) PATCH: Configurable language for SnowballPorterFilterFactory

2006-07-17 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-27?page=comments#action_12421622 ] Yonik Seeley commented on SOLR-27: -- Oops, you're right. A new factory is created for each use in the schema. > PATCH: Configurable language for SnowballPorterFilte

[jira] Commented: (SOLR-27) PATCH: Configurable language for SnowballPorterFilterFactory

2006-07-17 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-27?page=comments#action_12421645 ] Yonik Seeley commented on SOLR-27: -- Committed. Thanks Bertrand! > PATCH: Configurable language for SnowballPorterFilterFactory > ---

[jira] Resolved: (SOLR-27) PATCH: Configurable language for SnowballPorterFilterFactory

2006-07-17 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-27?page=all ] Yonik Seeley resolved SOLR-27. -- Resolution: Fixed Assignee: Yonik Seeley > PATCH: Configurable language for SnowballPorterFilterFactory > ---

[jira] Commented: (SOLR-28) PATCH: ISOLatin1AccentFilterFactory

2006-07-17 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-28?page=comments#action_12421649 ] Yonik Seeley commented on SOLR-28: -- Did you mean to attach something here? The factories are certainly welcome. Esp before we have a generic one that works for simpl

[jira] Updated: (SOLR-28) PATCH: ISOLatin1AccentFilterFactory

2006-07-17 Thread Bertrand Delacretaz (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-28?page=all ] Bertrand Delacretaz updated SOLR-28: Attachment: ISOLatin1AccentFilterFactory.java oops sorry, here's the attachment! > PATCH: ISOLatin1AccentFilterFactory > -

[jira] Resolved: (SOLR-28) PATCH: ISOLatin1AccentFilterFactory

2006-07-17 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-28?page=all ] Yonik Seeley resolved SOLR-28. -- Resolution: Fixed Committed... Thanks! > PATCH: ISOLatin1AccentFilterFactory > --- > > Key: SOLR-28 >

[jira] Resolved: (SOLR-32) Result of select request is not well-formed XML when text field contains non-ASCII chars and ampersand

2006-07-17 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-32?page=all ] Yonik Seeley resolved SOLR-32. -- Resolution: Fixed Assignee: Yonik Seeley Yes, we had been having problems all along with Jetty and it's UTF-8 writer. I just committed this (correctness before p

[jira] Commented: (SOLR-32) Result of select request is not well-formed XML when text field contains non-ASCII chars and ampersand

2006-07-17 Thread Mike Klaas (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-32?page=comments#action_12421674 ] Mike Klaas commented on SOLR-32: Just wanted to confirm this problem in my application. It is an odd interaction with unicode and Jetty's io stack--it seems to only

[jira] Resolved: (SOLR-33) PATCH: TestXMLEscaping contribution

2006-07-17 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-33?page=all ] Yonik Seeley resolved SOLR-33. -- Resolution: Fixed Assignee: Yonik Seeley Committed. Thanks again Bertrand! > PATCH: TestXMLEscaping contribution > --- > >

[jira] Commented: (SOLR-32) Result of select request is not well-formed XML when text field contains non-ASCII chars and ampersand

2006-07-17 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-32?page=comments#action_12421677 ] Yonik Seeley commented on SOLR-32: -- Anyone know if this is still a problem in the latest Jetty6? Someone might want to follow up with them on it. > Result of selec

[jira] Commented: (SOLR-30) Java client code for performing searches against a Solr instance

2006-07-17 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-30?page=comments#action_12421713 ] Yonik Seeley commented on SOLR-30: -- Hi Phil, thanks for the code! Solr's response is very generic... Solr supports custom query handlers than can return arbitrary d

[jira] Commented: (SOLR-20) A simple Java client with Java APIs for add(), delete(), commit() and optimize().

2006-07-17 Thread Philip Jacob (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-20?page=comments#action_12421774 ] Philip Jacob commented on SOLR-20: -- delete() in the DocumentManagerClient ought to be doing this: 1234 It's currently doing this: 1234 > A simple Java client with

[jira] Updated: (SOLR-20) A simple Java client with Java APIs for add(), delete(), commit() and optimize().

2006-07-17 Thread Darren Erik Vengroff (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-20?page=all ] Darren Erik Vengroff updated SOLR-20: - Attachment: solr-client-java-2.zip.zip Good catch Philip. For the benefit of future downloaders, here's a complete zip file with everything including t