Re: Embedded Solr

2011-03-22 Thread Paul Libbrecht
Greg, I guess the question is related to the app-store's ban of java. If you follow the java-...@lists.apple.com mailing list you'll see that a full JVM is a problem but that skimmed, self-installed JVMs have been ok at least once. SOLR is under the family of things that do not need a gui so

when to change rows param?

2011-03-22 Thread Paul Libbrecht
Hello list, I've been using my own QueryComponent (that extends the search one) successfully to rewrite web-received parameters that are sent from the (ExtJS-based) javascript client. This allows an amount of query-rewriting, that's good. I tried to change the rows parameter there (which is

Re: working with collection : Where is default schema.xml

2011-03-22 Thread Geert-Jan Brits
Changing the default schema.xml to what you want is the way to go for most of us. It's a good learning experience as well, since it contains a lot of documentation about the options that may be of interest to you. Cheers, Geert-Jan 2011/3/22 geag34 sac@gmail.com Ok thank. It is my fault.

SOLR-2242-distinctFacet.patch

2011-03-22 Thread Isha Garg
Hi, I want to enquire the patch for namedistinct(SOLR-2242-distinctFacet.patch) available with solr4.0 trunk. Thank! Isha

Re: Help with explain query syntax

2011-03-22 Thread Glòria Martínez
Thank you very much! On Wed, Mar 9, 2011 at 2:01 AM, Yonik Seeley yo...@lucidimagination.comwrote: It's probably the WordDelimiterFilter: org.apache.solr.analysis.WordDelimiterFilterFactory args:{preserveOriginal: 1 splitOnCaseChange: 1 generateNumberParts: 1 catenateWords: 0

Re: Transform a SolrDocument into a SolrInputDocument

2011-03-22 Thread Marc SCHNEIDER
Ok that's perfectly clear. Thanks a lot for all your answers! Marc. On Mon, Mar 21, 2011 at 4:34 PM, Gora Mohanty g...@mimirtech.com wrote: On Mon, Mar 21, 2011 at 8:33 PM, Marc SCHNEIDER marc.schneide...@gmail.com wrote: Hi Erick, Thanks for your answer. I'm a quite newbie to Solr so

solr on the cloud

2011-03-22 Thread Dmitry Kan
hey folks, I have tried running the sharded solr with zoo keeper on a single machine. The SOLR code is from current trunk. It runs nicely. Can you please point me to a page, where I can check the status of the solr on the cloud development and available features, apart from

Re: DIH Issue(newbie to solr)

2011-03-22 Thread Gora Mohanty
On Mon, Mar 21, 2011 at 10:59 PM, neha pneha...@yahoo.com wrote: Thanks Gora it works..!!! Thanks again. One last question, the documents get indexed well and all but when I issue full-import command it still says Total Requests made to DataSource 0 [...] Not sure why that is, but would guess

Re: email - DIH

2011-03-22 Thread Erick Erickson
Not unless you provide a lot more data. Have you inspected the Solr logs and seen any anomalies? Please review: http://wiki.apache.org/solr/UsingMailingLists Best Erick On Mon, Mar 21, 2011 at 3:56 PM, Matias Alonso matiasgalo...@gmail.com wrote: Hi, I’m using Data Import Handler for index

Re: How to upgrade to Solr4.0 to use Result Grouping?

2011-03-22 Thread Erick Erickson
Awww, rats. Thanks Yonik, I keep getting this mixed up... Erick On Mon, Mar 21, 2011 at 2:57 PM, Yonik Seeley yo...@lucidimagination.com wrote: On Mon, Mar 21, 2011 at 10:20 AM, Erick Erickson erickerick...@gmail.com wrote: Get the release and re-index? You can get a trunk version either

help with Solr installation within Tomcat7

2011-03-22 Thread ramdev.wudali
Hi All: I have just started using Solr and have it successfully installed within a Tomcat7 Webapp server. I have also indexed documents using the SolrJ interfaces. The following is my problem: I installed Solr under Tomcat7 folders and setup an xml configuration file to indicate the Solr

Re: Adding the suggest component

2011-03-22 Thread Brian Lamb
Thanks everyone for the advice. I checked out a recent version from SVN and ran: ant clean example This worked just fine. However when I went to start the solr server, I get this error message: SEVERE: org.apache.solr.common.SolrException: Error loading class

Re: Adding the suggest component

2011-03-22 Thread Brian Lamb
I found the following in the build.xml file: invoke-javadoc destdir=${build.javadoc} sources packageset dir=${src}/common / packageset dir=${src}/solrj / packageset dir=${src}/java / packageset dir=${src}/webapp/src / packageset dir=contrib/dataimporthandler/src/main/java /

Re: Adding the suggest component

2011-03-22 Thread Ahmet Arslan
--- On Tue, 3/22/11, Brian Lamb brian.l...@journalexperts.com wrote: From: Brian Lamb brian.l...@journalexperts.com Subject: Re: Adding the suggest component To: solr-user@lucene.apache.org Cc: Erick Erickson erickerick...@gmail.com Date: Tuesday, March 22, 2011, 5:28 PM Thanks everyone

Re: email - DIH

2011-03-22 Thread Matias Alonso
Thank you very much for your answer Erick. My apologies for the previous email; my problem is that I don´t speak English very well and I´m new in the world of mailing list. The problem is that I´m indexing emails throw Data import Handler using Gmail with imaps; I do this for search on email

Re: Adding the suggest component

2011-03-22 Thread Brian Lamb
Awesome! That fixed that problem. I'm getting another class not found error but I'll see if I can fix it on my own first. On Tue, Mar 22, 2011 at 11:56 AM, Ahmet Arslan iori...@yahoo.com wrote: --- On Tue, 3/22/11, Brian Lamb brian.l...@journalexperts.com wrote: From: Brian Lamb

Re: Adding the suggest component

2011-03-22 Thread Brian Lamb
I fixed a few other exceptions it threw when I started the server but I don't know how to fix this one: java.lang.NoClassDefFoundError: Could not initialize class org.apache.solr.handler.dataimport.DataImportHandler at java.lang.Class.forName0(Native Method) java.lang.NoClassDefFoundError:

Solr 1.4.1 and Tika 0.9 - some tests not passing

2011-03-22 Thread Andreas Kemkes
Due to some PDF indexing issues with the Solr 1.4.1 distribution, we would like to upgrade it to Tika 0.9, as the issues are not occurring in Tika 0.9. With the changes we made to Solr 1.4.1, we can successfully index the previously failing PDF documents. Unfortunately we cannot get the

Re: Adding the suggest component

2011-03-22 Thread Ahmet Arslan
java.lang.NoClassDefFoundError: Could not initialize class org.apache.solr.handler.dataimport.DataImportHandler at java.lang.Class.forName0(Native Method) java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory at

Architecture question about solr sharding

2011-03-22 Thread JohnRodey
I have an issue and I'm wondering if there is an easy way around it with just SOLR. I have multiple SOLR servers and a field in my schema is a relative path to a binary file. Each SOLR server is responsible for a different subset of data that belongs to a different base path. For Example... My

Re: Adding the suggest component

2011-03-22 Thread Brian Lamb
That fixed that error as well as the could not initialize Dataimport class error. Now I'm getting: org.apache.solr.common.SolrException: Error Instantiating Request Handler, org.apache.solr.handler.dataimport.DataImportHandler is not a org.apache.solr.request.SolrRequestHandler I can't find

Re: Solr performance issue

2011-03-22 Thread Alexey Serba
Btw, I am monitoring output via jconsole with 8gb of ram and it still goes to 8gb every 20 seconds or so, gc runs, falls down to 1gb. Hmm, jvm is eating 8Gb for 20 seconds - sounds a lot. Do you return all results (ids) for your queries? Any tricky faceting/sorting/function queries?

Re: help with Solr installation within Tomcat7

2011-03-22 Thread Erick Erickson
What error are you receiving? Check your config files for any absolute rather than relative paths would be my first guess... Best Erick On Tue, Mar 22, 2011 at 10:09 AM, ramdev.wud...@thomsonreuters.com wrote: Hi All:   I have just started using Solr and have it successfully installed within

Re: Architecture question about solr sharding

2011-03-22 Thread Erick Erickson
I'd just put the data in the document. That way, you're not inferring anything, you *know* which shard (or even the logical shard) the data came from. Does that make sense in your problem sace? Erick On Tue, Mar 22, 2011 at 3:20 PM, JohnRodey timothydd...@yahoo.com wrote: I have an issue and

Re: help with Solr installation within Tomcat7

2011-03-22 Thread Ezequiel Calderara
Where is your solr files (war, conf files) located? How did you instance solr in tomcat? On Tue, Mar 22, 2011 at 7:08 PM, Erick Erickson erickerick...@gmail.comwrote: What error are you receiving? Check your config files for any absolute rather than relative paths would be my first guess...

Multiple Cores with Solr Cell for indexing documents

2011-03-22 Thread Brandon Waterloo
Hello everyone, I've been trying for several hours now to set up Solr with multiple cores with Solr Cell working on each core. The only items being indexed are PDF, DOC, and TXT files (with the possibility of expanding this list, but for now, just assume the only things in the index should be

Re: email - DIH

2011-03-22 Thread Gora Mohanty
On Tue, Mar 22, 2011 at 9:38 PM, Matias Alonso matiasgalo...@gmail.com wrote: [...] The problem is that I´m indexing emails throw Data import Handler using Gmail with imaps; I do this for search on email list in the future. The emails are indexed partiality and I can´t found the problem of why