Re: Alpha numeric sort problem

2008-02-15 Thread Mahesh Udupa
Thanks Yonik, It works fine. But sort is *case sensitive. * And also, If my String contains some white space(or - or any other special char) then failed to sort, with following error. INFO: /select/

Re: Filter Query and query score

2008-02-15 Thread tedonk03
I tried the code but it seems it's not working properly. I tried to check it by inserting bq=location:Parramatta^1.4 location:NS^1.4 location:North Ryde^1.4 If I use it like that, I should get the same result order with the result if I do it without bq, right? But it seems that the result shows

Is optimize always a commit?

2008-02-15 Thread Maximilian Hütter
Hi, maybe this is a stupid question, but is a optimize always a commit? In the log it looks like it: start commit(optimize=true,waitFlush=false,waitSearcher=true) I just wanted to be sure. Best regards, Max -- Maximilian Hütter blue elephant systems GmbH Wollgrasweg 49 D-70599 Stuttgart

Transform Update responses with XSLT?

2008-02-15 Thread Maximilian Hütter
Hi, is there a way to transform a Solr update response with a XSLT-Stylesheet? It looks like the XSLTResponseWriter is only used for searches. Best regards, Max -- Maximilian Hütter blue elephant systems GmbH Wollgrasweg 49 D-70599 Stuttgart Tel: (+49) 0711 - 45 10 17 578 Fax

Multi field queries

2008-02-15 Thread Roopesh P Raj
Dear All, Documents in my solr index has three fields, name, content and summary. Suppose the user query be, java sky democratic. I want the resulting documents to have all the terms in the query ( java sky democratic) in either name, content or the summary (for example i.e., java and sky is

Re: Integrated Spellchecking

2008-02-15 Thread oleg_gnatovskiy
dsteiger wrote: I've got a couple search components for automatic spell correction that I've been working on. I've converted most of the SpellCheckerRequestHandler to a search component (hopefully will throw a patch out soon for this). Then another search component that will do auto

Re: Transform Update responses with XSLT?

2008-02-15 Thread Ryan Grange
It is absolutely possible to do such a thing. I wish I had more time right now to create even a sample. Unfortunately while I'm not too bad at XSLT, I haven't used it often enough to whip something up off the top of my head with any hope of it working the first time. I encourage you to read

Re: Is optimize always a commit?

2008-02-15 Thread Ryan McKinley
yes. optimize also commits Maximilian Hütter wrote: Hi, maybe this is a stupid question, but is a optimize always a commit? In the log it looks like it: start commit(optimize=true,waitFlush=false,waitSearcher=true) I just wanted to be sure. Best regards, Max

Re: Alpha numeric sort problem

2008-02-15 Thread Yonik Seeley
On Fri, Feb 15, 2008 at 3:36 AM, Mahesh Udupa [EMAIL PROTECTED] wrote: Thanks Yonik, It works fine. But sort is *case sensitive. * And also, If my String contains some white space(or - or any other special char) then failed to sort, with following error. INFO: /select/

Re: Integrated Spellchecking

2008-02-15 Thread Doug Steigerwald
That unfortunately got pushed aside to work on some of our higher priority solr work since we already had it working one way. Hoping to revisit this after we push to production and start working on new features and share what I've done for this and multicore/spellcheck replication (which we

RE: Socket exception

2008-02-15 Thread Sundar Sankaranarayanan
Hi again, I didn't find any response to this issue that I had posted earlier and so was the occurrence of the socket exception till today. It wasn't happening and we have been doing some heavy testing of the application and it popped back again today. The stack trace on the applications