Hello,
I am developing a 'Solr management tool' that can configure Solr using its REST
APIs and hit a small problem: I am able to configure pretty much everything I
need except the updateRequestProcessorChain elements. According to the Config
API page this is by design and I was wondering if
Hi,
I'm also a Solr beginner but I think I can answer a few of your questions:
5 - There's a bug in solr.cmd related to SSL where the settings defined in
solr.in.cmd are ignored. You can see SOLR-8491
(https://issues.apache.org/jira/browse/SOLR-8491) for more information and fix.
6- From m
Hi,
I'm trying to create a highlight search component using the Config API of Solr
6.0.1 however I cannot figure out how to include the elements fragmenter,
formatter, encoder, etc...
Let's say I have the following component:
100
as accepted by Solr and I can see it when going to the url
"solr//config". As you can see I use the 'highlight' name to
override the default one however my highlighter is not picked up by my request
handler. If I remove my highlight search component from the API and add it
sible to know if the reload of a core was completed without errors?
2) Does Solr have an API to download the logs? If #1 is not possible I could
hack something if I have access to Solr's logs using an API.
I am using Solr 6.0.1 with ZooKeeper.
Thanks,
Alexandre Drouin
Hello,
You may have a uniqueKey that points to a field that do not exists anymore.
You can try adding an "id" field using Solr's UI or the schema API since you
are using the managed-schema.
Alexandre Drouin
-Original Message-
From: Michael Joyner [mailto:mich...@ne
ZooKeeper.
Alexandre Drouin
-Original Message-
From: Michael Joyner [mailto:mich...@newsrx.com]
Sent: July 26, 2016 3:48 PM
To: solr-user@lucene.apache.org
Subject: Re: Can't load schema managed-schema: unknown field 'id'
Importance: High
Same error via the UI:
Can
@Michael - there are GUI available for ZooKeeper:
http://stackoverflow.com/questions/24551835/available-gui-for-zookeeper
I used the Eclipse plugin before and while it is a bit clunky it gets the job
done.
Alexandre Drouin
-Original Message-
From: John Bickerstaff [mailto:j
ud 6.0.1 and ZK 3.4.8.
How can I remove the core that should have been deleted when I removed my
collection?
Thanks,
Alexandre Drouin
My deleted collection is not present in the Admin UI. I was able to fix my
problem by deleting the core using the Core API and its unload command.
Alexandre Drouin
-Original Message-
From: Alexandre Rafalovitch [mailto:arafa...@gmail.com]
Sent: July 28, 2016 10:17 AM
To: solr-user
under the root of the
xml document (config)?
Alexandre Drouin
Does anyone knows where the listener should be defined in solrconfig.xml?
Alexandre Drouin
-Original Message-
From: Alexandre Drouin [mailto:alexandre.dro...@orckestra.com]
Sent: July 29, 2016 10:46 AM
To: solr-user@lucene.apache.org
Subject: Where should the listeners be defined in
That's good to know thanks!
I should have thought to check the java code before asking.
Alexandre Drouin
-Original Message-
From: Mikhail Khludnev [mailto:m...@apache.org]
Sent: August 3, 2016 10:52 AM
To: solr-user
Subject: Re: Where should the listeners be defin
Can you use Solr's synonym feature? You can find a German synonym file here:
https://sites.google.com/site/kevinbouge/synonyms-lists
Alexandre Drouin
-Original Message-
From: Rainer Gnan [mailto:rainer.g...@bsb-muenchen.de]
Sent: Wednesday, August 10, 2016 10:21 AM
To: solr
there a way to create a collection (only one shard) and having a replica
of the shard on all live nodes?
2) Assuming #1 is not possible, is it possible to have the list of live nodes ?
If I can have the list of live nodes I could detect the number required for
the replicationFactor parameter.
Thanks
Alexandre Drouin
229)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Thanks,
Alexandre Drouin
something about the nodes going into recovery. Any idea how I
can fix this issue?
My development environment (if it makes a difference):
- OS: Windows
- 2 Solr 6.1 nodes using SolrCloud. They both are running on the same server
using different ports.
- Zookeeper 3.4.8
Alexandre Drouin
Thanks for the offer however I think I have a different issue. I reinstalled
my ZK and Solr servers between each tests so I didn't have any unwanted files.
Alexandre Drouin
-Original Message-
From: John Bickerstaff [mailto:j...@johnbickerstaff.com]
Sent: August 12, 2016 1:43
I removed everything related to Zookeeper or Solr between each of my test,
including the data directory.
Alexandre Drouin
-Original Message-
From: Erick Erickson [mailto:erickerick...@gmail.com]
Sent: August 12, 2016 3:24 PM
To: solr-user
Subject: RE: Getting "collection al
r?
Thanks!
Alexandre Drouin
Thank you Emir.
Alexandre Drouin
-Original Message-
From: Emir Arnautovic [mailto:emir.arnauto...@sematext.com]
Sent: September 2, 2016 5:32 AM
To: solr-user@lucene.apache.org
Subject: Re: Always add the marker when elevating documents
Importance: High
Hi Alexandre,
You can specify
I know the connector is working, I just can't get
it to work with basic auth.
Alexandre Drouin
-Original Message-
From: Alexandre Drouin [mailto:alexandre.dro...@orckestra.com]
Sent: October 5, 2016 2:07 PM
To: solr-user@lucene.apache.org
Subject: Solr 4.10.2 Enabling
not modify the security-constraint nodes of my web.xml file since the basic
authentication was working in HTTPS and I can provide the file if necessary.
How can I enable basic authentication for HTTP in Solr 4.10.2 ?
Alexandre Drouin
ava:1152)
at
org.apache.solr.handler.admin.CoreAdminHandler.handleStatusAction(CoreAdminHandler.java:698)
... 31 more
Alexandre Drouin
I checked my source control history and "6" was the original value that was
checked-in. I'll investigate lowering this value in our next iteration.
Thanks for the hint.
Alexandre Drouin
-Original Message-
From: Erick Erickson [mailto:erickerick...@gmail.com]
Sent: D
e the "elevatedIds" parameter to elevate documents however they
are always elevated even if they are not present in the search results.
Is it possible to achieve what I need with Solr? I am using Solr 4.10.2
Thanks!
Alexandre Drouin
Hi Alexandre,
A boost should works for my needs.
Thanks!
Alexandre Drouin
-Original Message-
From: Alexandre Rafalovitch [mailto:arafa...@gmail.com]
Sent: February 3, 2017 12:14 PM
To: solr-user
Subject: Re: Promote documents if they are present in the search results
Importance
27 matches
Mail list logo