Can we have [core name] in each log entry?

2015-04-21 Thread forest_soup
Can we have [core name] in each log entry? It's hard for us to know the exact core having a such issue and the sequence, if there are too many cores in a solr node in a SolrCloud env. I post the request to this JIRA ticket. https://issues.apache.org/jira/browse/SOLR-7434 -- View this message

Solr5.0.0, do a commit alone ?

2015-04-21 Thread Bruno Mannina
Dear Solr Users, With Solr3.6, when I want to force a commit without giving data, I do: java -jar post.jar Now with Solr5.0.0, I use bin/post . but it do not accept to do a commit if I don't give a data directory. ie: bin/post -c mydb -commit yes I want to do that because I have a file

Re: Confusing SOLR 5 memory usage

2015-04-21 Thread Toke Eskildsen
Tom Evans tevans...@googlemail.com wrote: I do apologise for wasting anyone's time on this, the PEBKAC (my keyboard and chair unfortunately). When adding the new server to haproxy, I updated the label for the balancer entry to the new server, but left the host name the same, so the server that

and stopword in user query is being change to q.op=AND

2015-04-21 Thread Rajesh Hazari
Hi All, And stopword in user query is being changed to q.op=AND, i am going to look more into this i thought of sharing this in solr community just in-case if someone have came across this issue. OR I will also be validating my config and schema if i am doing something wrong. solr : 4.9 query

Re. Apache Lucerne Article

2015-04-21 Thread Octavia Campbell-Davys
Hi, My name is Octavia, and I'm a Developer Evangelist at Toptal. We are an online marketplace for software developers, with one important difference: our screening process means that we only accepts the top 3% of applicants. We have just released a new Apache Lucerne article that I'd love your

Re: Can we have [core name] in each log entry?

2015-04-21 Thread Stefan Moises
+1 :) That would be very helpful! Thanks, Stefan Am 21.04.2015 um 09:07 schrieb forest_soup: Can we have [core name] in each log entry? It's hard for us to know the exact core having a such issue and the sequence, if there are too many cores in a solr node in a SolrCloud env. I post the

SolrCloud 4.8 - Stopping recovery for zkNodeName

2015-04-21 Thread Vincenzo D'Amore
Hi All, I have solr log full by this warning: - Stopping recovery for zkNodeName=core_node2core=utenti_20141121_shard1_replica3 This warning appears very frequentely, about every 10 minutes. Is there any way to recovery the replica? Or should I remove and create again the replica? Best

RE: Unsubscribe from Mailing list

2015-04-21 Thread Isha Garg
Please reply -Original Message- From: Isha Garg [mailto:isha.g...@creditpointe.com] Sent: Monday, April 20, 2015 2:54 PM To: solr-user@lucene.apache.org Subject: Unsubscribe from Mailing list Hi , Can anyone tell me how to unsubscribe from Solr mailing lists. I tried sending email on

Re: Add Entry to Support Page

2015-04-21 Thread Ahmet Arslan
Hi Christoph, You mean https://wiki.apache.org/solr/Support ? If yes, you need to request for edit wiki right by saying your username. Then, you can add your company by yourself. Ahmet On Tuesday, April 21, 2015 3:15 PM, Christoph Schmidt christoph.schm...@moresophy.de wrote: Solr

Re: Can we have [core name] in each log entry?

2015-04-21 Thread Shalin Shekhar Mangar
Yes, with Solr 5.1 we use MDC to log collection, shard, replica and core via SOLR-6673. See http://issues.apache.org/jira/browse/SOLR-6673 In trunk and un-released 5.2, there is more logging and context, see http://issues.apache.org/jira/browse/SOLR-7381 It is possible that some places may have

Re: Solr Index data lost

2015-04-21 Thread Vijaya Narayana Reddy Bhoomi Reddy
Shawn, Yes, I had used java -jar start.jar. I haven't tried moving it to a local hard disk, as I wanted to work on two machines (work and home). So was using a pen drive as the index storage. Yesterday, I did the complete indexing and then unplugged the drive from work machine and connected to my

