Re: Testing Solr configuration, schema, and other fields

2015-12-31 Thread Erik Hatcher
Dan - I’m a fan of the idea of using EmbeddedSolrServer for the type of thing you mention, but since you’re already using SolrCloud how about simply upconfig’ing the configuration from the Git repo, create a temporary collection using that configset and smoke test it before making it ready for

RE: Testing Solr configuration, schema, and other fields

2015-12-31 Thread Alexandre Rafalovitch
not. > > -Original Message- > From: Alexandre Rafalovitch [mailto:arafa...@gmail.com] > Sent: Thursday, December 31, 2015 11:40 AM > To: solr-user <solr-user@lucene.apache.org> > Subject: Re: Testing Solr configuration, schema, and other fields > > Makes sense

Re: Testing Solr configuration, schema, and other fields

2015-12-31 Thread Alexandre Rafalovitch
and so I've been seeking the > wisdom of the crowd. > > -Original Message- > From: Alexandre Rafalovitch [mailto:arafa...@gmail.com] > Sent: Thursday, December 31, 2015 12:42 AM > To: solr-user <solr-user@lucene.apache.org> > Subject: Re: Testing Solr configuration, schema

RE: Testing Solr configuration, schema, and other fields

2015-12-31 Thread Davis, Daniel (NIH/NLM) [C]
negotiate EC2 for dev later this year, maybe not. -Original Message- From: Alexandre Rafalovitch [mailto:arafa...@gmail.com] Sent: Thursday, December 31, 2015 11:40 AM To: solr-user <solr-user@lucene.apache.org> Subject: Re: Testing Solr configuration, schema, and other fields Makes

Re: Testing Solr configuration, schema, and other fields

2015-12-31 Thread Erick Erickson
SolrServer. > > -Original Message- > From: Erik Hatcher [mailto:erik.hatc...@gmail.com] > Sent: Thursday, December 31, 2015 10:00 AM > To: solr-user@lucene.apache.org > Subject: Re: Testing Solr configuration, schema, and other fields > > Dan - I’m a fan of the ide

RE: Testing Solr configuration, schema, and other fields

2015-12-31 Thread Davis, Daniel (NIH/NLM) [C]
Sent: Thursday, December 31, 2015 12:42 AM To: solr-user <solr-user@lucene.apache.org> Subject: Re: Testing Solr configuration, schema, and other fields I might be just confused here, but I am not sure what your bottle neck actually is. You seem to know your critical path already, so how

RE: Testing Solr configuration, schema, and other fields

2015-12-31 Thread Davis, Daniel (NIH/NLM) [C]
ovitch [mailto:arafa...@gmail.com] Sent: Thursday, December 31, 2015 12:24 PM To: solr-user <solr-user@lucene.apache.org> Subject: RE: Testing Solr configuration, schema, and other fields Well, I guess NIH stands for Not Invented Here. No idea what NLM is for. P.s. sorry, could not resist. I wor

RE: Testing Solr configuration, schema, and other fields

2015-12-31 Thread Davis, Daniel (NIH/NLM) [C]
--- From: Erik Hatcher [mailto:erik.hatc...@gmail.com] Sent: Thursday, December 31, 2015 10:00 AM To: solr-user@lucene.apache.org Subject: Re: Testing Solr configuration, schema, and other fields Dan - I’m a fan of the idea of using EmbeddedSolrServer for the type of thing you mention, but since you’re

Re: Testing Solr configuration, schema, and other fields

2015-12-30 Thread Alexandre Rafalovitch
I might be just confused here, but I am not sure what your bottle neck actually is. You seem to know your critical path already, so how can we help? Starting new solr core from given configuration directory is easy. Catching hard errors from that is probably just gripping logs or a custom logger.

Testing Solr configuration, schema, and other fields

2015-12-30 Thread Davis, Daniel (NIH/NLM) [C]
At my organization, I want to create a tool that allows users to keep a solr configuration as a Git repository. Then, I want my Continuous Integration environment to take some branch of the git repository and "publish" it into ZooKeeper/SolrCloud. Working on my own, it is only a very small

RE: Testing Solr configuration, schema, and other fields

2015-12-30 Thread Davis, Daniel (NIH/NLM) [C]
[mailto:mhornin...@grayhairsoftware.com] Sent: Wednesday, December 30, 2015 3:25 PM To: solr-user@lucene.apache.org Subject: RE: Testing Solr configuration, schema, and other fields Daniel, Sounds almost like you're reinventing the wheel. Could you possibly automate this through puppet or Chef

RE: Testing Solr configuration, schema, and other fields

2015-12-30 Thread Mark Horninger
a thought on that subject. v/r, -Mark H. -Original Message- From: Davis, Daniel (NIH/NLM) [C] [mailto:daniel.da...@nih.gov] Sent: Wednesday, December 30, 2015 3:10 PM To: solr-user@lucene.apache.org Subject: Testing Solr configuration, schema, and other fields At my organization, I want

