Re: Solr logo poll

2007-04-06 Thread Nick Snels
B

Re: [Newbie] Solr Setup

2006-10-03 Thread Nick Snels
I have Solr with Tomcat installed on a CentOS box. I had to place the Solr map, with the bin and conf maps inside under /home/tomcat/ and chown tomcat:tomcat /home/tomcat/solr and then Tomcat can find Solr home and the errors should be gone. Kind regards, Nick On 10/3/06, WHIRLYCOTT <[EMAIL PR

How to best index user-generated content

2006-09-20 Thread Nick Snels
Hi, I want users to add content to my site using tinyMCE, which generates HTML. When I tried adding the data to Solr, Solr refused to add it (or at least generated an error): SEVERE: org.xmlpull.v1.XmlPullParserException: parser must be on START_TAG or TEXT to read text (position: START_TAG seen

Re: tomcat install

2006-09-19 Thread Nick Snels
Hi James, don't give up, your very close to having it work. If you can get CJKAnalyzer and CJKTokenizer to work in Lucene, you should also be able to get it to work in Solr. Look at the bright site, at least ant doesn't throw any errors. And my code isn't going to work, since it really cann't han

Re: tomcat install

2006-09-19 Thread Nick Snels
6, James liu <[EMAIL PROTECTED]> wrote: thank u, with your step and add junit, it is ok. you can analyzer your language? i modify schema: but nothing changed. 2006/9/19, Nick Snels <[EMAIL PROTECTED]>: >

Re: tomcat install

2006-09-18 Thread Nick Snels
It is very funny. when i reboot my pc,it is ok and i do nothing. my new question is how to add lucene-analyzers-2.0.0.jar to tomcat or jetty. i add useful classes to solr.war which exist "C:\cygwin\tmp\solr-nightly\example\webapps\solr.war",,,but it is not effect... do u know how to solve

Re: tomcat install

2006-09-18 Thread Nick Snels
Hi James, the problem is most likely a xml error in either schema.xml or solrconfig.xml. Go through your Tomcat logs, if it is an xml error you should find the line where the xml parsing went wrong. Kind regards, Nick On 9/18/06, James liu <[EMAIL PROTECTED]> wrote: thk Nick. i do you tell

Re: tomcat install

2006-09-17 Thread Nick Snels
Hi James, you should put the directory solr (which you find under /example/solr) directly under c:\tomcat5.5\, so you get c:\tomcat5.5\solr\bin en c:\tomcat5.5\solr\conf . The error you are getting is that tomcat cann't find the solr configuration directory. Hope you get it running. Kind regards

Simple faceted browsing

2006-07-06 Thread Nick Snels
each. It would be great to hear from someone who was implemented this 'simple' grouping in Solr and maybe give me some pointers. Thanks. Kind regards, Nick Snels

Re: Dutch analyzer in combo with custom stopword list

2006-06-22 Thread Nick Snels
Hi Yonik, thanks for the advice. The factory works like a charm!! Kind regards, Nick On 6/22/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 6/22/06, Nick Snels <[EMAIL PROTECTED]> wrote: > But why doesn'

Dutch analyzer in combo with custom stopword list

2006-06-22 Thread Nick Snels
Hi, I have replaced the English stopwords with Dutch stopwords. And I also managed to get the dutch analyzer to work, without throwing an error. The following works: But why doesn't the following work The problem is tha

Integrate Lucene Dutchanalyzer in Solr

2006-06-21 Thread Nick Snels
Hi, I was wondering how I can get the Dutch analyzer from the Lucene sandbox integrated in Solr. Kind regards, Nick Snels

Re: Multiple uniqueKey fields

2006-05-22 Thread Nick Snels
key Is this a reasonable configuration? Kind regards, Nick Snels On 5/22/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 5/22/06, Nick Snels <[EMAIL PROTECTED]> wrote: > is it possible to define multiple uniqueKey fields in schema.xml? Not currently, as one can normally get by

Multiple uniqueKey fields

2006-05-22 Thread Nick Snels
Hi, is it possible to define multiple uniqueKey fields in schema.xml? Kind regards, Nick Snels