Re: Error:Missing Required Fields for Atomic Updates

2018-11-19 Thread abhi Abhishek
Update Handler expect all the required fields to be passed in even for the atomic update request payload. https://github.com/apache/lucene-solr/blob/branch_7_5/solr/core/src/java/org/apache/solr/update/DocumentBuilder.java Hope this helps! // Now validate required fields or add default values //

SOLR 7.x stable version

2018-08-13 Thread abhi Abhishek
Hi All - I am using SOLR Cloud v6.5.0 and looking to upgrade it to SOLR 7.x; any suggestions which are the most stable version in SOLR 7.x series. from my initial reading, I see until SOLR 7.2 we had issues with CDCR updates. Thank you for your suggestions. Thanks, Abhishek

Re: Reg:- Create Solr Core Using Command Line

2018-02-06 Thread abhi Abhishek
you can try using the post Tool. https://lucene.apache.org/solr/guide/6_6/post-tool.html bin/post -c film example/books_data.csv Cheers! Abhishek On Tue, Feb 6, 2018 at 1:22 PM, @Nandan@ wrote: > Hi , > I created core name as "films". Now I am trying to insert my csv file by > below step:-

Re: Reg:- Create Solr Core Using Command Line

2018-02-05 Thread abhi Abhishek
Hello, I followed the steps outlined in your mail. i was able to get a running core up fine. only thing I can think of in your case is the config directory having all the required files for the SOLR Core to get initialized. can you check if you have all the SOLR config files in the config direc

SOLR Metric Reporting to graphite

2017-08-06 Thread abhi Abhishek
Hi All, I am trying to setup the graphite reporter for SOLR 6.5.0. i've started a sample docker instance for graphite with statd ( https://github.com/hopsoft/docker-graphite-statsd). also i've added the graphite metrics reporter in the SOLR.xml config of the collection. however post doing this

Odd Boolean Query behavior in SOLR 3.6

2017-06-13 Thread abhi Abhishek
Hi Everyone, I have hit a weird behavior of Boolean Query, when I am running the query with below param’s it’s not behaving as expected. can you please help me understand the behavior here? q=*:*&fq=((-documentTypeId:3)+AND+companyId:29096)&version=2.2&start=0&rows=10&indent=on

Re: Proximity Search using edismax parser.

2017-06-12 Thread abhi Abhishek
gt; > > On Jun 12, 2017, at 3:22 AM, abhi Abhishek wrote: > > > > Hi All, > > How does proximity Query work in SOLR. > > > > Example if i am running a query like below, for the field containing the > > text “India registered a historical test match win

Proximity Search using edismax parser.

2017-06-12 Thread abhi Abhishek
Hi All, How does proximity Query work in SOLR. Example if i am running a query like below, for the field containing the text “India registered a historical test match win against the arch rival Pakistan here in Lords, England on Sunday” Query: “Test match India Pakistan” ~ 10

Re: [EXTERNAL] Re: Does anybody crawl to a database and then index from the database to Solr?

2016-05-15 Thread abhi Abhishek
Clayton you could also try running and optimize on the SOLR index as a weekly/bi weekly maintenance task to keep the segment count in check and the maxdoc , numdoc count as close as possible (in DB terms de-fragmenting the solr indexes) Best Regards, Abhishek On Sun, May 15, 2016 at 7:1

Re: SOLR Upgrade 3.x to 4.10

2016-04-12 Thread abhi Abhishek
from pain of re-indexing. any thoughts for the same would help. Best Regards, Abhishek On Wed, Apr 13, 2016 at 6:18 AM, Shawn Heisey wrote: > On 4/12/2016 6:10 AM, abhi Abhishek wrote: > > I have SOLR 3.6 running currently, i am planning to upgrade this to > > SOLR 4.10.

SOLR Upgrade 3.x to 4.10

2016-04-12 Thread abhi Abhishek
Hi All, I have SOLR 3.6 running currently, i am planning to upgrade this to SOLR 4.10. Below were the thoughts we could come up with. 1. in place upgrade I would be making the SOLR 4.10 slave of 3.6 and copy the indexes, and optimize this index. will optimizing the Lucene 3.3 ind

Re: Solr 4 replication

2016-04-05 Thread abhi Abhishek
Thanks MIkhail. is there a way to have a push Replication. any Contributions or Anything what could in this case? Thanks, Abhishek On Tue, Apr 5, 2016 at 1:29 AM, Mikhail Khludnev wrote: > It's pull, but you can trigger pulling. > > On Mon, Apr 4, 2016 at 9:19 PM, abhi A

