Re: EdgeNGramTokenizer errors in eclipse

2007-07-26 Thread Koji Sekiguchi
Hello, I saw same error. The cause of this problem is there are two lucene-analyzers*.jar files in trunk. $ find . -name "lucene-analyzers-*.jar" ./client/ruby/solr-ruby/solr/lib/lucene-analyzers-2.2-dev.jar ./lib/lucene-analyzers-2.2.0.jar To eliminate error on eclipse, remove lucene-analyze

Solr and Chines/Japenese

2007-07-26 Thread Sundling, Paul
Are there any known Solr sites that are in Chinese or Japenese? I need to include links to such sites for a comparison I'm doing on enterprise search engines. I realize that if I stay UTF-8 it should work and I can use the CJK analyzer. Paul Sundling

solr + carrot2

2007-07-26 Thread Ryan McKinley
Has anyone looked into using carrot2 clustering with solr? I know this is integrated with nutch: http://lucene.apache.org/nutch/apidocs/org/apache/nutch/clustering/carrot2/Clusterer.html It looks like carrot has support to read results from a solr index: http://demo.carrot2.org/head/api/org/carr

Re: XML parsing error

2007-07-26 Thread Brian Whitman
On Jul 26, 2007, at 11:49 AM, Yonik Seeley wrote: Could you try it with jetty to see if it's the servlet container? It should be simple to just copy the index directory into solr's example/solr/data directory. Yonik, sorry for my delay, but I did just try this in jetty -- it works (it doe

Re: Returning errors from request handler

2007-07-26 Thread Ryan McKinley
Nice, valid xml. But If I have an error (for example, ) I get an HTML page back. In 1.2, if you map /update to the XmlUpdateHandler in solrconfig.xml, errors are returned with an HTTP status error (ie, something != 200) + message. Your servlet runner (Jetty, Tomcat, etc) will format this as

Returning errors from request handler

2007-07-26 Thread Tom Hill
Hi - With solr 1.2, when using XmlUpdateRequestHandler , if I post a valid command like "" I get a response like 00 Nice, valid xml. But If I have an error (for example, ) I get an HTML page back. This tends to confuse the client software. Is there a way to get a return like: 1blah, blah

Re: Return only one result per results group

2007-07-26 Thread Debra
Thank you, I'll take a look. Pieter Berkel wrote: > > Debra, > > It sounds like what you are trying to do is implemented in a new feature > known as "Field collapsing" (see > https://issues.apache.org/jira/browse/SOLR-236 for more info). > Unfortunately > it isn't quite mature enough to be inc

Re: Multiple field search with different values..

2007-07-26 Thread Ryan McKinley
nithyavembu wrote: Hi Otis Gospodnetic, Thanks for the reply. I tried with this URL, its working but its not checking the condition. Its showing all the records if i use this URL. Is there any solution I'm not sure about the order of operations, but try: +FID:8 +RES_TYPE:0 RES_TYPE:1

Re: Multiple field search with different values..

2007-07-26 Thread nithyavembu
Hi Otis Gospodnetic, Thanks for the reply. I tried with this URL, its working but its not checking the condition. Its showing all the records if i use this URL. Is there any solution Thanks in advance. Regards, V.Nithya. Otis Gospodnetic wrote: > > Have you tried this: > > http://l

Re: Getting all records using dismax

2007-07-26 Thread Yonik Seeley
Try leaving of the "q" param and using "q.alt=*:*" On 7/26/07, Alexandru Badiu <[EMAIL PROTECTED]> wrote: > Hello, > > Since it's my first email to this list I want to say thank you for a > wonderful piece of software. > > Now, onto more serious business. :) I switched from the standard > request

Re: XML parsing error

2007-07-26 Thread Yonik Seeley
On 7/26/07, Brian Whitman <[EMAIL PROTECTED]> wrote: > > On Jul 26, 2007, at 11:25 AM, Yonik Seeley wrote: > > > OK, then perhaps it's a jetty bug with charset handling. > > > > I'm using resin btw Could you try it with jetty to see if it's the servlet container? It should be simple to just copy t

Re: XML parsing error

2007-07-26 Thread Brian Whitman
On Jul 26, 2007, at 11:25 AM, Yonik Seeley wrote: OK, then perhaps it's a jetty bug with charset handling. I'm using resin btw Could you run the same query, but use the python output? wt=python Seems to be OK: {'responseHeader':{'status':0,'QTime':0,'params':{'start':'7','fl':'c onten

Re: XML parsing error

2007-07-26 Thread Yonik Seeley
On 7/26/07, Brian Whitman <[EMAIL PROTECTED]> wrote: > > On Jul 26, 2007, at 11:10 AM, Yonik Seeley wrote: > > > > > If the '<' truely got destroyed, it's a server (Solr or Jetty) bug. > > > > One possibility is that the '<' does exist, but due to a charset > > mismatch, it's being slurped into a m

Re: Problems with embedded Solr

2007-07-26 Thread Stu Hood
I've filed this as https://issues.apache.org/jira/browse/SOLR-320 Sorry for the mixups! Stu -Original Message- From: Ryan McKinley <[EMAIL PROTECTED]> Sent: Thu, July 26, 2007 1:27 am To: solr-user@lucene.apache.org Subject: Re: Problems with embedded Solr no attachments came throug

Re: XML parsing error

2007-07-26 Thread Brian Whitman
On Jul 26, 2007, at 11:10 AM, Yonik Seeley wrote: If the '<' truely got destroyed, it's a server (Solr or Jetty) bug. One possibility is that the '<' does exist, but due to a charset mismatch, it's being slurped into a multi-byte char. Just dumped it with curl and did a hexdump: 5a0

Re: XML parsing error

2007-07-26 Thread Yonik Seeley
On 7/26/07, Brian Whitman <[EMAIL PROTECTED]> wrote: > I ended up with this doc in solr: > > > > 0 name="QTime">17 name="fl">content"Pez"~1 name="rows">1 numFound="5381" start="7">Akatsuki - PE'Z > ҳ | ̳ | պ | ŷ | >>> Akatsuki - PE'Z ר | и  | > Ů  | ֶ  | պ  | ¸  | tӺ > &

Re: XML parsing error

2007-07-26 Thread Marc Worrell - Mediamatic
Looks to me as if your document is not valid UTF-8 and is missing one byte at the end. Then the '<' of '' is included into the previous character. Did you create the text snippet yourself? Maybe check if the string functions you are using are multi-byte aware. Greetings, Marc On 26-jul-2

XML parsing error

2007-07-26 Thread Brian Whitman
I ended up with this doc in solr: 0name="QTime">17name="fl">content"Pez"~1name="rows">1numFound="5381" start="7">Akatsuki - PE'Z ҳ | ̳ | պ | ŷ | >>> Akatsuki - PE'Z ר | и  | Ů  | ֶ  | պ  | ¸  | tӺ  | Ϸ  | Ӱ  | ϼ  | ŷ>  | ϸ  | ѵ ŷ> >

Re: Problems with embedded Solr

2007-07-26 Thread Stu Hood
The previous message that came through with no body holds the attachment. I believe my issue is due to threads... after using JDB on the app I attached, I noticed one of the threads created by the SolrCore doesn't die after the core is closed. I need the thread to die on its own, because calli

Getting all records using dismax

2007-07-26 Thread Alexandru Badiu
Hello, Since it's my first email to this list I want to say thank you for a wonderful piece of software. Now, onto more serious business. :) I switched from the standard request handler to the dismax one to use boosting. Using the std one I was using a q=*:* to retrieve all records from s

solr 236 + facet

2007-07-26 Thread michael ravits
hello solrs! when using the collapse feature of solr 236 and faceting, the faceting happens after the collapse. Is there a way to do faceting before collapsing? - Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers -