/2016 8:34 AM, Merlin Morgenstern wrote:
> > Unfortunatelly no documents get added to solr and no error log entries
> show
> > up. It seems as it would be working, but the documents are not there.
>
> Is there anything happening in the Solr logfile at all during the nutch
> ru
I have nutch 1.11 installed together with solr 4.10.4 AND solr 5.4.1 on OS
X 10.11.
Nutch and Solr seem to work as nutch starts to index and solr shows the
admin interface together with the configured core.
Unfortunatelly no documents get added to solr and no error log entries show
up. It seems a
I am running a 3 node zookeeper ensemble on 3 machines dedicated to
SolrCloud 5.2.x
Inside the Solr Admin-UI I can check "live nodes", but how can I check if
all three zookeeper nodes are up?
I am asking since node2 has 25% CPU usage by zookeeper while beeing idle
and I wonder what the cause is.
ere were some bugs with the 5.3.0 release and 5.3.1 is in the
> process of getting released.
>
> try out the option #2 with the RC here
>
>
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-5.3.1-RC1-rev1702389/solr/
>
>
>
> On Fri, Sep 11, 2015 at 5:16 PM, Me
the next few days.
>
> We don't provide any specific means to restrict access to admin UI
> itself. However we let users specify fine grained ACLs on various
> operations such collection-admin-edit, read etc
>
> On Wed, Sep 9, 2015 at 2:35 PM, Merlin Morgenstern
> wrote:
I have secured solr cloud via basic authentication.
Now I am having difficulties creating cores and getting status information.
Solr keeps telling me that the request is unothorized. However, I have
access to the admin UI after login.
How do I configure solr to use the basic authentication creden
I just installed solr cloud 5.3.x and found that the way to secure the amin
ui has changed. Aparently there is a new plugin which does role based
authentification and all info on how to secure the admin UI found on the
net is outdated.
I do not need role based authentification but just simply want
I have solrcloud installation running on 3 machines where I would like to
import data from mysql. Unfortunatelly the import failes due to the missing
jdbc connector.
My guess is, that I am having trouble with the right directory.
solrconfig.xml:
file location:
node1:/opt/solr-5.2.1/dist/mys
I am running 2 dedicated servers on which I plan to install Solrcloud with
2 solr nodes and 3 ZK.
>From Stackoverflow I learned that the best method for autostarting
zookeeper on ubuntu 14.04 is to install it via "apt-get install
zookeeperd". I have that running now.
How could I add a second zook
lection in the graphical view.
>
> If you do an ADDREPLICA to the existing collection and specify the new
> machine with the "node" parameter, see:
>
> https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-api_addreplica
>
> then it should
I have a Solrcloud cluster running with 2 nodes, configured with 1 shard
and 2 replica. Now I have added a node on a new server, registered with the
same three zookeepers. The node shows up inside the tree of the Solrcloud
admin GUI under "live nodes".
Unfortunatelly the new node is not inside the
HI everybody,
I am trying to setup solrcloud on ubuntu and somehow the graph on the admin
interface does not show up. It is simply blanck. The tree is available.
This is a test installation on one machine.
There are 3 zookeepers running.
I start two solr nodes like this:
solr-5.2.1$ bin/solr s
I am running solr 3.5 with a mysql data connector. Solr is configured to
use UTF8 as encoding:
unfortunatelly solr does encode special characters like "ä" into
htmlentities:
ä
which leads to problems when cutting strings with php mb_substr(..)
How can I configure solr to deliver UTF-8 instea
es to two characters in utf-8 (C39C), and one in iso-8859-1 (%DC) so
> it looks like there is a charset mismatch somewhere.
>
>
> Cheers
>
> François
>
>
>
> On Aug 27, 2011, at 6:34 AM, Merlin Morgenstern wrote:
>
> > Hello,
> >
> > I am having proble
Hello,
I am having problems with searches that are issued from spiders that contain
the ASCII encoded character "ü"
For example in : "Übersetzung"
The solr log shows following query request: /suche/%DCbersetzung
which has been translated into solr query: q=?ersetzung
If you enter the search ter
2011/8/11 Ahmet Arslan
> > Is there a way to strip the html tags completly and not
> > index them? If not,
> > how to I retrieve the results without html tags?
>
> How do you push documents to solr? You need to strip html tags before the
> analysis chain. For example, if you are using Data Import
e any markup.
>
> Perhaps you can back up a bit and describe what's failing .vs. what you
> expect.
>
> Best
> Erick
>
> On Mon, Aug 8, 2011 at 6:50 AM, Merlin Morgenstern
> wrote:
> > Unfortunatelly I still cant get it running. The code I am using is the
*RemoveDuplicatesTokenFilterFac**tory
>> {luceneMatchVersion=LUCENE_34}
>> position1 2
>> term text bla bla
>> keyword false false
>> typewordword
>> startOffset 6 10
>> endOffset 9 13
>>
&g
, there are still html tags inside the data.
Any other ideas what the problem could be?
2011/7/25 Markus Jelsma
> You've three analyzer elements, i wonder what that would do. You need to
> add
> the char filter to the index-time analyzer.
>
> On Monday 25 July 2011 13:09:1
Hi there,
I am trying to get solr indexing mysql tables. Seems like I have
misconfigured schema.xml:
HTTP ERROR: 500
Severe errors in solr configuration.
-
org.apache.solr.common.SolrException: copyField destination :'text' does
not ex
Hi there,
I am new to solr and have just installed it on a suse box with mysql
backend.
Install and MySQL connector seem to be running. I can see the solr admin
interface.
Now I tried to index a table with about 0.5 Mio rows. That seemed to
work as well. However, I do get 0 results doing a querie
21 matches
Mail list logo