update solr

2008-09-12 Thread sunnyfr
Hi - I am a newbie to Solr and would like to know how to update solr version properly. I saw a lot of patch everywhere and I don't want to mess up everything. My environment is Linux. Thanks a lot, Sunny -- View this message in context:

Re: Polish/Turkish stemming schema.xml Click to flag this post

2008-09-12 Thread sunnyfr
THANKS AGAIN !! Somebody knows about Turkish language? Thanks, sunnyfr wrote: Hi everybody, I'm working now on solr implementation for a multi-language website. I've found a lot of language managed by solr like, japon, greek . spanish .. But I didn't found anything about Polish

recip(myfield,m,a,b)

2008-09-12 Thread sunnyfr
Hi, Is there a way to convert to integer to check if a = b ... like recip(myfield,m,language,lang) But I would like to boost(scoring) field which have the same user language and book language ... But for that I need to know convert.int(language) Thanks, Johanna -- View this message in

Re: Extending Solr with custom filter

2008-09-12 Thread sunnyfr
Hi guys, Thanks for this clear explanation about how to implement Polish stemming. Can you tell me how do you explain to point on this Stempel file in the schema.xml ? Thanks guys, Johanna Jarek Zgoda-7 wrote: Rafał Kuć pisze: I usually put my own jar files in Solr webapp in lib

Re: Extending Solr with custom filter

2008-09-12 Thread sunnyfr
is com.redefine.solr.analysis.StempelTokenFilterFactory. Wiadomość napisana w dniu 2008-09-12, o godz. 16:33, przez sunnyfr: Hi guys, Thanks for this clear explanation about how to implement Polish stemming. Can you tell me how do you explain to point on this Stempel file in the schema.xml ? Thanks guys, Johanna

Re: Turkish stemming ??? stemming?

2008-09-15 Thread sunnyfr
Hi Grant, Sorry I'm new can you explain me how to apply patch, what is exactly trunk version? Thanks, Sunny Grant Ingersoll-6 wrote: Snowball has a Turkish stemmer. It is available in the trunk version of Solr. On Sep 12, 2008, at 11:29 AM, sunnyfr wrote: Hi everybody, Does

Re: Turkish stemming ??? stemming?

2008-09-16 Thread sunnyfr
1.3.0 which will be out this week (I promise!). On Sep 15, 2008, at 9:31 AM, sunnyfr wrote: Hi Grant, Sorry I'm new can you explain me how to apply patch, what is exactly trunk version? Thanks, Sunny Grant Ingersoll-6 wrote: Snowball has a Turkish stemmer. It is available

cron job update index

2008-09-16 Thread sunnyfr
Hi Can you give me more explanation about how to manage index update automatically I would like to automatically update solr, obviously I have to run snapuller ?? And I would like to past data from master to slave's servers ? Can you explain me a bit more about it ? Thanks Sunny -- View

Re: cron job update index

