Re: Mailing list subscriptions

2016-08-30 Thread Brent
ZOMG thanks! This makes the mailing list almost tolerable, in an only-15-years-behind kind of way instead of a 25-years-behind kind of way. -- View this message in context: http://lucene.472066.n3.nabble.com/Mailing-list-subscriptions-tp4294026p4294098.html Sent from the Solr - User mailing

Re: Modifying fl in QParser

2016-08-30 Thread Rohit Kanchan
We are dealing with same thing, we have overridden QueryComponent (type of SearchComponent) and added a field to retrieve there. That same field we are setting in SolrParams from query request. According to your business you need to figure out how you can override QueryComponent. I hope this

Re: Spike in SOLR Process and Frequent GC

2016-08-30 Thread Thiru M
Thanks for your response *Shawn*. Have responded your queries and shared the SOLR details here. What precisely were you measuring during the night with no activity ? · Earlier we have enabled delta content indexing (content which got updated on day to day basis) script which triggers

Is it possible to grant privilege of collections to special users?

2016-08-30 Thread jinhong lu
Hi, I set up kerberos for solrCloud, and after user kinit, he can use solr. But my scence is that I have some collection, and one user just can use some collections, and others use other collections. For example, Jason can use collection1, but not collection2, Jim can use collection2 and

Re: Migrate data from solr4.9 to solr6.1

2016-08-30 Thread Karthik Ramachandran
I don't think optimize would work, you have upgrade the index using IndexUpgrader tool from 4.x to 5.x and then from 5.x to 6.x. We had solr 4.8 we moved to 6.1 by just upgrading the index to 5.x using IndexUpgrader tool and then start using 6.1, eventually all data will be move to 6.1 at some

Re: Migrate data from solr4.9 to solr6.1

2016-08-30 Thread Reth RM
>>Is there any way through which I can migrate my index which is currently on 4.9 to 6.1? you should try copying existing indexes to latest solr 6.x and execute optimize command. Let us know your findings. >>I would be using solrcloud on solr 6.1.0 and will be having more number of shards than my

Re: Modifying fl in QParser

2016-08-30 Thread Erik Hatcher
Personally, I don’t think a QParser(Plugin) is the right place to modify other parameters, only to create a Query object. A QParser could be invoked from an fq, not just a q, and will get invoked on multiple nodes in SolrCloud, for example - this is why I think it’s not a good idea to do

Re: Adding request parameters when using SolrCloudClient.add()

2016-08-30 Thread Shawn Heisey
On 8/30/2016 3:28 PM, Brent P wrote: > Using SolrJ, I'm trying to figure out how to include request parameters > when adding a document with SolrCloudClient.add(). > > Here is what I was doing when using HttpSolrClient instead of > SolrCloudClient: > > HttpSolrClient client = new

RE: Modifying fl in QParser

2016-08-30 Thread Alexandre Rafalovitch
Your question is too dense. I, for one, have trouble parsing it, no pun intended. Could you expand it a little bit with business level problem, what you are trying to achieve and what specifically is not working. P.s. Also, many of us are in a different timezone from you and expecting a response

Adding request parameters when using SolrCloudClient.add()

2016-08-30 Thread Brent P
Using SolrJ, I'm trying to figure out how to include request parameters when adding a document with SolrCloudClient.add(). Here is what I was doing when using HttpSolrClient instead of SolrCloudClient: HttpSolrClient client = new HttpSolrClient.Builder(" http://hostname.com:8983/solr/corename;)

RE: Modifying fl in QParser

2016-08-30 Thread Beale, Jim (US-KOP)
Anyone?? From: Beale, Jim (US-KOP) [mailto:jim.be...@hibu.com] Sent: Tuesday, August 09, 2016 1:23 PM To: solr-user@lucene.apache.org Subject: Modifying fl in QParser Hi, Is it possible to modify the SolrParam, fl, to append selected dynamic fields, while rewriting a query in QParser.parse()?

Query on SOLR [Parallel SQL Interface ]

2016-08-30 Thread Praveen Babu
Hi, I am new to solr and exploring more on solr for my project .I have recently gone through the solr documents and very impressed with the solr api's. The recent impressed feature like stream and Parallel sql interface ( Presto ). Question : Does parallel sql support Multi valued field?

SolrCloud: A previous ephemeral live node still exists

2016-08-30 Thread Chris Rogers
Hi all, I'm trying to create a SolrCloud setup with Vagrant boxes using Solr 6.2.0 and Zookeeper 3.4.8 I managed to get this to work perfectly with Solr 6.1.0, but I'm not able to start more than one node in cloud mode with Solr 6.2.0. I have four VMs connected on a private network of Vagrant

Re: Mailing list subscriptions