Solr 4 replication

2016-04-04 Thread abhi Abhishek
Hi all, Is solr 4 replication push or pull? Best Regards, Abhishek

Re: Determine if Merge is triggered in SOLR

2016-01-31 Thread abhi Abhishek
Hi All, any suggestions/ ideas? Thanks, Abhishek On Tue, Jan 26, 2016 at 9:16 PM, abhi Abhishek wrote: > Hi All, > is there a way in SOLR to determine if a merge has been triggered in > SOLR? is there a API exposed to query this? > > if its not available is there a way

Determine if Merge is triggered in SOLR

2016-01-26 Thread abhi Abhishek
Hi All, is there a way in SOLR to determine if a merge has been triggered in SOLR? is there a API exposed to query this? if its not available is there a way to do the same using lucene jar files available in the SOLR libs? Appreciate your help. Best Regards, Abhishek

Stable Versions in Solr 4

2015-12-28 Thread abhi Abhishek
Hi All, i am trying to determine stable version of SOLR 4. is there a blog which we can refer.. i understand we can read through Release Notes. I am interested in user reviews and challenges seen with various versions of SOLR 4. Appreciate your contribution. Thanks, Abhishek

Re: working of Sharded Query in SOLR 3.6

2015-09-09 Thread abhi Abhishek
Hi, Thanks for the reply Shawn and Mugeesh. I was just trying to understand the working of Distributed Querying in SOLR. Thanks, Abhishek Das On Wed, Sep 9, 2015 at 8:18 PM, Mugeesh Husain wrote: > You are correct for distributed search. > do worry care about join, solr will aggregate result

working of Sharded Query in SOLR 3.6

2015-09-09 Thread abhi Abhishek
Hi, I have a question about the distributed Querying in solr ( https://wiki.apache.org/solr/DistributedSearch), let us consider the below call being made to solr server. https://server1:8080/solr/core1/select?shards=server1:8080/solr/core1,server2:8070 /solr/core2,server3:8090/solr/core3&q=*:*

Errors during Indexing in SOLR 4.6

2015-04-14 Thread abhi Abhishek
Hi All, we recently migrated from SOLR 3.6 to SOLR 4, while indexing in SOLR 4 we are getting below exception. Apr 1, 2015 9:22:57 AM org.apache.solr.common.SolrException log SEVERE: null:org.apache.solr.common.SolrException: Exception writing document id 932684555 to the index; possible ana

Re: SOLR Index in shared/Network folder

2015-03-29 Thread abhi Abhishek
(loading indexes into file buffers) could be really long. Indexing could be > quite slow. > > > > wunder > > Walter Underwood > > wun...@wunderwood.org > > http://observer.wunderwood.org/ (my blog) > > > > > > On Mar 26, 2015, at 11:31 PM, Shawn H

ZFS File System for SOLR 3.6 and SOLR 4

2015-03-26 Thread abhi Abhishek
Hello, i am trying to use ZFS as filesystem for my Linux Environment. are there any performance implications of using any filesystem other than ext-3/ext-4 with SOLR? Thanks in Advance Best Regards, Abhishek

SOLR Index in shared/Network folder

2015-03-26 Thread abhi Abhishek
Greetings, I am trying to use a network shared location as my index directory. are there any known problems in using a Network File System for running a SOLR Instance? Thanks in Advance. Best Regards, Abhishek

SOLR Backup and Restore - Solr 3.6.1

2015-03-01 Thread abhi Abhishek
Hello, we have solr 3.6.1 in our environment. we are trying to analyse backup and recovery solutions for the same. is there a way to compress the backup taken? we have explored about replicationHandler with backup command. but as our index is in 100's of GB's we would like a solution that p

Re: explaination of query processing in SOLR

2014-08-12 Thread abhi Abhishek
Alex. > Personal: http://www.outerthoughts.com/ and @arafalov > Solr resources and newsletter: http://www.solr-start.com/ and @solrstart > Solr popularizers community: https://www.linkedin.com/groups?gid=6713853 > > > On Fri, Aug 8, 2014 at 1:59 PM, abhi Abhishek wrote: > > Hell

explaination of query processing in SOLR

2014-08-08 Thread abhi Abhishek
Hello, I am fairly new to SOLR, can someone please help me understand how a query is processed in SOLR, i.e, what i want to understand is from the time it hits solr what files it refers to process the query, i.e, order in which .tvx, .tvd files and others are accessed. basically i would like to