Re: Highlighting is not working with docValues only String field

2018-08-13 Thread Karthik Ramachandran
f there isn't one already > > On Fri, Aug 10, 2018, 19:49 Karthik Ramachandran < > kramachand...@commvault.com> wrote: > > > We are using Solr 7.2.1, highlighting is not working with docValues only > > String field. > > > > Should I open a JIRA

Highlighting is not working with docValues only String field

2018-08-10 Thread Karthik Ramachandran
me":"Testing line 1","name1":"Testing line 1"},{"id":"2","name":"Testing line 2","name1":"Testing line 2"},{"id":"3","name":"Testing line 3","name1":"

Re: duplicate doc of uniqueKey

2018-04-19 Thread Karthik Ramachandran
ot;:{ > > > "q":"*:*", > > > "distrib":"false", > > > "indent":"on", > > > "fl":"id", > > > "fq":"id:mid531281", > > >

Re: Recover a Solr Node

2018-04-10 Thread Karthik Ramachandran
Eric, Just throwing whats's in my mind. I see that collection cluster state has the all the information to create the core.properties. If I create the core.properties from the cluster state and then reload the collection will that bring the collection up? I did try the above step, but instead of

Recover a Solr Node

2018-04-09 Thread Karthik Ramachandran
We are using Solr cloud with 3 nodes, no replication with 8 shard per node per collection. We have multiple collection on that node. We have backup of data the data folder, so we can recover it, is there a way to reconstruct core.properties for all the replica's for that node? -- With Thanks & R

Re: Challenges of Indexing Email

2018-02-26 Thread Karthik Ramachandran
27;t > know how to do that. > > Maybe I'll just have to install an earlier Solr version that doesn't > have this bug - could someone tell me what version that might be? > > Regards, > > Terry > > > -- With Thanks & Regards Karthik Ramachandran P Please don't print this e-mail unless you really need to

Re: Streaming Expressions shortestPath

2018-01-14 Thread Karthik Ramachandran
Joel, Should I create a JIRA for making shortestPath return stream of tuples? On Sun, Jan 14, 2018 at 11:52 PM, Karthik Ramachandran wrote: > Joel, > Thanks, I did try using cartesianProduct then fetch, it is working as > excepted. For my dataset has only 5 or 6 level for that sho

Re: Streaming Expressions shortestPath

2018-01-14 Thread Karthik Ramachandran
hortestPath to return a stream of tuples so it can work with > fetch > > and other expressions. > > > > Are you getting good performance with the shortestPath expression? > > > > Joel Bernstein > > http://joelsolr.blogspot.com/ > > > >

Streaming Expressions shortestPath

2018-01-14 Thread Karthik Ramachandran
l="id, name, other, details", sort="name asc" on="id=id") With Thanks & Regards Karthik Ramachandran P Please don't print this e-mail unless you really need to

Re: Error when indexing EML files in Solr 7.1.0

2017-11-15 Thread Karthik Ramachandran
JIRA already exists, https://issues.apache.org/jira/browse/SOLR-11622. On Mon, Nov 13, 2017 at 5:55 PM, Zheng Lin Edwin Yeo wrote: > Hi Erick, > > I have added the apache-mime4j-core-0.7.2.jar in the Java Build Path of the > Eclipse, but it is also not working. > > Regards, > Edwin > > On 13 No

Re: solr 6.6.1: Lock held by this virtual machine

2017-08-29 Thread Karthik Ramachandran
I am also seeing 2 threads loading the cores, I am using Solr 6.6.0. On Sat, Aug 26, 2017 at 11:53 AM, Erick Erickson wrote: > Setting loadOnStartup=false won't work for you in the long run, > although it does provide something of a hint. Setting this to false > means the core at that location s

Re: Re: Antw: Re: How to Debug Solr With Eclipse