2016-08-30 Thread Furkan KAMACI
Hi Brent, Check here: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html Kind Regards, Furkan KAMACI On Tue, Aug 30, 2016 at 8:15 PM, Brent P wrote: > Is there a way to subscribe to just responses to a question I ask on the > mailing list, without getting

Mailing list subscriptions

2016-08-30 Thread Brent P
Is there a way to subscribe to just responses to a question I ask on the mailing list, without getting emails for all activity on the mailing list? You'd think it'd be designed in a way that when someone submits a question, they automatically get emails for any responses.

Re: Atomic Update w/ Date Copy Field

2016-08-30 Thread Alexandre Rafalovitch
I noticed (and abused) the issue Todd described in my Solr puzzle at: http://blog.outerthoughts.com/2016/04/solr-5-puzzle-magic-date-answer/ The second format ("EEE...") looks rather strange. I would suspect that the conversion Date->String code is using the active locale and that is the format

Re: Atomic Update w/ Date Copy Field

2016-08-30 Thread Stefan Matheis
To me, it sounds more like you shouldn’t have to care about such gory details as a user - at all. would you mind opening a issue on JIRA Todd? Including all the details you already provided in as well as a link to this thread, would be best. Depending on what you actually did to find this all

ApacheCon Seville CFP closes September 9th

2016-08-30 Thread Rich Bowen
It's traditional. We wait for the last minute to get our talk proposals in for conferences. Well, the last minute has arrived. The CFP for ApacheCon Seville closes on September 9th, which is less than 2 weeks away. It's time to get your talks in, so that we can make this the best ApacheCon yet.

Solr node does not stop on Windows 8.1

2016-08-30 Thread intekhab shaukat
Hi, I am getting started with Apache Solr v6.2.0 on Windows 8.1. I downloaded the zip file and simply extracted the files. After navigating to the extracted folder, I ran command to start the node 'bin\solr start'. It started the node and I could access http://localhost:8983/solr/#/. After

Re: Atomic Update w/ Date Copy Field

2016-08-30 Thread Todd Long
It looks like the issue has to do with the Date object. When the document is fully updated (with the date specified) the field is created with a String object so everything is indexed as it appears. When the document is partially updated (with the date omitted) the field is re-created using the

Re: SolrJ Solr Cloud timeout

2016-08-30 Thread Shawn Heisey
On 8/29/2016 10:22 PM, Brent P wrote: > Is there any way to set a timeout with a CloudSolrClient? There are a couple of potential timeouts that you might be talking about, but the one that seems most likely to be of interest to you is the Socket Timeout. This is a low-level timeout on the TCP

Re: Monitoring Apache Solr

2016-08-30 Thread Emir Arnautovic
Hi Hardika, You can try Sematext's SPM: http://sematext.com/spm Regards, Emir -- Monitoring * Alerting * Anomaly Detection * Centralized Log Management Solr & Elasticsearch Support * http://sematext.com/ On 30.08.2016 12:59, vrindavda wrote: Hi Hardika, To stop/restart solr you can try

Re: Monitoring Apache Solr

2016-08-30 Thread vrindavda
Hi Hardika, To stop/restart solr you can try exploring monit ( for Solr Solr monit ) great tool to monitor you services. Thank you, Vrinda Davda -- View this message in context:

Change password

2016-08-30 Thread vrindavda
Hi, I have enabled SSL for Solr following steps here Now, I am trying to change -keypass and -storepass (to say "secret123" from "secret") while generating new .jks file, and then updating the same password in /bin/solr.in.cmd.

Monitoring Apache Solr

2016-08-30 Thread Hardika Catur S
Hi, I try to monitor apache solr, because solr often over heap and status collection solr be "down". How to monitor apache solr ?? is there any tools for monitoring solr or how ?? Please help me to find a solution. Thanks, Hardika CS.

Re: Solr Wide Column - not work when with 200k dynamic fields

2016-08-30 Thread Alexandre Rafalovitch
Perhaps it would make sense to explore a nested structure with your key/value being a child document. Then, you match on child document and load the parent document. I don't think either first or second solution is a very resilient Solr architecture. Regards, Alex. Newsletter and

SolrJ Solr Cloud timeout

2016-08-30 Thread Brent P
Is there any way to set a timeout with a CloudSolrClient?

Solr Wide Column - not work when with 200k dynamic fields

2016-08-30 Thread Jeffery Yuan
We store marketing message in Solr, one type is voucher message, this message stores a map: key is accountId, value is this user's voucher - we also search on some other fields. *My current approach is to add a field: accountIds, index it and search against it.* Another field: details,

Re: Return parent's records which has more than certain number of childs

2016-08-30 Thread Mikhail Khludnev
Hello, When searching for children you can assign ^=1 per every hit, then you can aggregate these hits with {!parent ... score=total}, then you can cut off parents exceeding number of child limit with {!frange}. On Tue, Aug 30, 2016 at 5:38 AM, Zheng Lin Edwin Yeo wrote: