Rafalovitch [mailto:arafa...@gmail.com]
Sent: Thursday, December 31, 2015 12:24 PM
To: solr-user
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 worked for orgs like that too :-
year, maybe not.
>
> -Original Message-
> From: Alexandre Rafalovitch [mailto:arafa...@gmail.com]
> Sent: Thursday, December 31, 2015 11:40 AM
> To: solr-user
> Subject: Re: Testing Solr configuration, schema, and other fields
>
> Makes sense.
>
> Answering
nd Glacier. Maybe we'll 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
Subject: Re: Testing Solr configuration, schema, and other fields
Makes sense.
beddedSolrServer.
>
> -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 idea o
eking 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
> Subject: Re: Testing Solr configuration, schema, and other fields
>
> I might be just confu
.com]
Sent: Thursday, December 31, 2015 12:42 AM
To: solr-user
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 can we help?
Starting new
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 idea of using EmbeddedSolrServer for the type of thing
you mention, but sin
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 e
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.
er 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
Subject: Re: Testing Solr configuration, schema
are.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
[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
ust 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 wa
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 pa
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 re
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 testi
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 be
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 c
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,
>
>
> thi
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 config
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 appreciated
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 wrote:
> Hmmm...EOF on the segments file is odd...
>
> How were you killing the nodes? Just stopping t
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 wrote:
> Hi,
>
> I have re-ran my tests today after I updated Solr 4.1 to apply the patch.
>
> First, the good news : it works i
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 wrote:
> Great, thanks Mark ! I'll test the fix and post my results.
>
> Alain
>
> On Saturday, December 8, 2012, Mark Miller wrote:
>
>> After some more pla
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 wro
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 wrote:
> Hmm…I've tried to replicate what looked like a bug from your report (3 Solr
> servers stop/start ), but on 5x it works n
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. Cores
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.
G
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 the
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.
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
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
ot what I was
expected.
Any 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.
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
d...
--
View 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.
ap, looks like I am 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.
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 the
0
do i need to change some stuff in config or are there ways to fix this
without dealing with jetty configs?
-
Zeki ama calismiyor... Calissa yapar...
--
View this message in context:
http://lucene.472066.n3.nabble.com/Jetty-Error-while-testing-Solr-t
t
> is stranged...
>
> 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-So
/Testing-Solr-Cloud-with-ZooKeeper-tp4018900p4018909.html
Sent from the Solr - User mailing list archive at Nabble.com.
n", 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-tp4018900p4018902.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Testing-Solr-Cloud-with-ZooKeeper-tp4018900p4018902.html
Sent from the Solr - User mailing list archive at Nabble.com.
ssage in context:
http://lucene.472066.n3.nabble.com/Testing-Solr-Cloud-with-ZooKeeper-tp4018900.html
Sent from the Solr - User mailing list archive at Nabble.com.
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 en
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
programma
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 So
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 s
kes. It is usually a
better idea to learn from others’ mistakes, so you do not have to make them
yourself. from 'http://blogs.techrepublic.com.com/security/?p=4501&tag=nl.e036'
EARTH has a Right To Life,
otherwise we all die.
--- On Thu, 12/16/10, satya swaroop wrote:
> Fr
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..??
An
:22 AM
Subject: Re: Is there any strss test tool for testing Solr?
On Wed, 25 Aug 2010 19:58:36 -0700
Amit Nithian 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 i
: References:
:
: In-Reply-To:
: Subject: Is there any strss test tool for testing Solr?
http://people.apache.org/~hossman/#threadhijack
Thread Hijacking on Mailing Lists
When starting a new discussion on a mailing list, please do not reply to
an existing message, instead start a fresh
On Wed, 25 Aug 2010 19:58:36 -0700
Amit Nithian 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 Apache bench seeme
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
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
54 matches
Mail list logo