If you're just _adding new fields_, then changing the schema is
sufficient, you don't need to re-index. Of course docs that have not
been re-indexed after the schema change won't have the data for the
new field(s).
You don't need to restart Solr, just issue a collections API RELOAD command.
There
I've used the patch from https://issues.apache.org/jira/browse/SOLR-2646 a
while ago.
On Fri, Dec 21, 2018 at 6:34 PM Dominique Bejean
wrote:
> Hi,
>
> There are the powerfull JMeter obviously and also SolrMeter (
> https://github.com/tflobbe/solrmeter).
>
> Regards
>
> Dominique
>
>
> Le jeu. 2
Hello Solr community,
My solrcloud system consists of 3 machines, each running a zookeeper and a solr
server. It manages about 200 collections with 1 shard each. It is up and
running, but about every minutes it produces messages in the message log on
each computer (messages are at the end). Th
Hi Solr Team,
We are using Solr cloud and storing all my application log in Solr only.
For some features or new field add or copy field generation, if I change my
schema and upload it to zookeeper, am I need to reindex all the data? Or
need to restart is enough?
Thanks,
John Milton
I looked at the test last night and it's...disturbing. It succeeds
100% of the time. Manual testing seems to fail very often.
Of course it was late and I was a bit cross-eyed, so maybe
I wasn't looking at the manual tests correctly. Or maybe the
test is buggy.
I beasted the test 100x last night an
Hi,
What is the scenario ? High query activity ? High update activity ?
Regards.
Dominique
Le mer. 19 déc. 2018 à 13:44, AshB a écrit :
> Hi,
>
> We are facing issue with solr/zookeeper where zookeeper timeouts after
> 1ms. Error below.
>
> *SolrException: java.util.concurrent.TimeoutExc
Hi,
There are the powerfull JMeter obviously and also SolrMeter (
https://github.com/tflobbe/solrmeter).
Regards
Dominique
Le jeu. 20 déc. 2018 à 03:17, zhenyuan wei a écrit :
> Hi all,
>Is there a common tool for SOLR benckmark? YCSB is not very
> suitable for SOLR. Currently, Is ther
Hey Kevin,
Sure! We were using the default HDFS blockcache settings and
-Xmx6g -XX:MaxDirectMemorySize=6g
Thanks!
Kyle
On Thu, 20 Dec 2018 at 13:15, Kevin Risden wrote:
> Kyle - Thanks so much for the followup on this. Rarely do we get to
> see results compared with detail.
>
> Can you share
Hi,
This is a Solr side issue not a Zookeeper side issue.
Zookeeper 3.4.13 is 5 monthes old version so you can use it on server side
with the zookeeper client 3.4.11 provided by Solr.
Dominique
Le jeu. 20 déc. 2018 à 01:53, Yasufumi Mizoguchi a
écrit :
> Hi,
>
> I searched JIRA and found SOLR
As far as I could see with debugger there is still a problem in requeing.
There is a watcher and it is recognized that the watcher is not a
preferredleader.
So it tries to locate a preferredleader with success.
It then calls makeReplicaFirstWatcher and gets a new sequence number for
the preferre
Hi,
I am trying to configure security.json file, in order to define the
following users and permissions :
- user "admin" with all permissions on all collections
- user "read" with read permissions on all collections
- user "1" with only read permissions on biblio collection
- user
Hi David,
Ignore my previous reply.
I think you've supplied the answer. Yes we do need to use a space to index
points in an rpt field, but when we do that the order is flipped from Lat,Lon
to Lon Lat, so we need to re-index our data. In my defence that is far from
obvious in the documentation.
Hi David,
Thanks for coming back to me.
When using rpt fields I believe you do need to use a space between Lat and Lon
to indicate a point; for rpt fields commas are used to separate points in a
polygon. See
https://archive.apache.org/dist/lucene/solr/ref-guide/apache-solr-ref-guide-5.5.pdf
b
13 matches
Mail list logo