2017-08-15 Thread Karthik Ramachandran
I start Solr in my Eclipse for small test. I have made some changes to ant build script to copy the webapp to required location and also added eclipse launchers in this commit ( https://github.com/mrkarthik/lucene-solr/commit/d793a9b8ac0b1b4969aace4329ea5a6ddc22de16 ) Run "ant eclipse" from shell

RE: JSON facet bucket list not correct with sharded query

2017-04-10 Thread Karthik Ramachandran
We are using Solr 6.4.2, Can anyone tell me this is a Bug for which I can open a JIRA? With Thanks & Regards Karthik Ramachandran Direct: (732) 923-2197 P Please don't print this e-mail unless you really need to From: Karthik Ramachandran Sent: Tuesday, April 4, 2017 8:35 PM To: &

RE: JSON facet bucket list not correct with sharded query

2017-04-04 Thread Karthik Ramachandran
edList) queryResponse.getResponse().get("facets"); NamedList duplicates = (NamedList) facets.get("duplicates"); numBuckets = ((Number) duplicates.get("numBuckets")).longValue(); buckets = (List) duplicates.get("buckets"); System.

JSON facet bucket list not correct with sharded query

2017-04-04 Thread Karthik Ramachandran
desc","facet": {"sum":"sum(size)"}}} Create 2 cores named fileduplicate01 and fileduplicate01 with the same schema and run the attached java to populate the data and run the query. Any help is appreciated. With Thanks & Regards Karthik Ramachandran ***

Re: Partial Field Update "removeregex" Command

2016-12-07 Thread Karthik Ramachandran
if you want to remove all the data in the then use "null" in set curl . . . -d '[{"id":"docId","someField":{"set",null}}]' -Karthik On Wed, Dec 7, 2016 at 1:31 PM, Richard Bergmann wrote: > Hello, > > I am new to this and have found no examples or guidance on how to use > "removeregex" to remo

Re: JSON Facet "allBuckets" behavior

2016-10-03 Thread Karthik Ramachandran
So if i cannot use allBuckets since its not filtering, how can I achieve this? On Fri, Sep 30, 2016 at 7:19 PM, Yonik Seeley wrote: > On Tue, Sep 27, 2016 at 12:20 PM, Karthik Ramachandran > wrote: > > While performing json faceting with "allBuckets" and "minc

RE: JSON Facet "allBuckets" behavior

2016-09-29 Thread Karthik Ramachandran
Can someone help me understand? With Thanks & Regards Karthik Ramachandran From: Karthik Ramachandran Sent: Tuesday, September 27, 2016 12:21 PM To: solr-user Subject: JSON Facet "allBuckets" behavior While performing json faceting with "allBuckets" and "m

JSON Facet "allBuckets" behavior

2016-09-27 Thread Karthik Ramachandran
uot;:"filename1","count":5,"sum":5.0},{"val":"filename2","count":4,"sum":4.0},{"val":"filename3","count":3,"sum":3.0},{"val":"filename4","count":2,"sum":2.0}]}}}

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 poi

RE: Solr5.5:DocValues/CopyField does not work with Atomic updates

2016-04-24 Thread Karthik Ramachandran
I have opened JIRA https://issues.apache.org/jira/browse/SOLR-9034 I will upload the patch soon. With Thanks & Regards Karthik Ramachandran CommVault Direct: (732) 923-2197  Please don't print this e-mail unless you really need to -Original Message- From: Erick

Re: Solr5.5:DocValues/CopyField does not work with Atomic updates

2016-04-22 Thread Karthik Ramachandran
Eric I have created a JIRA id (kramachand...@commvault.com). Once I get access I will create the JIRA and submit the patch. With Thanks & Regards Karthik Ramachandran CommVault Direct: (732) 923-2197 P Please don't print this e-mail unless you really need to On 4/22/16, 8:04 P

RE: Solr5.5:DocValues/CopyField does not work with Atomic updates

2016-04-21 Thread Karthik Ramachandran
started working. Attached is the modified file. With Thanks & Regards Karthik Ramachandran CommVault P Please don't print this e-mail unless you really need to -Original Message----- From: Karthik Ramachandran [mailto:mrk...@gmail.com] Sent: Friday, April 22, 2016 12:08 AM To:

Re: Solr5.5:DocValues/CopyField does not work with Atomic updates

2016-04-21 Thread Karthik Ramachandran
We are trying to update Field A. -Karthik On Thu, Apr 21, 2016 at 10:36 PM, John Bickerstaff wrote: > Which field do you try to atomically update? A or B or some other? > On Apr 21, 2016 8:29 PM, "Tirthankar Chatterjee" < > tchatter...@commvault.com> > wrote: > > > Hi, > > Here is the scenari