Re: Deploying Solr 1.3 in JBoss 5

2010-02-05 Thread Luca Molteni
Bye the way, I finally solved it. To deploy solr 1.3 in jboss 5, you simply have to remove xercesImpl-2.8.1.jar xml-apis-1.3.03.jar From the WEB-INF/lib folder of solr.war Solr will use the lib provided by jboss 5. Thank you again. L.M. On 3 February 2010 10:38, Luca Molteni voloth

Re: Deploying Solr 1.3 in JBoss 5

2010-02-05 Thread Luca Molteni
Done. L.M. On 5 February 2010 12:56, Sascha Szott sz...@zib.de wrote: Hi Luca, could you add a note to the Wiki page [1]. Thanks! -Sascha [1] http://wiki.apache.org/solr/SolrJBoss Luca Molteni wrote: Bye the way, I finally solved it. To deploy solr 1.3 in jboss 5, you simply have

Re: Deploying Solr 1.3 in JBoss 5

2010-02-03 Thread Luca Molteni
, Sascha Szott sz...@zib.de wrote: Luca Molteni wrote: Actually, if I hard-code the value, it gives me the same error... interesting. According to the error message: The content of element type env-entry must match (description?,env-entry-name,env-entry-value?,env-entry-type) Maybe it helps

Deploying Solr 1.3 in JBoss 5

2010-02-02 Thread Luca Molteni
Hello list, I'm having some problem deploying solr to JBoss 5. The problem is with environment variables: Following this page of the wiki: http://wiki.apache.org/solr/SolrJBoss I've added to the web.xml of WEB-INF of solr env-entry env-entry-namesolr/home/env-entry-name

Re: Deploying Solr 1.3 in JBoss 5

2010-02-02 Thread Luca Molteni
1.3 rather than Solr 1.4? Sorry, but I don't know about the JBoss issues first hand myself.        Erik On Feb 2, 2010, at 9:20 AM, Luca Molteni wrote: Hello list, I'm having some problem deploying solr to JBoss 5. The problem is with environment variables: Following this page

Re: Deploying Solr 1.3 in JBoss 5

2010-02-02 Thread Luca Molteni
. On 2 February 2010 17:14, Sascha Szott sz...@zib.de wrote: Hi, I'm not sure if that's a Solr issue. However, what happens if you set env-entry-value to C:/mypath/solr instead of ${solr.home.myhome}? -Sascha Am 02.02.2010 15:20, schrieb Luca Molteni: Hello list, I'm having some problem

Re: debugging javascript DIH

2009-12-17 Thread Luca Molteni
Of course you can. Just use remote debugging. Which app server are you using? IDE? L.M. 2009/12/3 Joel Nylund jnyl...@yahoo.com: is there a way to print to std out or anything from my javascript DIH transformer? thanks Joel

Re: Problem in Date Unmarshalling from NamedListCodec.

2009-01-21 Thread Luca Molteni
I've solved the problem. It was a time zone problem. :) L.M. 2009/1/21 Luca Molteni voloth...@gmail.com: Hello list, Using SolrJ with Solr 1.3 stable, namedlistcodec unmarshal in readVal method (line 161) the number 119914200 as a date (1 January 2008), While executing the same

Re: dataimport handler with mysql: wrong field mapping

2008-12-15 Thread Luca Molteni
Have you tried using the dynamicField name=* type=string indexed=true / options in the schema.xml? After the indexing, take a look to the fields DIH has generated. Bye, L.M. 2008/12/15 jokkmokk jokkm...@gmx.at: HI, I'm desperately trying to get the dataimport handler to work, however it

How to handle large field values.

2008-11-05 Thread Luca Molteni
Hello everybody, dealing with very large fields, let's say text documents, I found that there is a global slowness (on my computer) in returning those field. Since most of the time what we want is an highlight value of the field and not the entire field, I thought that we can omit these field

Re: How to handle large field values.

2008-11-05 Thread Luca Molteni
field also. because if fl is mentioned it returns only the mentioned one On Wed, Nov 5, 2008 at 4:36 PM, Luca Molteni [EMAIL PROTECTED] wrote: Uhm, this works great when using only one server, because I can specify the fields in the configuration file, but It gives me a nice nullpointer

Re: How to handle large field values.

2008-11-05 Thread Luca Molteni
in solrconfig.xml On Wed, Nov 5, 2008 at 3:22 PM, Luca Molteni [EMAIL PROTECTED] wrote: Hello everybody, dealing with very large fields, let's say text documents, I found that there is a global slowness (on my computer) in returning those field. Since most of the time what we want

Re: Standard analyzer and acronyms

2008-09-25 Thread Luca Molteni
-case. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Luca Molteni [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Monday, September 22, 2008 4:43:43 AM Subject: Standard analyzer and acronyms Hello, list. I found

Standard analyzer and acronyms

2008-09-22 Thread Luca Molteni
Hello, list. I found some strange results using the standard analyzer. I've put it in both query and index time, but when I use the schema browser to see the commond values for field, i find: spa1558 s.p.a. 833 Which is pretty strange, since I've used the analyzer to remove the dots from the

Re: Searching for Index-Time Boosting in FAQ

2008-09-15 Thread Luca Molteni
:25 PM, Luca Molteni [EMAIL PROTECTED] wrote: Hello, dear Solr Users, I'm starting to learn Solr and Lucene, since I want to use this technology in my project, but I found some trouble in the index-time boosting section of the documentation, I'm probably missing something, but since I

Searching for Index-Time Boosting in FAQ

2008-09-15 Thread Luca Molteni
Hello, dear Solr Users, I'm starting to learn Solr and Lucene, since I want to use this technology in my project, but I found some trouble in the index-time boosting section of the documentation, I'm probably missing something, but since I can't figure out all by myself, I decided to wrote here.