RE: Testing Solr configuration, schema, and other fields

2015-12-30 Thread Davis, Daniel (NIH/NLM) [C]
is using a framework or a couple of SQL files, scripts, and a VERSION table.It ought to be that easy. -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Wednesday, December 30, 2015 5:37 PM To: solr-user <solr-user@lucene.apache.org> Subject: Re: Testin

Re: Testing Solr configuration, schema, and other fields

2015-12-30 Thread Erick Erickson
yhairsoftware.com] > Sent: Wednesday, December 30, 2015 3:25 PM > To: solr-user@lucene.apache.org > Subject: RE: Testing Solr configuration, schema, and other fields > > Daniel, > > > Sounds almost like you're reinventing the wheel. Could you possibly automate > this

Re: Blog Post: Integration Testing SOLR Index with Maven

2013-03-15 Thread Chantal Ackermann
Hi, @Lance - thanks, it's a pleasure to give something back to the community. Even if it is comparatively small. :-) @Paul - it's definitly not 15 min but rather 2 min. Actually, the testing part of this setup is very regular compared to other Maven projects. The copying of the WAR file and

Blog Post: Integration Testing SOLR Index with Maven

2013-03-14 Thread Chantal Ackermann
Hi all, this is not a question. I just wanted to announce that I've written a blog post on how to set up Maven for packaging and automatic testing of a SOLR index configuration. http://blog.it-agenten.com/2013/03/integration-testing-your-solr-index-with-maven/ Feedback or comments

Re: Blog Post: Integration Testing SOLR Index with Maven

2013-03-14 Thread David Philip
Informative. Useful.Thanks On Thu, Mar 14, 2013 at 1:59 PM, Chantal Ackermann c.ackerm...@it-agenten.com wrote: Hi all, this is not a question. I just wanted to announce that I've written a blog post on how to set up Maven for packaging and automatic testing of a SOLR index

Re: Blog Post: Integration Testing SOLR Index with Maven

2013-03-14 Thread Paul Libbrecht
Nice, Chantal can you indicate there or here what kind of speed for integration tests you've reached with this, from a bare source to a successfully tested application? (e.g. with 100 documents) thanks in advance Paul On 14 mars 2013, at 09:29, Chantal Ackermann wrote: Hi all, this

Re: Blog Post: Integration Testing SOLR Index with Maven

2013-03-14 Thread Chantal Ackermann
Hi Paul, I'm sorry I cannot provide you with any numbers. I also doubt it would be wise to post any as I think the speed depends highly on what you are doing in your integration tests. Say you have several request handlers that you want to test (on different cores), and some more complex use

Re: Blog Post: Integration Testing SOLR Index with Maven

2013-03-14 Thread Paul Libbrecht
Chantal, the goal is different: get a general feeling how practical it is to integrate this in the routine. If you are able, on your contemporary machine which I assume is not a supercomputer of some special sort, to run this whole process somewhat useful for you in about 2 minutes then I'll

Re: Blog Post: Integration Testing SOLR Index with Maven

2013-03-14 Thread Lance Norskog
Wow! That's great. And it's a lot of work, especially getting it all keyboard-complete. Thank you. On 03/14/2013 01:29 AM, Chantal Ackermann wrote: Hi all, this is not a question. I just wanted to announce that I've written a blog post on how to set up Maven for packaging and automatic

Re: stress testing Solr 4.x

2012-12-10 Thread Alain Rogister
Hi Mark, Usually I was stopping them with ctrl-c but several times, one of the servers was hung and had to be stopped with kill -9. Thanks, Alain On Mon, Dec 10, 2012 at 5:09 AM, Mark Miller markrmil...@gmail.com wrote: Hmmm...EOF on the segments file is odd... How were you killing the

Re: stress testing Solr 4.x

2012-12-09 Thread Mark Miller
Hmmm...EOF on the segments file is odd... How were you killing the nodes? Just stopping them or kill -9 or what? - Mark On Sun, Dec 9, 2012 at 1:37 PM, Alain Rogister alain.rogis...@gmail.com wrote: Hi, I have re-ran my tests today after I updated Solr 4.1 to apply the patch. First, the

Re: stress testing Solr 4.x

2012-12-08 Thread Mark Miller
Hmm…I've tried to replicate what looked like a bug from your report (3 Solr servers stop/start ), but on 5x it works no problem for me. It shouldn't be any different on 4x, but I'll try that next. In terms of starting up Solr without a working ZooKeeper ensemble - it won't work currently.

Re: stress testing Solr 4.x

2012-12-08 Thread Mark Miller
After some more playing around on 5x I have duplicated the issue. I'll file a JIRA issue for you and fix it shortly. - Mark On Dec 8, 2012, at 8:43 AM, Mark Miller markrmil...@gmail.com wrote: Hmm…I've tried to replicate what looked like a bug from your report (3 Solr servers stop/start ),

Re: stress testing Solr 4.x

2012-12-08 Thread Alain Rogister
Great, thanks Mark ! I'll test the fix and post my results. Alain On Saturday, December 8, 2012, Mark Miller wrote: After some more playing around on 5x I have duplicated the issue. I'll file a JIRA issue for you and fix it shortly. - Mark On Dec 8, 2012, at 8:43 AM, Mark Miller

Re: stress testing Solr 4.x

2012-12-08 Thread Mark Miller
No problem! Here is the JIRA issue: https://issues.apache.org/jira/browse/SOLR-4158 - Mark On Sat, Dec 8, 2012 at 6:03 PM, Alain Rogister alain.rogis...@gmail.com wrote: Great, thanks Mark ! I'll test the fix and post my results. Alain On Saturday, December 8, 2012, Mark Miller wrote:

Re: stress testing Solr 4.x

2012-12-07 Thread Mark Miller
Hey, I'll try and answer this tomorrow. There is a def an unreported bug in there that needs to be fixed for the restarting the all nodes case. Also, a 404 one is generally when jetty is starting or stopping - there are points where 404's can be returned. I'm not sure why else you'd see one.

Re: Testing Solr Cloud with ZooKeeper

2012-11-13 Thread darul
in context: http://lucene.472066.n3.nabble.com/Testing-Solr-Cloud-with-ZooKeeper-tp4018900p4020118.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Testing Solr Cloud with ZooKeeper

2012-11-13 Thread darul
Looks like after timeout has finished, first solr instance respond I was not waiting enough. Is it possible to reduce this *timeout* value ? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Testing-Solr-Cloud-with-ZooKeeper-tp4018900p4020190.html Sent from

Re: Testing Solr Cloud with ZooKeeper

2012-11-09 Thread Erick Erickson
: Is it same issue as one detailed here http://lucene.472066.n3.nabble.com/SolrCloud-leader-election-on-single-node-td4015804.html -- View this message in context: http://lucene.472066.n3.nabble.com/Testing-Solr-Cloud-with-ZooKeeper-tp4018900p4019183.html Sent from the Solr - User mailing list

Re: Testing Solr Cloud with ZooKeeper

2012-11-09 Thread darul
ideas, Thanks again, Jul -- View this message in context: http://lucene.472066.n3.nabble.com/Testing-Solr-Cloud-with-ZooKeeper-tp4018900p4019257.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Testing Solr Cloud with ZooKeeper

2012-11-09 Thread ku3ia
Hi, I have near the same problems with cloud state see http://lucene.472066.n3.nabble.com/Replicated-zookeeper-td4018984.html -- View this message in context: http://lucene.472066.n3.nabble.com/Testing-Solr-Cloud-with-ZooKeeper-tp4018900p4019264.html Sent from the Solr - User mailing list

Re: Testing Solr Cloud with ZooKeeper

2012-11-09 Thread darul
Yes ku3ia, I read your thread yesterday and looks like we get same issue. I wish Apache Con is nearly finished and expert can resolve this Thanks again to solr community, Jul -- View this message in context: http://lucene.472066.n3.nabble.com/Testing-Solr-Cloud-with-ZooKeeper

Re: Testing Solr Cloud with ZooKeeper

2012-11-08 Thread darul
are really down in production and I restart everything ? Another question, 2 shards means 2 zookeeper ensemble, 3 shards, 3 zookeeper ensemble ? Thanks, Jul -- View this message in context: http://lucene.472066.n3.nabble.com/Testing-Solr-Cloud-with-ZooKeeper-tp4018900p4019028.html Sent from

Re: Testing Solr Cloud with ZooKeeper

2012-11-08 Thread darul
not doing the right way ;) -- View this message in context: http://lucene.472066.n3.nabble.com/Testing-Solr-Cloud-with-ZooKeeper-tp4018900p4019102.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Testing Solr Cloud with ZooKeeper

2012-11-08 Thread darul
this message in context: http://lucene.472066.n3.nabble.com/Testing-Solr-Cloud-with-ZooKeeper-tp4018900p4019103.html Sent from the Solr - User mailing list archive at Nabble.com.

Testing Solr Cloud with ZooKeeper

2012-11-07 Thread darul
/Testing-Solr-Cloud-with-ZooKeeper-tp4018900.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Testing Solr Cloud with ZooKeeper

2012-11-07 Thread darul
.472066.n3.nabble.com/Testing-Solr-Cloud-with-ZooKeeper-tp4018900p4018902.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Testing Solr Cloud with ZooKeeper

