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
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 stuck timing : I mean timing change when I refresh page but just that, the rest stay like that and no exception.?? I've no idea lst

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

Re: scoring individual values in a multivalued field

2008-10-07 Thread abhishek007
I hope I am in the right thread for my doubt, which is somewhat related to the ongoing discussion. I have seen that when we search in a multivaled field, the length normalization factor considers all values of the field, rather than considering only the matched field value. For example, if my

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
Hi, Obviously it never ending the commit : 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

Re: command is still running ? delta-import?

2008-10-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
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 : ct 6 10:45:45

Re: *Very* slow Commit after upgrading to solr 1.3

2008-10-07 Thread Yonik Seeley
On Tue, Oct 7, 2008 at 6:32 AM, Ben Shlomo, Yatir [EMAIL PROTECTED] wrote: The problem is solved, see below. Since the performance is so sensitive to configuration - do you have a tip on how to determine the optimal configuration for mergeFactor, ramBufferSizeMB and other properties ? The

Re: Running Solr1.3 with multicore support

2008-10-07 Thread s4saurabh
Hi Raghav, It shows me the Admin core0 Admin core1 but as soon as I edit schema.xml in any of the cores and restart tomcat..and view schema file in schema browser of solr admin, it doesn't reflect the changes. Please let me know if you were able to make changes to schema.xml by adding

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
I did that but nothing changed ?? [EMAIL PROTECTED]:~# ps axf | grep java 23574 pts/0S+ 0:00 \_ grep java 23390 ?Ss 0:00 /usr/bin/jsvc -user tomcat55 -cp /usr/share/java/commons-daemon.jar:/usr/share/tomcat5.5/bin/bootstrap.jar -outfile SYSLOG -errfile SYSLOG

RE: *Very* slow Commit after upgrading to solr 1.3

2008-10-07 Thread Ben Shlomo, Yatir
Thanks Yonik, The problem is solved, see below. Since the performance is so sensitive to configuration - do you have a tip on how to determine the optimal configuration for mergeFactor, ramBufferSizeMB and other properties ? My original problem occurred even on a fresh rebuild of the index with

Re: Stored field question

2008-10-07 Thread Yonik Seeley
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 in the

Re: solr filesystem dependencies

2008-10-07 Thread Erlend Hamnaberg
Right. Thanks guys. On Tue, Oct 7, 2008 at 6:01 AM, Chris Hostetter [EMAIL PROTECTED]wrote: : To instantiate the schema and core, you should not *need* any files on disk -- : however, many of the plugins expect files like 'stopwords.txt' 'elevate.xml' : etc. They use the ResourceLoader,

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
I did but no more information ? [EMAIL PROTECTED]:~# ps axf | grep java 23574 pts/0S+ 0:00 \_ grep java 23390 ?Ss 0:00 /usr/bin/jsvc -user tomcat55 -cp /usr/share/java/commons-daemon.jar:/usr/share/tomcat5.5/bin/bootstrap.jar -outfile SYSLOG -errfile SYSLOG -pidfile

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: Index updates blocking readers: To Multicore or not?

2008-10-07 Thread Yonik Seeley
On Mon, Oct 6, 2008 at 2:10 PM, Jim Murphy [EMAIL PROTECTED] wrote: We have a farm of several Master-Slave pairs all managing a single very large logical index sharded across the master-slaves. We notice on the slaves, after an rsync update, as the index is being committed that all queries are

Tomcat session

2008-10-07 Thread JC R
Hello, Does somebody have an idea why a new servlet session is created for each request to solr? thanks -- View this message in context: http://www.nabble.com/Tomcat-session-tp19861244p19861244.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: spellcheck: issues

2008-10-07 Thread Grant Ingersoll
On Oct 6, 2008, at 4:08 PM, Jason Rennie wrote: I've noticed a few issues with spellcheck as I've been testing it out for use on our site... 1. Rebuild breaks requests - I'm using rebuildOnCommit ATM. If a commit is going on and files are being rebuilt in the spellcheck data dir,

Re: spellcheck: issues

2008-10-07 Thread Grant Ingersoll
On Oct 6, 2008, at 6:10 PM, Jason Rennie wrote: I've been using spellcheck.count=10 since that seems to yield a much better top result than using the default count of 1. However, I'm still seeing weird cases. Here are a few queries with returned suggestions. Frequency counts are in

Term weights

2008-10-07 Thread Donald Smith
Is there any way to get a list of terms and their weights from solr?

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

