Re: Solr does not receive any documents by nutch

2016-02-26 Thread Merlin Morgenstern
org>: > On 2/26/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

Solr does not receive any documents by nutch

2016-02-26 Thread Merlin Morgenstern
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

How to check Zookeeper ensemble status?

2015-09-18 Thread Merlin Morgenstern
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.

Solr authentication - Error 401 Unauthorized

2015-09-11 Thread Merlin Morgenstern
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

Re: How to secure Admin UI with Basic Auth in Solr 5.3.x

2015-09-11 Thread Merlin Morgenstern
lease is coming up > over 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, M

Re: How to secure Admin UI with Basic Auth in Solr 5.3.x

2015-09-11 Thread Merlin Morgenstern
> >> Check this > https://cwiki.apache.org/confluence/display/solr/Securing+Solr > >> > >> There a couple of bugs in 5.3.o and a bug fix release is coming up > >> over the next few days. > >> > >> We don't provide any specific means to restrict

How to secure Admin UI with Basic Auth in Solr 5.3.x

2015-09-09 Thread Merlin Morgenstern
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

What is the correct path for mysql jdbc connector on Solr?

2015-08-28 Thread Merlin Morgenstern
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: lib dir=${solr.install.dir:../../..}/dist/

How to add second Zookeeper to same machine?

2015-08-20 Thread Merlin Morgenstern
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

Difficulties in getting Solrcloud running

2015-08-19 Thread Merlin Morgenstern
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

Solrcloud node is not comming up

2015-08-19 Thread Merlin Morgenstern
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

Re: Solrcloud node is not comming up

2015-08-19 Thread Merlin Morgenstern
. 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 show up. On Wed, Aug 19, 2015 at 12:42 PM, Merlin Morgenstern

utf8 encoding for solr not working

2012-03-16 Thread Merlin Morgenstern
I am running solr 3.5 with a mysql data connector. Solr is configured to use UTF8 as encoding: dataConfig dataSource type=JdbcDataSource driver=com.mysql.jdbc.Driver url=jdbc:mysql://localhost/test user=solr password=tester

Re: Error while decoding %DC (Ü) from URL - results in ?

2011-08-28 Thread Merlin Morgenstern
encodes 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 problems with searches that are issued from spiders that contain

Error while decoding %DC (Ü) from URL - results in ?

2011-08-27 Thread Merlin Morgenstern
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 term

Re: strip html from data

2011-08-15 Thread Merlin Morgenstern
2011/8/11 Ahmet Arslan iori...@yahoo.com 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

Re: strip html from data

2011-08-11 Thread Merlin Morgenstern
On Mon, Aug 8, 2011 at 6:50 AM, Merlin Morgenstern merlin.morgenst...@googlemail.com wrote: Unfortunatelly I still cant get it running. The code I am using is the following: analyzer type=index charFilter class=solr.HTMLStripCharFilterFactory

Re: strip html from data

2011-07-25 Thread Merlin Morgenstern
. On Monday 25 July 2011 13:09:14 Merlin Morgenstern wrote: Hi there, I am trying to strip html tags from the data before adding the documents to the index. To do that I altered schem.xml like this: fieldType name=text class=solr.TextField positionIncrementGap=100

Cant retrieve data

2011-03-28 Thread Merlin Morgenstern
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

copyField destination does not exist

2011-03-28 Thread Merlin Morgenstern
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