Re: Jetty for production?

2006-11-11 Thread WHIRLYCOTT
ering stylefeeder.com (the webapp) as well as our Solr installation. It's super. It's very simple, stable and works great. phil. -- Whirlycott Philip Jacob [

Re: QTime field in response XML

2006-10-11 Thread WHIRLYCOTT
On Oct 11, 2006, at 3:10 PM, WHIRLYCOTT wrote: Milliseconds. I'd be fairly skeptical about anybody doing reliable millisecond timings on a jvm! ^ Sorry, correcting myself. That should have been 'micro'

Re: QTime field in response XML

2006-10-11 Thread WHIRLYCOTT
nks, Kevin -- Whirlycott Philip Jacob [EMAIL PROTECTED] http://www.whirlycott.com/phil/

Re: [Newbie] Solr Setup

2006-10-02 Thread WHIRLYCOTT
re on this list http://www.freemail.gr - äùñåÜí õðçñåóßá çëåêôñïíéêïý ôá÷õäñïìåßïõ. http://www.freemail.gr - free email service for the Greek-speaking. --

Re: How much ram can Solr use?

2006-09-27 Thread WHIRLYCOTT
Does that actually work? phil. On Sep 27, 2006, at 11:27 PM, Ken Krugler wrote: One trick I've heard is to do cat / _*.* > /dev/null to force all of the index data into the OS cache. -- Whirlycott Phil

Re: acts_as_solr

2006-08-29 Thread WHIRLYCOTT
re. phil. -- Whirlycott Philip Jacob [EMAIL PROTECTED] http://www.whirlycott.com/phil/

Re: i can't start http://localhost:8983/solr/admin/

2006-08-26 Thread WHIRLYCOTT
: Env: Compile: javaFileName=/C:/DOCUME~1/JL/LOCALS~1/Temp/Jetty__8983__solr//org/ apache/jsp/admin\index_jsp.java 2006/8/27, WHIRLYCOTT <[EMAIL PROTECTED]>: What is the error that you are getting? And why do you think that it's coming from gcc? phil. On Aug 26, 2006, at 10:26 PM,

Re: i can't start http://localhost:8983/solr/admin/

2006-08-26 Thread WHIRLYCOTT
rning. -- Whirlycott Philip Jacob [EMAIL PROTECTED] http://www.whirlycott.com/phil/

dismax and field indicators

2006-08-16 Thread WHIRLYCOTT
hars being escaped, so I'm wondering if the ':' qualifier is being made into something useless. My queries work when using the 'standard' qt. Thoughts? phil. -- Whirlycott Philip Jacob

Re: Faceted Searching Presentation @ ApacheCon US

2006-08-15 Thread WHIRLYCOTT
ting the new general purpose Faceted searching functionality in the Standard and DisMax request handlers (assuming I have time to write it) More info can be found at the ApacheCon website... http://www.us.apachecon.com/html/sessions.html#FR26 -Hoss --

Re: Cyrillic characters

2006-07-19 Thread WHIRLYCOTT
es. One of the patches I submitted changes the admin pages to use UTF-8 and that fixes the problem. phil. -- Whirlycott Philip Jacob [EMAIL PROTECTED]

Re: Cyrillic characters

2006-07-19 Thread WHIRLYCOTT
rks for latin1 at least and IE->Jetty also works for latin1 By my reading of the standards, UTF8 (or percent encoded UTF8 bytes) is the only correct format for a URI to be in. Can anyone else shed some light on this? -Yonik --

Re: Cyrillic characters

2006-07-18 Thread WHIRLYCOTT
stylefeeder.com, in case you care...), so I will continue with this and report back. phil. -- Whirlycott Philip Jacob [EMAIL PROTECTED] http://www.whirlycott.com/phil/

Re: Cyrillic characters

2006-07-18 Thread WHIRLYCOTT
I've started poking around and have fixed already one bug related to URL encoding of data. I'm going to work some more on this tonight and will hopefully have a patch for you soon. phil. On Jul 18, 2006, at 6:19 PM, Yonik Seeley wrote: On 7/18/06, WHIRLYCOTT <[EMAIL PROT

Re: Cyrillic characters

2006-07-18 Thread WHIRLYCOTT
how you did it. Thanks in advance! Tricia ps. I am using mozilla firefox as my main browser which leads to the behaviour I reported above. IE 6.0 works fine for cyrillics although there is still a strange but different encoding (%CA%E0%ED% E0%E4%E0 for the same query as before).

Re: client code for searching?

2006-07-15 Thread WHIRLYCOTT
Java -Original Message----- From: WHIRLYCOTT [mailto:[EMAIL PROTECTED] Sent: Friday, July 14, 2006 1:03 PM To: solr-user@lucene.apache.org Subject: Re: client code for searching? I did before I sent the email to the list, actually. Is there something specific on the wiki that you're a

including "time" as a factor in relevance?

2006-07-15 Thread WHIRLYCOTT
t they are. phil. -- Whirlycott Philip Jacob [EMAIL PROTECTED] http://www.whirlycott.com/phil/

Re: client code for searching?

2006-07-14 Thread WHIRLYCOTT
namic-dispatch xml parsing in java). -Mike -- Whirlycott Philip Jacob [EMAIL PROTECTED] http://www.whirlycott.com/phil/

Re: client code for searching?

2006-07-14 Thread WHIRLYCOTT
ilable via jira asap. phil. Brian -Original Message----- From: WHIRLYCOTT [mailto:[EMAIL PROTECTED] Sent: Friday, July 14, 2006 1:14 PM To: solr-user@lucene.apache.org Subject: Re: client code for searching? I'm already using that code and it's working fine for m. It provides add()

Re: client code for searching?

2006-07-14 Thread WHIRLYCOTT
PM, Brian Lucas wrote: http://wiki.apache.org/solr/SolJava -Original Message----- From: WHIRLYCOTT [mailto:[EMAIL PROTECTED] Sent: Friday, July 14, 2006 1:03 PM To: solr-user@lucene.apache.org Subject: Re: client code for searching? I did before I sent the email to the list, actually. Is there

Re: client code for searching?

2006-07-14 Thread WHIRLYCOTT
I did before I sent the email to the list, actually. Is there something specific on the wiki that you're able to point me at? phil. On Jul 14, 2006, at 3:00 PM, Brian Lucas wrote: Check the wiki, my friend. http://wiki.apache.org/solr -Original Message- From: WHIRLYCOTT [m

Re: client code for searching?

2006-07-14 Thread WHIRLYCOTT
Yes, I need java, but I would be eager to read your python code to get some design ideas from it. phil. On Jul 14, 2006, at 2:32 PM, Mike Klaas wrote: On 7/14/06, WHIRLYCOTT <[EMAIL PROTECTED]> wrote: Does anybody have some client code for performing searches against a Solr instal

client code for searching?

2006-07-14 Thread WHIRLYCOTT
g, I'm happy to put a standalone Solr client together and contribute that. Any pointers for either of these? phil. -- Whirlycott Philip Jacob [EMAIL PROTECTED]