Re: CDATA response is coming with lt: instead of

2015-04-21 Thread Andrea Gazzarini
It seems this is done in XML(Response)Writer: XML.escapeAttributeValue(stylesheet, writer); I suppose this is valid according with XML escaping rules, but it's just a thought of mine because I don't know so strictly those rules. I see the character is being escaped so what you get is coheren

Suggester

2015-04-21 Thread Martin Keller
Hello together, I have some problems with the Solr 5.1.0 suggester. I followed the instructions in https://cwiki.apache.org/confluence/display/solr/Suggester and also tried the techproducts example delivered with the binary package, which is working well. I added a field suggestions-Field to

Document Created Date

2015-04-21 Thread Eric Meisler
I am a newbie and just started using Solr 4.10.3. We have successfully indexed a network drive and are running searches. We now have a request to show the Created Date for all documents (PDF/WORD/TXT/XLS) that come back in our search results. I have successfully filtered on the last_modified

Correct usage for Synonyms.txt

2015-04-21 Thread Kaushik
Is my understanding of synonyms.txt configuration correct 1. When the user can search from a list of synonyms and the searchable document can have any synonym the configuration should be like below. Fuji, Gala, Braeburn, Crisp = Fuji, Gala, Braeburn, Crisp 2. When the user can search from a list

Re: Confusing SOLR 5 memory usage

2015-04-21 Thread Tom Evans
I do apologise for wasting anyone's time on this, the PEBKAC (my keyboard and chair unfortunately). When adding the new server to haproxy, I updated the label for the balancer entry to the new server, but left the host name the same, so the server that wasn't using any RAM... wasn't getting any

CDATA response is coming with lt: instead of

2015-04-21 Thread mesenthil1
We are using DIH for indexing XML files. As part of the xml we have xml enclosed with CDATA. It is getting indexed but in response the CDATA content is coming as decoded terms instead of symbols. Example: /Feed file: / add doc field name=id123/field field name=description_tabc

Re: CDATA response is coming with lt: instead of

2015-04-21 Thread mesenthil1
Thanks. For wt=json, it is bringing the results properly. I understand the reason for getting this in lt;. As our solr client is expecting this to be like within CDATA, I am looking for a way to achieve this. -- View this message in context:

Re: Confusing SOLR 5 memory usage

2015-04-21 Thread Tom Evans
We monitor them with munin, so I have charts if attachments are acceptable? Having said that, they have only been running for a day with this memory allocation.. Describing them, the master consistently has 8GB used for apps, the 8GB used in cache, whilst the slave consistently only uses ~1.5GB

Add Entry to Support Page

2015-04-21 Thread Christoph Schmidt
Solr Community, I'm Christoph Schmidt (http://www.moresophy.com/de/management), CEO of the german company moresophy GmbH. My Solr Wiki name is: - ChristophSchmidt We are working with Lucene since 2003 and Solr 2012 and are building linguistic token filters and plugins for Solr. We

Re: Suggester

2015-04-21 Thread Erick Erickson
Did you build your suggest dictionary after indexing? Kind of a shot in the dark but worth a try. Note that the suggest field of your suggester isn't using your text_suggest field type to make suggestions, it's using text_general. IOW, the text may not be analyzed as you expect. Best, Erick On

Re: CDATA response is coming with lt: instead of

2015-04-21 Thread Walter Underwood
Escaped entities and CDATA sections are two syntaxes for the same thing. After these two are parsed, they are exactly the same XML information. If your client can only handle one of the two syntaxes, they are not actually using XML. This is not a bug. Your client appears misguided. wunder

Re: Unsubscribe from Mailing list