2008-10-07 Thread Grant Ingersoll
Hi Sunny, Pretty hard to say what's going on here, other than you don't have the right Lucene libraries in your install. However, I've noticed you appear to be having a number of problems with Solr and I'd like to suggest we back up a bit. Could you start a new thread in which you

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

2008-10-07 Thread sunnyfr
Thanks Grant ... I will try to get all this information for you. Thanks a lot for your help, I definitely need it. Grant Ingersoll-6 wrote: Hi Sunny, Pretty hard to say what's going on here, other than you don't have the right Lucene libraries in your install. However, I've noticed

Re: dismax and long phrases

2008-10-07 Thread Jon Drukman
Mike Klaas wrote: On 6-Oct-08, at 11:20 AM, Jon Drukman wrote: Chris Hostetter wrote: It's not a bug in the implementation, it's a side effect of the basic tenent of how dismax works since it inverts the input and creates a DisjunctionMaxQuery for each word in the input, any word that is

Re: Term weights

2008-10-07 Thread Grant Ingersoll
Give https://issues.apache.org/jira/browse/SOLR-651 a try and let me know if you have any feedback. -Grant On Oct 7, 2008, at 12:06 PM, Donald Smith wrote: Is there any way to get a list of terms and their weights from solr? -- Grant Ingersoll Lucene Helpful

Re: spellcheck: issues

2008-10-07 Thread Jason Rennie
On Tue, Oct 7, 2008 at 11:56 AM, Grant Ingersoll [EMAIL PROTECTED]wrote: Is there anyway you can write up a small test case? This definitely sounds like a bug. I tried adding single word documents according to the top ten suggestions and frequencies for chanl. I.e. I created a fresh index,

Re: Term weights

2008-10-07 Thread Donald Smith
The issue for me is more solr server wide. What I'd like to do is evaluate term effectiveness, so for example if I put in bench i want to know that seat has a better or worse score. My current thought of how to do this is to get a list of all terms from the server with their weights in the index.

Re: Term weights

2008-10-07 Thread Grant Ingersoll
Sounds like a nice extension to the LukeRequestHandler (LRH), as the information is available in Lucene/Solr and the LRH is the place to do it, I guess. Although, I could also see it being useful as a SearchComponent (as is much of the LRH), so maybe that also needs to be refactored, but

Re: spellcheck: issues

2008-10-07 Thread Grant Ingersoll
Can you share your spellchecker setup and the code for the test case? I would like to reproduce it and see what's going on. On Oct 7, 2008, at 2:18 PM, Jason Rennie wrote: On Tue, Oct 7, 2008 at 11:56 AM, Grant Ingersoll [EMAIL PROTECTED]wrote: Is there anyway you can write up a small

Querying multivalued field - can scoring formula consider only matched values?

2008-10-07 Thread abhishek007
Hi, My application needs to handle synonyms for courses. The most natural way to achieve this would be having the field course to be multivalued. Now, say I add documents like: document field name=professorJohn Dane/field field name=courseAlgorithms/field field name=courseTheory/field

Talking to Solr through a log4j appender?

2008-10-07 Thread Moazam Raja
Hi all, has anyone tried communicating to Solr via a log4j appender? If so, what kind of layout are you using to format the requests properly? The whole purpose of using a log4j appender to talk to Solr would be so that adding Solr/Lucene to an existing application would be minimally invasive.

Re: spellcheck: issues

2008-10-07 Thread Jason Rennie
Sure. I just sent the relevant files/code directly to you. Let me know if you don't get them or have any trouble with them. Jason On Tue, Oct 7, 2008 at 3:27 PM, Grant Ingersoll [EMAIL PROTECTED] wrote: Can you share your spellchecker setup and the code for the test case? I would like to

Re: Talking to Solr through a log4j appender?

2008-10-07 Thread Ryan McKinley
do you mean, writing an appender that when you call: log.info( blah bla ba... ); that gets posted to a solr index? - - - I have not heard of anything, but should be relatively easy using solrj... On Oct 7, 2008, at 4:35 PM, Moazam Raja wrote: Hi all, has anyone tried communicating to Solr

Mixing XPathEntityProcesor and JdbcDataSource

2008-10-07 Thread Manuel Carrasco
Hello guys Do you know a way to use XPathEntityProcessor with data comming from a XML field stored in a database? Thanks Manolo

Re: Mixing XPathEntityProcesor and JdbcDataSource

2008-10-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
There is no direct way. I'll suggest a better solution use JdbcDataSource and get the xml as a clob/string write a transformer which can take in that field and extract fields out of the xml. There is a class called XPathRecordReader which is used by XPathEntityProcessor wjich you can directly