RE: Gentoo: problem with xml-apis.jar/Apache Tomcat Native Library

2007-02-12 Thread Graham Stead
I'm afraid I don't have the answer, I can only add that we also had this problem. We later installed the official Tomcat binary, but still get the "optimal performance in production environments" error notification. -Graham

Gentoo: problem with xml-apis.jar/Apache Tomcat Native Library

2007-02-12 Thread Brian Lucas
I'm getting the following when I used the "The Apache Tomcat Native library" extensions in Gentoo: Feb 13, 2007 12:55:42 AM org.apache.catalina.core.StandardContext filterStart SEVERE: Exception starting filter SolrRequestFilter java.lang.ExceptionInInitializerError at org.apache.sol

Re: convert custom facets to Solr facets...

2007-02-12 Thread Erik Hatcher
On Feb 12, 2007, at 9:10 PM, Gmail Account wrote: This would be great! I can't help with the solution but I am very interested in using it if one of you guys can figure it out. I can't wait to see if this works out. And just for the record, Solr drives Collex @ NINES: www.nines.org/collex>

Re: Tagging

2007-02-12 Thread Ryan McKinley
there no good solution yet. There has been discussion on possible approaches http://www.nabble.com/convert-custom-facets-to-Solr-facets...-tf3163183.html#a8790179 http://wiki.apache.org/solr/UserTagDesign On 2/12/07, Gmail Account <[EMAIL PROTECTED]> wrote: I know that I've seen this topic

Re: convert custom facets to Solr facets...

2007-02-12 Thread Gmail Account
This would be great! I can't help with the solution but I am very interested in using it if one of you guys can figure it out. I can't wait to see if this works out. Mike - Original Message - From: "Erik Hatcher" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 06, 2007 4:51 AM Subj

Tagging

2007-02-12 Thread Gmail Account
I know that I've seen this topic before.. Is there a guidline on the best way to create tagging in solr? For example, keeping track of what user tagged what item in solr. And facetting based on tags? Thanks, Mike

RE: Custom Tokenizer

2007-02-12 Thread Chris Hostetter
: After reading the docs, I put it in example/solr/lib, but didn't remove : it from example/ext. Whoops. : : Long story short, putting the custom.jar into example/solr/lib worked : with java 5 and 6, so long as it wasn't also in example/ext. That's excellent news Devon, thanks or the followup. (

RE: Custom Tokenizer

2007-02-12 Thread Smith,Devon
While pursuing the check with java 5, I tried to recreate the original problem. It took me a while, and I've discovered that underlying it all was a PEBKAC situation. Before reading the docs, I tried putting my custom.jar into any and every directory that had jars. After reading the docs, I put i