2008-09-17 Thread sunnyfr
- Nutch - Original Message From: sunnyfr [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Tuesday, September 16, 2008 5:59:01 PM Subject: cron job update index Hi Can you give me more explanation about how to manage index update automatically I would like

scripts.conf

2008-09-17 Thread sunnyfr
Hi, Just to be sure ? scripts.conf is used if in my command runned .. snappuller or snapinstaller ... I don't write the value straight. It's like conf file with parameters inside ... Somebdoy has an exemple about scripts.conf and comand line to use parameters? Thanks, Sunny -- View this

Re: scripts.conf

2008-09-17 Thread sunnyfr
There is as well solr/conf/rsyncd.conf what is the difference with scripts.conf ? and should that be in every instance of solr : like solr/user/conf and solr/books/conf ...? Cheers, sunnyfr wrote: Hi, Just to be sure ? scripts.conf is used if in my command runned .. snappuller

Re: scripts.conf

2008-09-17 Thread sunnyfr
Ok, obviously rsyncd.conf is generated automaticly by rsync. Somebody has an exemple of scripts.conf ? sunnyfr wrote: There is as well solr/conf/rsyncd.conf what is the difference with scripts.conf ? and should that be in every instance of solr : like solr/user/conf and solr/books/conf

Re: scripts.conf

2008-09-17 Thread sunnyfr
Yes I did, it's just not clear about how it works with several instance. So far, like I explained, my tree looks like solr/user/bin (snappuller rsyncd...) solr/user/conf (scripts.conf) solr/user/logs (rsyncd-enable ...) solr/books/bin (snappuller rsyncd...) solr/books/conf (scripts.conf)

Re: scripts.conf

2008-09-17 Thread sunnyfr
in scripts.conf. Why are you running several instances, multiple ports, multiple webapps, or multiple cores? http://wiki.apache.org/solr/MultipleIndexes Bill On Wed, Sep 17, 2008 at 8:50 AM, sunnyfr [EMAIL PROTECTED] wrote: Yes I did, it's just not clear about how it works

Re: help rsyncd-enable

2008-09-17 Thread sunnyfr
Thanks my bad, it was a problem with my user. Bill Au wrote: try the command line in stead: /solr/user/bin/rsyncd-enable The scripts do not like to be bashed. Bill On Wed, Sep 17, 2008 at 9:24 AM, sunnyfr [EMAIL PROTECTED] wrote: [EMAIL PROTECTED]:/solr/user/bin# bash

snappuller / rsync

2008-09-17 Thread sunnyfr
Hi, Sorry again, Can you please clear up a point : snappuller should be run on a slave's server to check new snapshots and pull them. and rsyncd is runned from the master. I don't get really what is rsyncd role? thanks -- View this message in context:

Re: scripts.conf

2008-09-17 Thread sunnyfr
and data directory. So each one has its own scritps.conf: http://wiki.apache.org/solr/SolrCollectionDistributionScripts Bill On Wed, Sep 17, 2008 at 9:38 AM, sunnyfr [EMAIL PROTECTED] wrote: I created several instance for a multi core to manage users and books independently. didn't

Re: cron job update index

2008-09-17 Thread sunnyfr
that will be update in my indexes and commit ? Cheers, Shalin Shekhar Mangar wrote: On Wed, Sep 17, 2008 at 1:37 PM, sunnyfr [EMAIL PROTECTED] wrote: is it this one ? http://wiki.apache.org/solr/CollectionDistribution#head-9f393ae2a6230fe23e422f1583f31edbff7b1007 Yes. -- Regards, Shalin

RE: snappuller / rsync

2008-09-17 Thread sunnyfr
on the slave machines to pull those snapshots from master server and install it using the snapinstaller http://wiki.apache.org/solr/CollectionDistribution -Raghu -Original Message- From: sunnyfr [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2008 9:11 AM To: solr-user

Re: cron job update index

2008-09-17 Thread sunnyfr
}' OR user.modified '${dataimporter.last_index_time}' query=SELECT ... Shalin Shekhar Mangar wrote: On Wed, Sep 17, 2008 at 8:12 PM, sunnyfr [EMAIL PROTECTED] wrote: According to the fact that a Collection is a Lucene collection is a directory of files

Re: cron job update index

2008-09-17 Thread sunnyfr
. /str str name=Committed2008-09-17 18:07:47/str str name=Time taken 0:43:40.465/str Shalin Shekhar Mangar wrote: On Wed, Sep 17, 2008 at 9:14 PM, sunnyfr [EMAIL PROTECTED] wrote: Am I doing something wrong or not? Every time I start (manually) delta-import (.../dataimport?command=delta

Re: cron job update index

2008-09-18 Thread sunnyfr
dataimport.properties doesn't change either. But If i go through my browser it does change my dataimport.properties. Shalin Shekhar Mangar wrote: On Wed, Sep 17, 2008 at 9:42 PM, sunnyfr wrote: Sorry but silly question about Then the main query is executed for each primary key identified

Re: recip(myfield,m,a,b)

2008-09-18 Thread sunnyfr
I don't think it can works at the index time, because I when somebody look for a book I want to boost the search in relation with the user language ...so I dont think it can works, except if I didn't get it. Thanks for your answer, hossman wrote: : Is there a way to convert to integer to

delt-import looks stuck ???? how can I check if it's done or not ?

2008-09-18 Thread sunnyfr
This XML file does not appear to have any style information associated with it. The document tree is shown below. − response − lst name=responseHeader int name=status0/int int name=QTime0/int /lst − lst name=initArgs − lst name=defaults str name=configdata-config.xml/str /lst /lst

Re: delta-import looks stuck ???? how can I check if it's done or not ?

2008-09-18 Thread sunnyfr
* * * * /usr/bin/wget -q --output-document=/home/tot.txt http://solr-test.adm.books.com:8180/solr/books/dataimport?command=delta-import, echo $(date) /home/tot.txt sunnyfr wrote: This XML file does not appear to have any style information associated with it. The document tree

Re: delta-import looks stuck ???? how can I check if it's done or not ?

2008-09-18 Thread sunnyfr
-18 16:30:26/str str name=Total Changed Documents1603970/str /lst Shalin Shekhar Mangar wrote: Hit /dataimport again from a browser and refresh periodically to see the progress (number of documents indexed). On Thu, Sep 18, 2008 at 7:55 PM, sunnyfr [EMAIL PROTECTED] wrote: It was too

Re: delta-import looks stuck ???? how can I check if it's done or not ?

2008-09-18 Thread sunnyfr
-18 16:30:26/str str name=Total Changed Documents1603970/str /lst Shalin Shekhar Mangar wrote: Hit /dataimport again from a browser and refresh periodically to see the progress (number of documents indexed). On Thu, Sep 18, 2008 at 7:55 PM, sunnyfr [EMAIL PROTECTED] wrote: It was too

Re: delta-import looks stuck ???? how can I check if it's done or not ?

2008-09-18 Thread sunnyfr
instantly. On Thu, Sep 18, 2008 at 8:24 PM, sunnyfr [EMAIL PROTECTED] wrote: It is exactly what I've done but it can't works like that ... - what would that mean ... cron job can't hit it properly ? - I've browse to /dataimport but it was like nothing was running so I finally went

Re: delta-import looks stuck ???? how can I check if it's done or not ?

2008-09-18 Thread sunnyfr
=Total Documents Processed0/str str name=Total Documents Skipped0/str str name=Delta Dump started2008-09-18 17:30:01/str str name=Identifying Delta2008-09-18 17:30:01/str /lst Shalin Shekhar Mangar wrote: On Thu, Sep 18, 2008 at 8:45 PM, sunnyfr [EMAIL PROTECTED] wrote: I agree about

snapshot.yyyymmdd ... can't found them?

2008-09-18 Thread sunnyfr
Hi sorry I think I've started properly rsyncd : [EMAIL PROTECTED]:/# ./data/solr/books/bin/rsyncd-enable [EMAIL PROTECTED]:/# ./data/books/video/bin/rsyncd-start but then I can't found this snapshot.current files ?? How can I check I did it properly ? my rsyncd.log : 2008/09/18

Re: snappuller / rsync

2008-09-22 Thread sunnyfr
Yes but even if I run it I've no snapshot created, I don't get how I can fixe it. Bill Au wrote: You only need to run the rsync daemon on the master. Bill On Wed, Sep 17, 2008 at 10:54 AM, sunnyfr [EMAIL PROTECTED] wrote: Hi Raghu, Thanks it's clear now; Kashyap, Raghu wrote

Re: snappuller / rsync

2008-09-22 Thread sunnyfr
wrote: Try running snapshooter with the -V option. That will show debugging info. Bill On Mon, Sep 22, 2008 at 6:49 AM, sunnyfr [EMAIL PROTECTED] wrote: Yes but even if I run it I've no snapshot created, I don't get how I can fixe it. Bill Au wrote: You only need to run

data-import delta

2008-09-22 Thread sunnyfr
Hi, There is something wierd : I've plan cron job every 5mn which heat delta-import's url and works fine : The point is : It does look like if it doesn't check every data for updating or creating a new one : Because every 5mn the delta importa is started again : (even like if delta-import is not

Re: data-import runned by cron job withou wating the end of the previous one

2008-09-23 Thread sunnyfr
when I try without adaptive parameter I've OOME: HTTP Status 500 - Java heap space java.lang.OutOfMemoryError: Java heap space Shalin Shekhar Mangar wrote: On Mon, Sep 22, 2008 at 9:19 PM, sunnyfr [EMAIL PROTECTED] wrote: Hi, There is something wierd : I've plan cron job every 5mn

Re: data-import runned by cron job withou wating the end of the previous one

2008-09-23 Thread sunnyfr
When I try without adaptive parameter I've an out of memory error. Shalin Shekhar Mangar wrote: On Mon, Sep 22, 2008 at 9:19 PM, sunnyfr [EMAIL PROTECTED] wrote: Hi, There is something wierd : I've plan cron job every 5mn which heat delta-import's url and works fine : The point

Re: snapshot.yyyymmdd ... can't found them?

2008-09-23 Thread sunnyfr
Yes In deed it was problem with the path .. thanks a lot, Just didnt get this part If you turn up your logging to FINE what does that mean ? Huge thanks for your answer, hossman wrote: : And I did change my config file : : : !-- A postCommit event is fired after every commit or

commit

2008-09-23 Thread sunnyfr
Hi, I don't know why when I start commit manually it doesn't fire snapshooter ? I did it manually because no snapshot was created and if i run it manually it works. so my auto commit is activated (I think) : autoCommit maxDocs1/maxDocs maxTime1000/maxTime /autoCommit My

Re: commit

2008-09-23 Thread sunnyfr
== \S\u\n\O\S ]] ++ date +%s + end=1222180546 ++ expr 1222180546 - 1222180545 + diff=1 ++ timeStamp ++ date '+%Y/%m/%d %H:%M:%S' + echo '2008/09/23 16:35:46 ended (elapsed time: 1 sec)' + exit 0 Shalin Shekhar Mangar wrote: On Tue, Sep 23, 2008 at 7:36 PM, sunnyfr [EMAIL PROTECTED] wrote: My

commit not fired

2008-09-24 Thread sunnyfr
Hi, When I check my commit.log nothings is runned but my config file seems ok to active my commit : autoCommit maxDocs1/maxDocs maxTime1000/maxTime /autoCommit My snapshooter too: but no log in snapshooter.log !-- A postCommit event is fired after every commit or

Re: commit not fired and no new snapshot ???

2008-09-24 Thread sunnyfr
Any Idea? sunnyfr wrote: Hi, When I check my commit.log nothings is runned but my config file seems ok to active my commit : autoCommit maxDocs1/maxDocs maxTime1000/maxTime /autoCommit My snapshooter too: but no log in snapshooter.log

Re: commit

2008-09-24 Thread sunnyfr
=postOptimize class=solr.RunExecutableListener str name=exesnapshooter/str str name=dir/str bool name=waittrue/bool /listener and my scripts.conf data_dir=/data/solr/book/data what you think :) Shalin Shekhar Mangar wrote: On Tue, Sep 23, 2008 at 7:36 PM, sunnyfr [EMAIL PROTECTED

issue with commit

2008-09-25 Thread sunnyfr
Hi, I can't find a way to sort out my issue, can somebody please help me ? My problem is all my logs files look empty and no snapshot created, but everything seems to work, except this snapshot. auto commit seems ok according to the stat page, but no log ??? and snapshot are not created except

Memory error - snapshooter help

2008-09-25 Thread sunnyfr
Hi, Any idea ? Sep 25 06:50:41 solr-test jsvc.exec[23286]: Sep 25, 2008 6:50:41 AM org.apache.solr.common.SolrException log SEVERE: java.io.IOException: Cannot run program snapshooter: java.io.IOException: error=12, Cannot allocate memory My memory for java is JAVA_OPTS=-Xms6000m -Xmx6000m

Re: Not enough space

2008-09-25 Thread sunnyfr
Hi, I've obviously the same error, I just don't know how do you add swap space ? Thanks a lot, Yonik Seeley wrote: On 7/5/07, Xuesong Luo [EMAIL PROTECTED] wrote: Thanks, Chris and Yonik. You are right. I remember the heap size was over 500m when I got the Not enough space error message.

Re: Memory error - snapshooter help

2008-09-25 Thread sunnyfr
but according to you .. How much should I increased my memory ?? 512? Bill Au wrote: The OS is checking that there is enough memory... add swap space: http://www.nabble.com/Not-enough-space-to11423199.html#a11432978 On Thu, Sep 25, 2008 at 4:20 AM, sunnyfr [EMAIL PROTECTED] wrote

Re: Memory error - snapshooter help

2008-09-25 Thread sunnyfr
the min and max, you will see how much the jvm actually wants but what actually gets allocated (start with a low min for this). Lower your max accordingly. - Mark sunnyfr wrote: Hi, Any idea ? Sep 25 06:50:41 solr-test jsvc.exec[23286]: Sep 25, 2008 6:50:41 AM

snappuller not fired

2008-09-25 Thread sunnyfr
Hi everybody, Any idea why, it might be the path ?? Conf file : !-- A postCommit event is fired after every commit or optimize command -- listener event=postCommit class=solr.RunExecutableListener str name=exesnapshooter/str str name=dir/str bool name=waittrue/bool

CLOSING SolrCore! ???

2008-09-26 Thread sunnyfr
Hello everybody, I've big issue with the website, I don't know how but I can't start it again: this is my Catalina.log [EMAIL PROTECTED]:/# tail -f /var/log/tomcat5.5/catalina.2008-09-25.log INFO: [book] CLOSING SolrCore! Sep 25, 2008 5:56:16 PM org.apache.solr.core.SolrCore closeSearcher INFO:

Can't find resource 'solrconfig.xml' in classpath or 'solr/conf/'

2008-09-29 Thread sunnyfr
Hello, I've very bad exception, I don't know really how to fix it up .. It shouldn't look for solrconfig.xml but multicore.xml? Can somebdoy help me, I spent my day on it ...?? :( I've no idea anymore... Thanks a lot, org.apache.jasper.JasperException: Unable to compile class for JSP

SESSIONS.ser (Permission denied)

2008-09-29 Thread sunnyfr
Hello everybody, Does somebody have an idea where could come from this error ? Thanks a lot ... Sep 29 15:36:37 solr-test jsvc.exec[398]: Sep 29, 2008 3:36:37 PM org.apache.catalina.session.StandardManager doUnload SEVERE: IOException while saving persisted sessions:

Re: Issues with postOptimize

2008-10-01 Thread sunnyfr
Hi and what do you write in str name=dir./str I wrote that but not sure it works : str name=exe./data/solr/book/bin/snapshooter/str str name=dir./str But I've some error, it might come from that. When you use this way, doest it write in your log file, not me:

Re: Replication on solr

2008-10-01 Thread sunnyfr
Hi guys, Do you think it works better automaticly by solr after commit, fire snapshooter or start cron job. Thanks, hossman_lucene wrote: : I want to run 3 to 4 instances of solr on different machines. the other : servers will be replicatin the index from the single server. : how is

delta-import ??

2008-10-01 Thread sunnyfr
Hi guys, Just to know how come, Ive planned cron job every five minute to hit */5 * * * * /usr/bin/wget -q --output-document=/home/tot.txt http://solr-test.adm.books.com:8180/solr/books/dataimport?command=delta-importentity=b which works, But now I just restart tomcat and it stay stuck on

Re: Issues with postOptimize

2008-10-01 Thread sunnyfr
). Wiadomość napisana w dniu 2008-10-01, o godz. 10:10, przez sunnyfr: Hi and what do you write in str name=dir./str I wrote that but not sure it works : str name=exe./data/solr/book/bin/snapshooter/str str name=dir./str But I've some error, it might come from that. When you use

Re: Issues with postOptimize

2008-10-01 Thread sunnyfr
but why Sunny Bassan said : Sunny Bassan wrote: using ./snapshooter instead of snapshooter, worked like a charm. Its the little ones you gotta watch out for. Shalin Shekhar Mangar wrote: Yes exe is correct. Put /data/solr/book/bin in the dir also. On Wed, Oct 1, 2008 at 2:15 PM, sunnyfr

Check solr/home property

2008-10-01 Thread sunnyfr
Hi everybody, I don't know why in my logs I've this error: Could not start SOLR. Check solr/home property java.lang.RuntimeException: Can't find resource 'solrconfig.xml' in classpath or 'solr/conf/', Help would be more than welcome. Cheers, -- View this message in context:

Re: Issues with postOptimize

2008-10-01 Thread sunnyfr
the user running solr has read and execute permissions on snapshooter script 2. Specify absolute path (without any dots) to the snapshooter in the exe section 3. Specify absolute path (without any dots) to the bin directory in the dir section On Wed, Oct 1, 2008 at 2:30 PM, sunnyfr [EMAIL

Please big issue with solr, doesn't find solrconfig.xml

2008-10-01 Thread sunnyfr
Hi everybody, I've a big error which I can't fixe up: Could not start SOLR. Check solr/home property java.lang.RuntimeException: Can't find resource 'solrconfig.xml' in classpath or 'solr/conf/', cwd=/ ^Iat org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:168) I've

Any idea ??? I'm lost .... Thanks

2008-10-01 Thread sunnyfr
Oct 1 16:45:10 solr-test jsvc.exec[23757]: eaa main Oct 1 16:45:10 solr-test jsvc.exec[23757]: Oct 1, 2008 4:45:10 PM org.apache.solr.servlet.SolrServlet init INFO: SolrServlet.init() Oct 1 16:45:10 solr-test jsvc.exec[23757]: Oct 1, 2008 4:45:10 PM org.apache.solr.servlet.SolrServlet init

Re: Any idea ??? I'm lost .... Thanks

2008-10-01 Thread sunnyfr
, sunnyfr wrote: Oct 1 16:45:10 solr-test jsvc.exec[23757]: eaa main Oct 1 16:45:10 solr-test jsvc.exec[23757]: Oct 1, 2008 4:45:10 PM org.apache.solr.servlet.SolrServlet init INFO: SolrServlet.init() Oct 1 16:45:10 solr-test jsvc.exec[23757]: Oct 1, 2008 4:45:10 PM

Re: Any idea ??? I'm lost .... Thanks

2008-10-01 Thread sunnyfr
Otherwise I've my solr.war in my foler /data/solr/ I've no idea anymore ... Any idea Brendan? sunnyfr wrote: I have solrconfig.xml in my folder /data/solr/books/conf/ and I've multicore.xml in /data/solr/ ?xml version=1.0 encoding=UTF-8 ? multicore adminPath=/admin/multicore persistent

Re: Any idea ??? I'm lost .... Thanks

2008-10-01 Thread sunnyfr
org.apache.solr.schema.IndexSchema readSchema INFO: Reading Solr Schema Oct 1 18:00:36 solr-test jsvc.exec[5550]: Oct 1, 2008 6:00:36 PM org.apache.solr.schema.IndexSchema readSchema INFO: Schema name=videos its just after when it try to deploy ?? sunnyfr wrote: I have solrconfig.xml in my

Re: Any idea ??? I'm lost .... Thanks

2008-10-01 Thread sunnyfr
that multicore.xml changed it's name to solr.xml. I take it you're using solr 1.3 or are you using a nightly build of some sort? Brendan On Oct 1, 2008, at 11:46 AM, sunnyfr wrote: Otherwise I've my solr.war in my foler /data/solr/ I've no idea anymore ... Any idea Brendan? sunnyfr wrote

Re: Any idea ??? I'm lost .... Thanks

2008-10-01 Thread sunnyfr
, at 12:07 PM, sunnyfr wrote: It's wierd because earlier in the code it looks like it does found it : Oct 1 18:00:36 solr-test jsvc.exec[5550]: Oct 1, 2008 6:00:36 PM org.apache.solr.core.SolrResourceLoader init INFO: Solr home set to '/data/solr/group/' Oct 1 18:00:36 solr-test

Re: Any idea ??? I'm lost .... Thanks

2008-10-01 Thread sunnyfr
try using 1.3. To be honest, if I remember correctly, 1.2 didn't have multicore support. Regards Brendan On Oct 1, 2008, at 12:20 PM, sunnyfr wrote: Thanks Brendan, I use solr 1.2 ... I will update to solr 1.3 soon .. I tried to rename it ... but still . help i need

Re: Any idea ??? I'm lost .... Thanks

2008-10-01 Thread sunnyfr
it... http://www.nabble.com/Any-idea-I%27m-lost--Thanks-to19762598.html (now i'm trying from a different client) Have you tried solr.xml rather then multicore.xml? before 1.3 was released, the file was renamed On Wed, Oct 1, 2008 at 12:31 PM, sunnyfr [EMAIL PROTECTED] wrote: It use

Re: Any idea ??? I'm lost .... Thanks

2008-10-02 Thread sunnyfr
Hi I've found the error, It was actually silly .. solr's jar's file was in the bad folder. I just removed them .. now it works ... GREAT :) sunnyfr wrote: Yes I tried to change the name manually but it didn't help, nothing changed. we spoke about the file in data/solr

Re: Replication on solr

2008-10-02 Thread sunnyfr
there have been changes. My personal preference is to use postCommit and postOptimize event listeners. Bill On Wed, Oct 1, 2008 at 4:28 AM, sunnyfr [EMAIL PROTECTED] wrote: Hi guys, Do you think it works better automaticly by solr after commit, fire snapshooter or start cron job. Thanks

Optimize

2008-10-02 Thread sunnyfr
Hi, Can somebody explain me a bit how works optimize? Is it automatic, because I configurated my snapshooter on the postOptimize, and not the postCommit, Did I miss something ? I read the doc but didn't get really what fire optimize, I did that: !-- Perform a commit/ automatically under

Optimize

2008-10-02 Thread sunnyfr
Hi, Can somebody explain me a bit how works optimize? I read the doc but didn't get really what fire optimize. Thanks a lot, -- View this message in context: http://www.nabble.com/Optimize-tp19775320p19775320.html Sent from the Solr - User mailing list archive at Nabble.com.

SEVERE: Exception while adding: Document, an Idea?

2008-10-02 Thread sunnyfr
Oct 2 11:35:02 solr-test jsvc.exec[11422]: Oct 2, 2008 11:35:02 AM org.apache.solr.handler.dataimport.SolrWriter upload SEVERE: Exception while adding: Documentindexed,termVector,omitNormschannels:life indexed,omitNormstag1:bureau indexed,tokenizedtext:bureau indexed,omitNormstag2:paris

Error for creating Index folder?

2008-10-02 Thread sunnyfr
Oct 2 14:09:30 solr-test jsvc.exec[12890]: Oct 2, 2008 2:09:30 PM org.apache.solr.core.SolrCore initIndex WARNING: [video] Solr index directory '/data/solr/video/data/index' doesn't exist. Creating new index... Oct 2 14:09:30 solr-test jsvc.exec[12890]: Oct 2, 2008 2:09:30 PM

Re: solr on ubuntu 8.04

2008-10-02 Thread sunnyfr
Hi, I've some issue with my tomcat, can you please tell me what you have in your folder ./var/lib/tomcat5.5/webapps ./usr/share/tomcat5.5/webapps Cuz really I'm a bit lost with tomcat55 and what's happening ... how did you manage it ?? Thanks a lot Jack Bates-2 wrote: Thanks for your

Re: Check solr/home property

2008-10-03 Thread sunnyfr
Thanks Hoss, I thought it might come from tomcat if it doesn't find it : [EMAIL PROTECTED]:/etc/tomcat5.5/Catalina/localhost# ls solr.xml [EMAIL PROTECTED]:/var/lib/tomcat5.5/webapps# ls solr solr.war I have solrconfig.xml in my folder /data/solr/books/conf/ and I've multicore.xml in

Re: Check solr/home property

2008-10-03 Thread sunnyfr
Thanks Hoss, I thought it might come from tomcat if it doesn't find it : [EMAIL PROTECTED]:/etc/tomcat5.5/Catalina/localhost# ls solr-jdni.xml [EMAIL PROTECTED]:/var/lib/tomcat5.5/webapps# ls solr solr.war I have solrconfig.xml in my folder /data/solr/books/conf/ and I've multicore.xml in

Re: Check solr/home property

2008-10-03 Thread sunnyfr
to see the specifics. Erik On Oct 3, 2008, at 4:32 AM, Shalin Shekhar Mangar wrote: If you are using multicore.xml then the solr/home property in your tomcat should be /data/solr On Fri, Oct 3, 2008 at 12:25 PM, sunnyfr [EMAIL PROTECTED] wrote: Thanks Hoss, I thought

Re: SEVERE: Exception while adding: Document, an Idea?

2008-10-03 Thread sunnyfr
associated with it (root cause)? -Grant On Oct 2, 2008, at 5:38 AM, sunnyfr wrote: Oct 2 11:35:02 solr-test jsvc.exec[11422]: Oct 2, 2008 11:35:02 AM org.apache.solr.handler.dataimport.SolrWriter upload SEVERE: Exception while adding: Documentindexed,termVector,omitNormschannels:life

Re: Availability Issues

2008-10-06 Thread sunnyfr
Hi Matthew, What do you mean by post your updates ? Does that mean that you just scp, copy data directory by cron job without using automatic replication. Because really since, I started to turn on autoCommit snapshooter, it does slow down and mess up a bit everything. Did you have had the same

A command is still running..

2008-10-06 Thread sunnyfr
Hi, A command is still running... How can I know exactly what does it do ? Cuz really , it looks like it does something, but I've cron job for delta-import every five minutes and nothing change .. last 20 minutes I would say, nothing changed at all, row fetched or request made .. And I

command is still running ? delta-import?

2008-10-06 Thread sunnyfr
Hi, A command is still running... How can I know exactly what does it do ? Cuz really , it looks like it does something, but I've cron job for delta-import every five minutes and nothing change .. last 20 minutes I would say, nothing changed at all, row fetched or request made .. And I

command still running ??? delta-import

2008-10-06 Thread sunnyfr
Hi, A command is still running... How can I know exactly what does it do ? Cuz really , it looks like it does something, but I've cron job for delta-import every five minutes and nothing change .. last 20 minutes I would say, nothing changed at all, row fetched or request made .. And I

Re: command is still running ? delta-import?

2008-10-06 Thread sunnyfr
PM, sunnyfr [EMAIL PROTECTED] wrote: Hi, A command is still running... How can I know exactly what does it do ? Cuz really , it looks like it does something, but I've cron job for delta-import every five minutes and nothing change .. last 20 minutes I would say, nothing changed at all, row

Re: command is still running ? delta-import?

2008-10-07 Thread sunnyfr
I'm using Linux. Thanks :) Noble Paul നോബിള്‍ नोब्ळ् wrote: *nix is for different flavours of unix. Sorry , it is not a command I assumed that you r using a linux/unix system. If you are using windows press a pause/break on that window On Mon, Oct 6, 2008 at 11:38 PM, sunnyfr [EMAIL

Re: command is still running ? delta-import?

2008-10-07 Thread sunnyfr
a linux/unix system. If you are using windows press a pause/break on that window On Mon, Oct 6, 2008 at 11:38 PM, sunnyfr [EMAIL PROTECTED] wrote: what does that means : kill -3 pid and ? this one is a command too ? in *nix thanks for your advice, Noble Paul നോബിള്‍ नोब्ळ् wrote: may

Re: Availability Issues

2008-10-07 Thread sunnyfr
Hi Matthew, Can you tell me what you mean by posting updates to every machine, you mean snapshot files or index directory copy thanks a lot Matthew, Wish you a nice day, Matthew Runo wrote: The way I'd do it would be to buy more servers, set up Tomcat on each, and get SOLR

It just start the commit but never stop it ??? what can I do ? cuz no exception?

2008-10-07 Thread sunnyfr
ct 6 10:45:45 solr-test jsvc.exec[18716]: Oct 6, 2008 10:45:45 AM org.apache.solr.update.DirectUpdateHandler2 commit INFO: start commit(optimize=false,waitFlush=true,waitSearcher=true) Oct 6 10:47:22 solr-test jsvc.exec[18716]: Oct 6, 2008 10:47:22 AM org.apache.solr.core.SolrCore execute INFO:

Re: command is still running ? delta-import?

2008-10-07 Thread sunnyfr
org.apache.solr.core.SolrCore execute INFO: [video] webapp=/solr path=/dataimport params={command=delta-import} status=0 QTime=0 sunnyfr wrote: Nothing changed I did that last night stop java process ps aux | grep java and kill -p every java's pid then I restart it and this morning

still my problem with autoCommit which fire but never ending!!! no idea

2008-10-07 Thread sunnyfr
Oct 7 15:50:46 solr-test jsvc.exec[25020]: Exception in thread Thread-34 Oct 7 15:50:46 solr-test jsvc.exec[25020]: java.lang.NoClassDefFoundError: net/sf/snowball/ext/EnglishStemmer Oct 7 15:50:46 solr-test jsvc.exec[25020]: ^Iat

autocommit activaed .. and INFO: AutoCommit: disabled, do you know why?

2008-10-07 Thread sunnyfr
Oct 7 13:40:32 solr-test jsvc.exec[23708]: Oct 7, 2008 1:40:32 PM org.apache.solr.util.plugin.AbstractPluginLoader load INFO: created html: org.apache.solr.highlight.HtmlFormatter Oct 7 13:40:32 solr-test jsvc.exec[23708]: Oct 7, 2008 1:40:32 PM org.apache.solr.search.SolrIndexSearcher init

Re: Stored field question

2008-10-07 Thread sunnyfr
: On Tue, Oct 7, 2008 at 5:09 AM, sunnyfr [EMAIL PROTECTED] wrote: I've the same problem I think, It doesn't appear to be related to the original poster's problem. I've add language fields and now commit start but never ending ... it stays stuck ...??? Can you elaborate on this? What's

Re: SolrJ - SolrServer#commit() doesn't return

2008-10-07 Thread sunnyfr
Hi, I've got the same problem, commit never ended ! What did you do to fix it up ? Thanks a lot, zayhen wrote: Are you using any postCommit postOptimize eventListener? I got some problems using them, that I run on scenario where the commit/optimize thread never ended. 2008/8/26

Re: command is still running ? delta-import?

2008-10-07 Thread sunnyfr
नोब्ळ् wrote: It will be useful if you get the thread dump of the VM at this point I did not ask you to kill the process. kill -3 process-id dumps the thread stacks to the console On Tue, Oct 7, 2008 at 1:03 PM, sunnyfr [EMAIL PROTECTED] wrote: Hi, Obviously it never ending the commit

Re: Stored field question

2008-10-07 Thread sunnyfr
I've the same problem I think, I've add language fields and now commit start but never ending ... it stays stuck ...??? field name=title type=textindexed=true stored=false / field name=title_fr type=text_frindexed=true stored=false /

Does something changes on the last version? concerning sn

2008-10-07 Thread sunnyfr
fieldtype name=text_en class=solr.TextField analyzer tokenizer class=solr.StandardTokenizerFactory/ filter class=solr.StandardFilterFactory/ filter class=solr.ISOLatin1AccentFilterFactory/ filter class=solr.LowerCaseFilterFactory/ filter

Re: still my problem with autoCommit which fire but never ending!!! no idea

2008-10-07 Thread sunnyfr
of these other problems. So, if we can get to the root of that, perhaps the others will all go away. Thanks, Grant On Oct 7, 2008, at 10:05 AM, sunnyfr wrote: Oct 7 15:50:46 solr-test jsvc.exec[25020]: Exception in thread Thread-34 Oct 7 15:50:46 solr-test jsvc.exec[25020

Re: still my problem with autoCommit which fire but never ending!!! no idea

2008-10-08 Thread sunnyfr
leading to all of these other problems. So, if we can get to the root of that, perhaps the others will all go away. Thanks, Grant On Oct 7, 2008, at 10:05 AM, sunnyfr wrote: Oct 7 15:50:46 solr-test jsvc.exec[25020]: Exception in thread Thread-34 Oct 7 15:50:46 solr-test jsvc.exec

solr 1.2 to solr 1.3, I've some error

2008-10-08 Thread sunnyfr
Hello, I've updated solr 1.2 to solr 1.3, so I've generated the new .war and add it to tomcat like I used to do and it used to work. For information I didn't change conf files : solrconfig, data-config, schema and scripts. I just changed the name multicore.xml to solr.xml And now I've this

solr 1.2 to solr 1.3, manage multilanguage error?

2008-10-08 Thread sunnyfr
Hi, I've updated recently solr to the last version, but I've an error : How can I manage language with this new version : My bug: Oct 8 11:32:13 solr-test jsvc.exec[29876]: Oct 8, 2008 11:32:13 AM org.apache.solr.request.XSLTResponseWriter init INFO: xsltCacheLifetimeSeconds=5 Oct 8 11:32:13

Solr 1.3 try to fire delta-import.

2008-10-08 Thread sunnyfr
Hi, I've a wierd problem, my solr seems running. When i go to : http://solr-test.adm.bookclub.com:8180/solr/books/admin/ I've a proper page : Solr Admin (videos) solr-test.adm.bookclub.com:8180 cwd=/data/solr SolrHome=/data/solr/books/ Even

Re: Solr 1.3 try to fire delta-import.

2008-10-08 Thread sunnyfr
sorry it's ok ... it's book but the same error. Shalin Shekhar Mangar wrote: Is the DataImportHandler defined in the solrconfig.xml for the video core? On Wed, Oct 8, 2008 at 7:26 PM, sunnyfr [EMAIL PROTECTED] wrote: Hi, I've a wierd problem, my solr seems running. When i go

  1   2   3   4   >