Re: Multi-language indexing and searching

2007-06-15 Thread Chris Hostetter
: One bad thing in having fields specific for your language (in my point of : view) is that you will have to re-index your content when you add a new : language (some will need to start with one language and in future will have : others added). But OK, let's say the indexing is done. i don't see

RE: question about highlight field

2007-06-15 Thread Chris Hostetter
: I rewrite the prefix wildcard query consult* to (consult consult?*), it : works with highlighting. Do you think it's a possible solution? : Could you explain a little bit why put a "?" before "*" won't crash solr : if matching a lot of terms? actually what i said was that Solr has an optimizati

Re[7]: Where are the log files...

2007-06-15 Thread Jack L
Hello Brian, Your suggestion works. Now I'm able to log solr output to a file. I haven't figured out how to enable Jetty logging in solr 1.2, though. But solr logs just fine. -- Best regards, Jack Friday, June 15, 2007, 1:38:13 PM, you wrote: > ...all you have to do is create a logging.proper

Re[6]: Where are the log files...

2007-06-15 Thread Chris Hostetter
: Yes, I do see the logs printed to the console. Since it's a unix : box, I then close the terminal after starting up solr. When a problem : happens, such as that solr no longer responds, I hope to be able to : to check the log files to see what happened. ah ... okay, i understand where you are c

Re[6]: Where are the log files...

2007-06-15 Thread Jack L
Hello Chris, Yes, I do see the logs printed to the console. Since it's a unix box, I then close the terminal after starting up solr. When a problem happens, such as that solr no longer responds, I hope to be able to to check the log files to see what happened. It's probably a Java logger setting

Re[5]: Where are the log files...

2007-06-15 Thread Chris Hostetter
: Also, the jetty log only logs web server activities, not solr : activities. Is there a way to configure solr to log to a file? Solr logs LogRecords to a Java Logging Logger -- the servlet container controls where those LogRecords go. I'm really not sure how you are running Jety, but when i go

Re: Re[5]: Where are the log files...

2007-06-15 Thread Brian Whitman
On Jun 15, 2007, at 4:35 PM, Jack L wrote: Is there a way to configure solr to log to a file? ...all you have to do is create a logging.properties file and call this before starting up solr: System.setProperty("java.util.logging.config.file", home+"/conf/ logging.properties"); (you c

Re[5]: Where are the log files...

2007-06-15 Thread Jack L
Hello Chris, With Solr 1.1, after I uncomment the logging portion of jetty.xml, jetty starts to write to log files. But that part of jetty.xml disappears in Solr 1.2, which uses a new version of Jetty. So, I still don't know how to enable Jetty logging in Solr 1.2. (The query log works, not the we

RE: Index time boost is not working

2007-06-15 Thread Chris Hostetter
: : Otis, here is the setting in the schema for the fields I use. OmitNorms : is not set to any value here. Should explicitly set the value to false. bear in mind, fields inherit the omitNorms value from their fieldtype if they don't specify explicitly, so check that too. : > need to be stored in

Re: who use time?

2007-06-15 Thread Yonik Seeley
On 6/14/07, James liu <[EMAIL PROTECTED]> wrote: I just timing my script to get data from 2 solr boxes, not complete script. It just query two box and return id,score .rows=10. response type use json. and i see their qtime all zero. How many > documents are you retrieving? one: numDocs : 100

Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Ryan McKinley
Otis Gospodnetic wrote: Ah, excellent! Just to clarify - the code you've checked in for SOLR-20 "overrides" everything you had under http://solrstuff.org/svn/solrj/ and solrj under http://solrstuff.org/svn/solrj/ will no longer be needed because the solrj client will now be maintained in S

Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Ryan McKinley
Thierry Collogne wrote: Just to be clear. This client is compatible with the 1.2 release of solr? Yes. Assuming you use default values, it should also work against 1.1.

Re: Keep having error on "unknown field"

2007-06-15 Thread Ryan McKinley
Chris Hostetter wrote: : SOLR-133 includes this fix... it squawks if it hits an unknown tag. Really? i thought SOLR-133 only changed the way the incoming XML is parsed, is it also changing hte way the schema.xml is parsed? Sorry my mistake -- It parses incoming XML spitting out errors if th

Fwd: Call for Papers Opens for OS Summit Asia 2007

2007-06-15 Thread Erik Hatcher
Begin forwarded message: From: J Aaron Farr <[EMAIL PROTECTED]> Call for Papers Opens for OS Summit Asia 2007 The call for papers is now open for OS Summit Asia, to be held November 26-30 at the Cyberport in Hong Kong. This joint conference between the Apache Software Foundation and the Ecl

Copying part of index directory

2007-06-15 Thread Roopesh P Raj
Hi, I am new to solr, lucene. In my project I want to copy index directory based on some query (copy may not copy the whole index directory). I came across a backup script in solr/bin folder but it seems to be copying the whole index directory. My query is, what is the procedure for copying

Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Thierry Collogne
I have managed to get the sources and made a build. Can I send them directly to you? The 2 jars are about 130 kb. On 15/06/07, Daniel Alheiros <[EMAIL PROTECTED] > wrote: Hi, I have the same problem here... Can someone put a build of this client version available for download? Regards, Daniel

Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Daniel Alheiros
Hi, I have the same problem here... Can someone put a build of this client version available for download? Regards, Daniel On 15/6/07 09:39, "Thierry Collogne" <[EMAIL PROTECTED]> wrote: > Nice. Can someone please send me an already build version of the client with > the required libraries? I a

Re: problems getting data into solr index

2007-06-15 Thread vanderkerkoff
Hi Mike The characters that are giving us problems are the old favourites of apostrophe's and quotes pasted from Microsoft Word into a Django Web Site. I'm not using django's newforms yet, but still using the old ones. Any help or tips or sending me off to sites to read stuff Mike I'll be gratefu

Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Thierry Collogne
Nice. Can someone please send me an already build version of the client with the required libraries? I am unable to check out the source code at my work. Thank you. On 15/06/07, rubdabadub <[EMAIL PROTECTED]> wrote: On 6/15/07, Thierry Collogne <[EMAIL PROTECTED]> wrote: > Just to be clear. Th

Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread rubdabadub
On 6/15/07, Thierry Collogne <[EMAIL PROTECTED]> wrote: Just to be clear. This client is compatible with the 1.2 release of solr? Yes, I just tested it. @Ryan : Thank you very very much!! Been waiting for this happen for a long time !! Regards Rajesh On 15/06/07, Thierry Collogne <[EMAIL P

Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Thierry Collogne
Just to be clear. This client is compatible with the 1.2 release of solr? On 15/06/07, Thierry Collogne <[EMAIL PROTECTED]> wrote: I have a problem at my work that I am unable to checkout sources from servers outside our network. I have managed to save the java sources of the client, but I can'

Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Thierry Collogne
I have a problem at my work that I am unable to checkout sources from servers outside our network. I have managed to save the java sources of the client, but I can't seem to find apache-solr-1.3-dev-common.jar and apache-solr-1.3-dev-solrj.jar. Are these jars present in the trunk or do they need

Re: Solr 1.2 HTTP Client for Java

2007-06-15 Thread Otis Gospodnetic
Ah, excellent! Just to clarify - the code you've checked in for SOLR-20 "overrides" everything you had under http://solrstuff.org/svn/solrj/ and solrj under http://solrstuff.org/svn/solrj/ will no longer be needed because the solrj client will now be maintained in Solr proper. Ja? Thanks,