2012-11-07 Thread Erick Erickson
cluster ? Or not ? I read again and see Solr embeds and uses Zookeeper as a repository for cluster configuration and coordination, so meaning just configuration, not index repository at all ? -- View this message in context: http://lucene.472066.n3.nabble.com/Testing-Solr-Cloud-with-ZooKeeper

Re: Testing Solr Cloud with ZooKeeper

2012-11-07 Thread darul
/Testing-Solr-Cloud-with-ZooKeeper-tp4018900p4018909.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Testing Solr Cloud with ZooKeeper

2012-11-07 Thread Otis Gospodnetic
... but looks like I have played to much: when I start main solr shard. I try everything again tomorrow and give you feedback. -- View this message in context: http://lucene.472066.n3.nabble.com/Testing-Solr-Cloud-with-ZooKeeper-tp4018900p4018909.html Sent from the Solr - User mailing

Jetty Error while testing Solr

2012-11-07 Thread deniz
calismiyor... Calissa yapar... -- View this message in context: http://lucene.472066.n3.nabble.com/Jetty-Error-while-testing-Solr-tp4018950.html Sent from the Solr - User mailing list archive at Nabble.com.

Facing Problem while testing solr 3.6 with Tomcat 6

2012-05-16 Thread Amit Handa
hi All, Kindly guide me in resolving the following issue which is coming while testing Apache Solr 3.6 with Tomcat 6 while trying to access http://localhost:8080/solr-example/; HTTP Status 500 - -- *type* Exception report *message* ** *description* *The server

Re: Testing Solr Search results

2011-09-05 Thread Marc SCHNEIDER
Hi, It depends what you want to test. If you want to check that your fields behave like they should (for example make sure that the content of a field containing accents can be retrieved) they you can write unit tests using a Solr client API like solrj. You insert sample data and then you

Re: Testing Solr Search results

2011-09-03 Thread Erick Erickson
This an unsolved problem in general. The TREC folks try this, see: http://trec.nist.gov/ but in general I've found that each domain has such specific needs that correctness isn't an easy thing to pin down. Of course you can, with a known set of data, define the best response and try to tune Solr

Testing Solr Search results

2011-09-02 Thread Nemani, Raj
All, I was wondering if anybody has any information on approaches to testing and verification search results from Solr. Most of the time we end up manually verifying the results from a search but the verification is not necessarily scientific. The main question is what are we verifying these

Testing Solr

2010-12-16 Thread satya swaroop
Hi All, I built solr successfully and i am thinking to test it with nearly 300 pdf files, 300 docs, 300 excel files,...and so on of each type with 300 files nearly Is there any dummy data available to test for solr,Otherwise i need to download each and every file individually..??

Re: Testing Solr

2010-12-16 Thread Dennis Gearon
satya.yada...@gmail.com Subject: Testing Solr To: solr-user@lucene.apache.org Date: Thursday, December 16, 2010, 10:55 PM Hi All,          I built solr successfully and i am thinking to test it  with nearly 300 pdf files, 300 docs, 300 excel files,...and so on of each type with 300 files

Re: Is there any strss test tool for testing Solr?

2010-08-30 Thread 朱炎詹
Subject: Re: Is there any strss test tool for testing Solr? On Wed, 25 Aug 2010 19:58:36 -0700 Amit Nithian anith...@gmail.com wrote: i recommend JMeter. We use that to do load testing on a search server. [...] JMeter is certainly good, but we have also found Apache bench to also be of much

Re: Is there any strss test tool for testing Solr?

2010-08-26 Thread Gora Mohanty
On Wed, 25 Aug 2010 19:58:36 -0700 Amit Nithian anith...@gmail.com wrote: i recommend JMeter. We use that to do load testing on a search server. [...] JMeter is certainly good, but we have also found Apache bench to also be of much use. Maybe it is just us, and what we are familiar with, but

Re: Is there any strss test tool for testing Solr?

2010-08-26 Thread Chris Hostetter
: References: aanlktikmljxobdckycqsgfu8i47-0ec7bx7ujfkj2...@mail.gmail.com : c7062fba00bb4ced8360a7e2dcf5c...@udc70634p002 : In-Reply-To: c7062fba00bb4ced8360a7e2dcf5c...@udc70634p002 : Subject: Is there any strss test tool for testing Solr? http://people.apache.org/~hossman/#threadhijack

Is there any strss test tool for testing Solr?

2010-08-25 Thread 朱炎詹
We're currently building a Solr index with ober 1.2 million documents. I want to do a good stress test of it. Does anyone know if ther's a appropriate stress test tool for Solr? Or any good suggestion? Best Regards, Scott

Re: Is there any strss test tool for testing Solr?

2010-08-25 Thread Amit Nithian
i recommend JMeter. We use that to do load testing on a search server. of course you have to provide a reasonable set of queries as input... if you don't have any then a reasonable estimation based on your expected traffic should suffice. JMeter can be used for other load testing too.. Be careful