2015-04-21 Thread Erick Erickson
Did you follow Ere's link and try that? * There's a wiki page about possible issues and solutions for unsubscribing, see https://wiki.apache.org/solr/Unsubscribing%20from%20mailing%20lists. Regards, Ere Or look here? http://lucene.apache.org/solr/resources.html, see the unsubscribe

Re: Document Created Date

2015-04-21 Thread Erick Erickson
Not really sure what you're asking here, I must be missing something. The mapping is through the field name supplied, so as long as your input XML has something like add doc field name=CreatedDateyour date here/field /doc /add it should be fine. You can use date math here as well,

Re: CDATA response is coming with lt: instead of

2015-04-21 Thread Yonik Seeley
On Tue, Apr 21, 2015 at 9:46 AM, mesenthil1 senthilkumar.arumu...@viacomcontractor.com wrote: We are using DIH for indexing XML files. As part of the xml we have xml enclosed with CDATA. It is getting indexed but in response the CDATA content is coming as decoded terms instead of symbols. Your

Re: Checking of Solr Memory and Disk usage

2015-04-21 Thread Shawn Heisey
On 4/21/2015 7:48 PM, Zheng Lin Edwin Yeo wrote: Does anyone knows the way to check the accurate memory and disk usage for each individual collections that's running in Solr? I'm using Solr-5.0.0 with 3 instance of external zookeeper-3.4.6, running on 2 shards/ Solr's admin UI will tell

Re: Solr went on recovery multiple time.

2015-04-21 Thread sthita
After changing zookeeper time out from 10sec to 45/50 sec and monitoring for a long time i can observe servers went on recovery multiple times, but the Exceptions are some what different : INFO - 2015-04-22 09:02:47.943; org.apache.solr.common.cloud.ConnectionManager; Watcher

Re: Checking of Solr Memory and Disk usage

2015-04-21 Thread Shawn Heisey
On 4/21/2015 11:33 PM, Zheng Lin Edwin Yeo wrote: I've got the amount of disk space used, but for the Heap Memory Usage reading, it is showing the value -1. Do we need to change any settings for it? When I check from the Windows Task Manager, it is showing about 300MB for shard1 and 150MB for

Solr 4.10.x regression in map-reduce contrib

2015-04-21 Thread ralph tice
Hello list, I'm using mapreduce from contrib and I get this stack trace: https://gist.github.com/ralph-tice/b1e84bdeb64532c7ecab Whenever I specify luceneMatchVersion4.10/luceneMatchVersion in my solrconfig.xml. 4.9 works fine. I'm using 4.10.4 artifacts for both map reduce runs. I tried

Re: Add Entry to Support Page

2015-04-21 Thread Steve Rowe
Hi Christoph, I’ve added your wiki name to the ContributorsGroup page, so you should now be able to edit pages on the wiki. Steve On Apr 21, 2015, at 8:15 AM, Christoph Schmidt christoph.schm...@moresophy.de wrote: Solr Community, I’m Christoph Schmidt

Confusing SOLR 5 memory usage

2015-04-21 Thread Tom Evans
Hi all I have two SOLR 5 servers, one is the master and one is the slave. They both have 12 cores, fully replicated and giving identical results when querying them. The only difference between configuration on the two servers is that one is set to slave from the other - identical core configs and

RE: Confusing SOLR 5 memory usage

2015-04-21 Thread Markus Jelsma
Hi - what do you see if you monitor memory over time? You should see a typical saw tooth. Markus -Original message- From:Tom Evans tevans...@googlemail.com Sent: Tuesday 21st April 2015 12:22 To: solr-user@lucene.apache.org Subject: Confusing SOLR 5 memory usage Hi all I have

Solr search with various combinations of space, hyphen, casing and punctuations

2015-04-21 Thread vaedama
I posted this question on Stackoverflow, but wanted to get this to some attention of Solr mailing lists as well: http://stackoverflow.com/questions/29783237/solr-search-with-various-combinations-of-space-hyphen-casing-and-punctuations Thanks in advance, Venkat Sudheer Reddy Aedama -- View this