Re: SolrCloud from Stopping recovery for warnings to crash

2014-03-23 Thread Shalin Shekhar Mangar
:20:03.961; org.apache.solr.common.SolrException; org.apache.solr.common.SolrException: I was asked to wait on state down for IP:PORT_solr but I still do not see the requested state. I see state: active live:false After this serves mostly didn't recover. -- Regards, Shalin Shekhar Mangar.

Re: Solr4.7 No live SolrServers available to handle this request

2014-03-22 Thread Shalin Shekhar Mangar
/Solr4-7-No-live-SolrServers-available-to-handle-this-request-tp4125679.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: Limit on # of collections -SolrCloud

2014-03-20 Thread Shalin Shekhar Mangar
of collections? Also i see that the bootup time of solrcloud increases with increase in # of cores. I do not have any expensive warm up queries. How do i speedup solr startup? -- Best -- C -- Regards, Shalin Shekhar Mangar.

Re: solr cloud distributed optimize() becomes serialized

2014-03-20 Thread Shalin Shekhar Mangar
-- Regards, Shalin Shekhar Mangar.

Re: Wiki edit rights

2014-03-20 Thread Shalin Shekhar Mangar
Engineer, CNI, CNE6, ASE Pedago, The Aaland Islands (N60 E20) www.pedago.fi phone +358 18 12060 mobile +358 40506 7099 -- Bill Bell billnb...@gmail.com cell 720-256-8076 -- Regards, Shalin Shekhar Mangar.

Re: Zookeeper exceptions - SEVERE

2014-03-18 Thread Shalin Shekhar Mangar
-- Regards, Shalin Shekhar Mangar.

Re: Zookeeper exceptions - SEVERE

2014-03-18 Thread Shalin Shekhar Mangar
, 2014 at 9:12 PM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: SolrCloud will update Zookeeper on state changes (node goes to recovery, comes back up etc) or for leader election and during collection API commands. It doesn't correlate directly with indexing but is correlated with how

Re: Result merging takes too long

2014-03-17 Thread Shalin Shekhar Mangar
the test. On 3/16/14, 7:31 AM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: On Thu, Mar 13, 2014 at 1:49 PM, remi tassing tassingr...@gmail.com wrote: I've used the fl=id parameter to avoid retrieving the actual documents (step 4 in your mail) but the problem still exists. Any

Re: Result merging takes too long

2014-03-16 Thread Shalin Shekhar Mangar
. That optimization will be available in Solr 4.8 (the next release). See https://issues.apache.org/jira/browse/SOLR-1880 -- Regards, Shalin Shekhar Mangar.

Re: Solr metrics in Codahale metrics and Graphite?

2014-03-16 Thread Shalin Shekhar Mangar
manual task. Some changes can't be backported because they rely on other features only found in 4.x code. Thanks, Shawn -- Regards, Shalin Shekhar Mangar.

Re: Solr Shard Query From Inside Search Component Sometimes Gives Wrong Results

2014-03-03 Thread Shalin Shekhar Mangar
- User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: SolrCloud plugin

2014-03-02 Thread Shalin Shekhar Mangar
all shards, please give some pointers. Thanks, -Soumitra. -- Regards, Shalin Shekhar Mangar.

Re: Cluster state ranges are all null after reboot

2014-02-27 Thread Shalin Shekhar Mangar
. Ta, Greg On 26 February 2014 23:46, Shalin Shekhar Mangar shalinman...@gmail.comwrote: If you have 15 shards and assuming that you've never used shard splitting, you can calculate the shard ranges by using new CompositeIdRouter().partitionRange(15, new CompositeIdRouter().fullRange

Re: Knowing shard value of result

2014-02-26 Thread Shalin Shekhar Mangar
host. -- View this message in context: http://lucene.472066.n3.nabble.com/Knowing-shard-value-of-result-tp4119713.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: programmatically disable/enable solr queryResultCache...

2014-02-26 Thread Shalin Shekhar Mangar
senthilnat...@8kmiles.com wrote: is there any way programmatically disable/enable solr queryResultCache? I am using SolrJ. Thanks Regards, Senthilnathan V -- Regards, Shalin Shekhar Mangar.

Re: Cluster state ranges are all null after reboot

2014-02-26 Thread Shalin Shekhar Mangar
a JVM is rebooted the cluster is unavailable... would that cause this? Production has 3 replicas so we can do rolling reboots. -- Regards, Shalin Shekhar Mangar.

Re: Fetching uniqueKey and other int quickly from documentCache?

2014-02-25 Thread Shalin Shekhar Mangar
. Maybe the uniqueKey should be more optimized out of the box? Perhaps a custom uniqueKey codec that also maintained the docId-uniqueKey mapping in memory? --Gregg [1] http://search-lucene.com/m/oCUKJ1heHUU1 -- Regards, Shalin Shekhar Mangar.

Re: DistributedSearch: Skipping STAGE_GET_FIELDS?

2014-02-24 Thread Shalin Shekhar Mangar
I opened SOLR-5768 https://issues.apache.org/jira/browse/SOLR-5768 On Mon, Feb 24, 2014 at 12:56 AM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: Yes that should be simple. But regardless of the parameter, the fl=id,score use-case should be optimized by default. I think I'll commit

Re: URLDataSource : Issue assigning single xpath field name to two solr fields

2014-02-24 Thread Shalin Shekhar Mangar
this message in context: http://lucene.472066.n3.nabble.com/URLDataSource-Issue-assigning-single-xpath-field-name-to-two-solr-fields-tp4119206.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: Fault Tolerant Technique of Solr Cloud

2014-02-24 Thread Shalin Shekhar Mangar
); QueryResponse results = client.query(query); Believe distributes search is default, but you can explicitly require it by query.setDistrib(true); or query.set(distrib, true); Thanks -- Regards, Shalin Shekhar Mangar.

Re: Reg queryResultCache...

2014-02-24 Thread Shalin Shekhar Mangar
.. Thanks Regards, Senthilnathan V -- Regards, Shalin Shekhar Mangar.

Re: DistributedSearch: Skipping STAGE_GET_FIELDS?

2014-02-23 Thread Shalin Shekhar Mangar
-of-the-box? If not, how would you recommend implementing it? Thanks! --Gregg -- Regards, Shalin Shekhar Mangar.

Re: DistributedSearch: Skipping STAGE_GET_FIELDS?

2014-02-23 Thread Shalin Shekhar Mangar
I should clarify though that this optimization only works with fl=id,score. On Sun, Feb 23, 2014 at 11:34 PM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: What a coincidence - I was about to commit a patch which makes it possible. It will be released with 4.8 See https

Re: Best way to copy data from SolrCloud to standalone Solr?

2014-02-18 Thread Shalin Shekhar Mangar
Development Consultant | www.tai-dev.co.uk http://www.tai-dev.co.uk/* daniel.bry...@tai-dev.co.uk mailto:daniel.bry...@tai-dev.co.uk | +44 (0) 7799406399 | Twitter: @taidevcouk https://twitter.com/taidevcouk -- Regards, Shalin Shekhar Mangar.

Re: Solr4 performance

2014-02-12 Thread Shalin Shekhar Mangar
but the other host looks perfectly good. Both hosts are for different shards. Would increasing ram of these two hosts make these timeouts go away? What else we can check? Many Thanks! -- Regards, Shalin Shekhar Mangar.

Re: Set field boost with dataImportHandler

2014-02-10 Thread Shalin Shekhar Mangar
. -- Regards, Shalin Shekhar Mangar.

Re: DIH - Query

2014-02-09 Thread Shalin Shekhar Mangar
or government initiative expressly permitting the use of e-mail for such purpose. -- Regards, Shalin Shekhar Mangar.

Re: Intercept updates and cascade loading of Index.

2014-02-06 Thread Shalin Shekhar Mangar
Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: Facet pivot and distributed search

2014-02-06 Thread Shalin Shekhar Mangar
distrib core which basically distributes the query to the 4 cores mentioned hereabove. Facet pivot works on each core individually, but when I send the exact same query to the distrib core, I get no results. Anyone? Bug? Open issue? Best Geert Van Huychem -- Regards, Shalin Shekhar

Re: Clone (or Restore) Solrcloud

2014-02-03 Thread Shalin Shekhar Mangar
. -- Regards, Shalin Shekhar Mangar.

Re: How to handle multiple sub second updates to same SOLR Document

2014-01-25 Thread Shalin Shekhar Mangar
that we would have to be soft auto committing with a subsecond level as well, is that even possible? Thanks, Chris -- Regards, Shalin Shekhar Mangar.

Re: SolrCloud 4.6.0: OutOfMemoryError on Shard Split

2014-01-23 Thread Shalin Shekhar Mangar
successfully done a split with a shard of this size using SolrCloud 4.6.0? Thanks, Will -- Regards, Shalin Shekhar Mangar.

Re: dataimport handler

2014-01-22 Thread Shalin Shekhar Mangar
. `Tom -- View this message in context: http://lucene.472066.n3.nabble.com/dataimport-handler-tp4112830.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: Removing a node from Solr Cloud

2014-01-21 Thread Shalin Shekhar Mangar
Gupta http://www.anshumgupta.net -- Regards, Shalin Shekhar Mangar.

Re: How to override rollback behavior in DIH

2014-01-17 Thread Shalin Shekhar Mangar
refused in URLDataSource), I don't want to roll back any uncommitted changes to the main index. However, this seems to be the default behavior. Is there a way to override the IndexWriter rollback? Thanks, Peter -- Regards, Shalin Shekhar Mangar.

Re: Branch/Java questions re: contributing code

2014-01-06 Thread Shalin Shekhar Mangar
. Features are committed to trunk first and backported to branch_4x -- Regards, Shalin Shekhar Mangar.

Re: Very long running replication.

2014-01-02 Thread Shalin Shekhar Mangar
throw some light ? -- Regards, Shalin Shekhar Mangar.

Re: org.apache.solr.handler.dataimport.DataImportHandlerException: Unable to execute query

2013-12-30 Thread Shalin Shekhar Mangar
: http://lucene.472066.n3.nabble.com/org-apache-solr-handler-dataimport-DataImportHandlerException-Unable-to-execute-query-tp4108227p4108672.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: org.apache.solr.handler.dataimport.DataImportHandlerException: Unable to execute query

2013-12-26 Thread Shalin Shekhar Mangar
this message in context: http://lucene.472066.n3.nabble.com/org-apache-solr-handler-dataimport-DataImportHandlerException-Unable-to-execute-query-tp4108227.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: org.apache.solr.handler.dataimport.DataImportHandlerException: Unable to execute query

2013-12-26 Thread Shalin Shekhar Mangar
: http://lucene.472066.n3.nabble.com/org-apache-solr-handler-dataimport-DataImportHandlerException-Unable-to-execute-query-tp4108227p4108233.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: RELOAD collection via HTTP timeout issue solr cloud v4.5.1

2013-12-17 Thread Shalin Shekhar Mangar
Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: how to remove documents which have been deleted from the database

2013-12-16 Thread Shalin Shekhar Mangar
-deleted-from-the-database-tp4107015.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: Storing MYSQL DATETIME field in solr as String

2013-12-16 Thread Shalin Shekhar Mangar
-12-05 07:38:27* (MySQL DateTime format) -- View this message in context: http://lucene.472066.n3.nabble.com/Storing-MYSQL-DATETIME-field-in-solr-as-String-tp4106836p4106854.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: Storing MYSQL DATETIME field in solr as String

2013-12-15 Thread Shalin Shekhar Mangar
? is there a reason behind that? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Storing-MYSQL-DATETIME-field-in-solr-as-String-tp4106836.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: Custom update handler with deduplication

2013-12-15 Thread Shalin Shekhar Mangar
! III Escuela Internacional de Invierno en la UCI del 17 al 28 de febrero del 2014. Ver www.uci.cu -- Regards, Shalin Shekhar Mangar.

Re: Storing MYSQL DATETIME field in solr as String

2013-12-15 Thread Shalin Shekhar Mangar
On Mon, Dec 16, 2013 at 12:38 PM, manju16832003 manju16832...@gmail.com wrote: Hi Shekhar, Thanks for replying :-). Yes your answer is justifiable. DateFormatTransformer was a good consideration. However it doesn't out the format I expected. Rather it outputs in the following manner str

Re: SolrCloud keeps repeating exception 'SolrCoreState already closed'

2013-12-03 Thread Shalin Shekhar Mangar
seeing about 11.000 deleted logfiles in the lsof output. Best regards, Eric Bus -- Regards, Shalin Shekhar Mangar.

Re: SolrCloud keeps repeating exception 'SolrCoreState already closed'

2013-12-03 Thread Shalin Shekhar Mangar
and the problems went away. - Eric -Oorspronkelijk bericht- Van: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com] Verzonden: dinsdag 3 december 2013 12:44 Aan: solr-user@lucene.apache.org Onderwerp: Re: SolrCloud keeps repeating exception 'SolrCoreState already closed' I just ran

Re: How to use batchSize in DataImportHandler to throttle updates in a batch-mode

2013-12-01 Thread Shalin Shekhar Mangar
There is no support for throttling built into DIH. You can probably write a Transformer which sleeps a while after every N requests to simulate throttling. On 26 Nov 2013 14:21, Dileepa Jayakody dileepajayak...@gmail.com wrote: Hi All, I have a requirement to import a large amount of data from

Re: Trouble with manually routed collection after upgrade to 4.6

2013-11-26 Thread Shalin Shekhar Mangar
, Brett -- Regards, Shalin Shekhar Mangar.

Re: useColdSearcher in SolrCloud config

2013-11-23 Thread Shalin Shekhar Mangar
this message in context: http://lucene.472066.n3.nabble.com/useColdSearcher-in-SolrCloud-config-tp4102569.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: Split shard and stream sub-shards to remote nodes?

2013-11-22 Thread Shalin Shekhar Mangar
directly by Solr. This is why it isn't feasible to stream docs to a remote node. On Fri, Nov 22, 2013 at 5:59 AM, Otis Gospodnetic otis.gospodne...@gmail.com wrote: Hi, On Wed, Nov 20, 2013 at 12:53 PM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: At the Lucene level, I think it would

Re: Split shard and stream sub-shards to remote nodes?

2013-11-20 Thread Shalin Shekhar Mangar
a shard split and stream data for the new/sub-shards to remote nodes, avoiding persistence of new/sub-shards on the local/source node first? Thanks, Otis -- Performance Monitoring * Log Analytics * Search Analytics Solr Elasticsearch Support * http://sematext.com/ -- Regards, Shalin Shekhar

Re: DataImportHandler on multi core - limiting concurrent runs on more than N cores

2013-11-20 Thread Shalin Shekhar Mangar
nothing. Is there any way to limit (and possibly, enqueue) to many dataimports at once on multi core ? P.S. I am aware one can run only one dataimport per core, but this is not the issue here. Regards Patrice Monroe Pustavrh -- Regards, Shalin Shekhar Mangar.

Re: Split shard and stream sub-shards to remote nodes?

2013-11-20 Thread Shalin Shekhar Mangar
because the 2 new sub-shards will not fit on the local disk. Or is there some trick one could use in this situation? Thanks, Otis -- Performance Monitoring * Log Analytics * Search Analytics Solr Elasticsearch Support * http://sematext.com/ On Wed, Nov 20, 2013 at 6:48 AM, Shalin Shekhar

Re: How to get score with getDocList method Solr API

2013-11-19 Thread Shalin Shekhar Mangar
method ? Ques 2 - How can I ensure that searcher.getDocList method give me score also with each document. -- Amit Aggarwal 8095552012 -- Regards, Shalin Shekhar Mangar.

Re: Listing collection fields

2013-11-19 Thread Shalin Shekhar Mangar
? -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. -- Regards, Shalin Shekhar Mangar.

Re: Solr cloud view shows core as down after using reload action

2013-11-18 Thread Shalin Shekhar Mangar
in resolving the issue -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-cloud-view-shows-core-as-down-after-using-reload-action-tp4101625.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: distributed search is significantly slower than direct search

2013-11-18 Thread Shalin Shekhar Mangar
-- Regards, Shalin Shekhar Mangar.

Re: Nutch 1.7 solrdedup error

2013-11-18 Thread Shalin Shekhar Mangar
this transmission in error, please notify the sender by reply e-mail and delete the message and any attachments. -- Regards, Shalin Shekhar Mangar.

Re: Solr cloud view shows core as down after using reload action

2013-11-18 Thread Shalin Shekhar Mangar
from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: Solr cloud view shows core as down after using reload action

2013-11-18 Thread Shalin Shekhar Mangar
in context: http://lucene.472066.n3.nabble.com/Solr-cloud-view-shows-core-as-down-after-using-reload-action-tp4101625p4101651.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: SolrCoreAware

2013-11-15 Thread Shalin Shekhar Mangar
handler. Alan Woodward www.flax.co.uk On 15 Nov 2013, at 15:40, Steven Bower wrote: Under what circumstances will a handler that implements SolrCoreAware have its inform() method called? thanks, steve -- Regards, Shalin Shekhar Mangar.

Re: optimization suggstions

2013-11-12 Thread Shalin Shekhar Mangar
in smaller batches rather than in one big bang at the end. Thanks! Eric -- Regards, Shalin Shekhar Mangar.

Re: Merging shards and replicating changes in SolrCloud

2013-11-09 Thread Shalin Shekhar Mangar
-index everything and start again. - Thanks, Michael -- View this message in context: http://lucene.472066.n3.nabble.com/Merging-shards-and-replicating-changes-in-SolrCloud-tp407.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar

Re: Atomic Updates in SOLR

2013-10-30 Thread Shalin Shekhar Mangar
updateProcessor to stop the incoming duplicate value from indexing ? Thanks in advance for any help. Regards Anupam -- Regards, Shalin Shekhar Mangar.

Re: Atomic Updates in SOLR

2013-10-30 Thread Shalin Shekhar Mangar
Ah I misread your email. You are actually sending the update twice and asking about how to dedup the multi-valued field values. No I don't think we have an update processor which can do that. On Wed, Oct 30, 2013 at 4:18 PM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: Perhaps you

Re: Question about sharding and overlapping

2013-10-23 Thread Shalin Shekhar Mangar
. -- Regards, Shalin Shekhar Mangar.

Re: shards.tolerant throwing null pointer exception when spellcheck is on

2013-10-23 Thread Shalin Shekhar Mangar
to address this issue ? Any pointers will be appreciated. Thanks, Shamik -- Regards, Shalin Shekhar Mangar.

Re: Solr 4.5 router.name issue?

2013-10-23 Thread Shalin Shekhar Mangar
this message in context: http://lucene.472066.n3.nabble.com/Solr-4-5-router-name-issue-tp4097110.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: Question about sharding and overlapping

2013-10-23 Thread Shalin Shekhar Mangar
No, shard splitting does not support collections with implicit router. On Wed, Oct 23, 2013 at 1:21 PM, Yago Riveiro yago.rive...@gmail.comwrote: Can I split shards as with compositeId using this method? On Wednesday, October 23, 2013, Shalin Shekhar Mangar wrote: You can't control

Re: DIH - URLDataSource import size

2013-10-23 Thread Shalin Shekhar Mangar
am using it with URLDataSource with PlainTextEntityProcessor in the entity field). Please help me as I tried to get it done a lot, but cant !! Thanks a lot. -- Regards, Raheel Hasan -- Regards, Raheel Hasan -- Regards, Shalin Shekhar Mangar.

Re: mysql-connector-java Version for Solr 4.4.0

2013-10-22 Thread Shalin Shekhar Mangar
and use mysql-connector-java-5.1.25-bin.jar. But now I am upgrading to solr 4.4.0. thanks a lot. -- Regards, Raheel Hasan -- Regards, Shalin Shekhar Mangar.

Re: SPLITSHARD not working in SOLR-4.4.0

2013-10-16 Thread Shalin Shekhar Mangar
Sorry I misunderstood. That NPE can only happen if the uniqueKey is not defined. The code already checks for a reader.fields() returning null. On Wed, Oct 16, 2013 at 11:22 AM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: Just to be clear, you had a required uniqueKey defined

Re: Regarding Solr Cloud issue...

2013-10-16 Thread Shalin Shekhar Mangar
it works OK. All you have to do is download clusterstate.json from ZK (get /clusterstate.json), fix ranges to appropriate values and upload the file back to ZK with zkCli. But why those null ranges happen at all is beyond me :) Primoz From: Shalin Shekhar Mangar shalinman...@gmail.com

Re: SPLITSHARD not working in SOLR-4.4.0

2013-10-16 Thread Shalin Shekhar Mangar
/SPLITSHARD-not-working-in-SOLR-4-4-0-tp4095623p4095809.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: Regarding Solr Cloud issue...

2013-10-16 Thread Shalin Shekhar Mangar
null ranges. In 4.5.0 this is fixed with newly added commands createshard etc. to the collections API, right? Primoz From: Shalin Shekhar Mangar shalinman...@gmail.com To: solr-user@lucene.apache.org Date: 16.10.2013 09:06 Subject:Re: Regarding Solr Cloud issue

Re: Solr 4.4 - Master/Slave configuration - Replication Issue with Commits after deleting documents using Delete by ID

2013-10-16 Thread Shalin Shekhar Mangar
WILL NOT happen. The master and slave has the same Index version. 4. If we try to issue another commit in Master, we see that it replicates fine. Request you to please confirm if this is a known issue. Thank you. Regards, Bharat Akkinepalli -- Regards, Shalin Shekhar Mangar.

Re: Solr 4.4 - Master/Slave configuration - Replication Issue with Commits after deleting documents using Delete by ID

2013-10-16 Thread Shalin Shekhar Mangar
. Issued a commit on master Replication did NOT happen. The logs are as follows: Master - http://pastebin.com/265CtCEp Slave - http://pastebin.com/Qx0xLwmK Regards, Bharat Akkinepalli. -Original Message- From: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com] Sent: Wednesday

Re: Regarding Solr Cloud issue...

2013-10-15 Thread Shalin Shekhar Mangar
? i have the range that i need, so if i can find the file, maybe i can change it manually. My next question is - can we have a catch all for ranges, i mean if things don't match any other range then insert in this shard..is this possible? Kindly advice. Chris -- Regards, Shalin Shekhar

Re: SPLITSHARD not working in SOLR-4.4.0

2013-10-15 Thread Shalin Shekhar Mangar
? -- View this message in context: http://lucene.472066.n3.nabble.com/SPLITSHARD-not-working-in-SOLR-4-4-0-tp4095623.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: prepareCommit vs Commit

2013-10-15 Thread Shalin Shekhar Mangar
-- View this message in context: http://lucene.472066.n3.nabble.com/prepareCommit-vs-Commit-tp4095545.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: Cores with lot of folders with prefix index.XXXXXXX

2013-10-15 Thread Shalin Shekhar Mangar
: primoz.sk...@policija.si To: solr-user@lucene.apache.org Date: 11.10.2013 12:46 Subject:Re: Cores with lot of folders with prefix index.XXX Thanks, I guess I was wrong after all in my last post. Primož From: Shalin Shekhar Mangar shalinman...@gmail.com To: solr

Re: [Indexing XML files in Solr with DataImportHandler]

2013-10-15 Thread Shalin Shekhar Mangar
. -- Regards, Shalin Shekhar Mangar.

Re: Regarding Solr Cloud issue...

2013-10-15 Thread Shalin Shekhar Mangar
?action=CREATEname=mycollectionnumShards=3replicationFactor=4 Please advice. Regards, Chris On Tue, Oct 15, 2013 at 8:07 PM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: How did you create these shards? Can you tell us how to reproduce the issue? Any shard in a collection

Re: SPLITSHARD not working in SOLR-4.4.0

2013-10-15 Thread Shalin Shekhar Mangar
to split the shards using SPLITSHARD successfully? -- View this message in context: http://lucene.472066.n3.nabble.com/SPLITSHARD-not-working-in-SOLR-4-4-0-tp4095623p4095789.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: Cores with lot of folders with prefix index.XXXXXXX

2013-10-11 Thread Shalin Shekhar Mangar
to replications being made? I also have quite some of them but currently I am not worried :) -- Regards, Shalin Shekhar Mangar.

Re: Collection API wrong configuration

2013-10-09 Thread Shalin Shekhar Mangar
happens with 4.5.0 and if so, is this a desired behaviour or a bug? -- View this message in context: http://lucene.472066.n3.nabble.com/Collection-API-wrong-configuration-tp4094319p4094323.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar

Re: Shard split issue

2013-10-09 Thread Shalin Shekhar Mangar
with Sparrow (http://www.sparrowmailapp.com/?sig) On Monday, October 7, 2013 at 9:19 AM, Shalin Shekhar Mangar wrote: I think what is happening here is that the sub shard replicas are taking time to recover. We use a core admin command to wait for the replicas to become active before

Re: SolrCloud shard splitting keeps failing

2013-10-08 Thread Shalin Shekhar Mangar
of heapspace. Now the heap size is 24GB. I can't figure out from the logs what is going on. I've attached a log of the latest attempt. Any help would be much appreciated. - Kalle Aaltonen -- Regards, Shalin Shekhar Mangar.

Re: SolrCloud shard splitting keeps failing

2013-10-08 Thread Shalin Shekhar Mangar
/browse/SOLR-5314 On Tue, Oct 8, 2013 at 1:24 PM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: Hi Kalle, The problem here is that certain actions are taking too long causing the split process to terminate in between. For example, a commit on the parent shard leader took 83 seconds

Re: EdgeNGramFilterFactory and Faceting

2013-10-08 Thread Shalin Shekhar Mangar
to limit this list to the stored values without creating a new field? Thanks in advance! Tyler -- Regards, Shalin Shekhar Mangar.

Re: Shard split issue

2013-10-07 Thread Shalin Shekhar Mangar
Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Saturday, October 5, 2013 at 4:54 PM, Shalin Shekhar Mangar wrote: On Sat, Oct 5, 2013 at 8:37 PM, Yago Riveiro yago.rive...@gmail.com (mailto:yago.rive...@gmail.com) wrote: How I can see the logs

Re: feedback on Solr 4.x LotsOfCores feature

2013-10-07 Thread Shalin Shekhar Mangar
. -- Regards, Shalin Shekhar Mangar.

Re: Shard split issue

2013-10-05 Thread Shalin Shekhar Mangar
-issue-tp4093633.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: Shard split issue

2013-10-05 Thread Shalin Shekhar Mangar
On Sat, Oct 5, 2013 at 8:37 PM, Yago Riveiro yago.rive...@gmail.com wrote: How I can see the logs of the parent? They are stored on solr.log? Yes. -- Regards, Shalin Shekhar Mangar.

Re: SolrCloud Nodes infrastucture

2013-10-02 Thread Shalin Shekhar Mangar
-Nodes-infrastucture-tp4093097.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: SolrCloud Nodes infrastucture

2013-10-02 Thread Shalin Shekhar Mangar
the new core or can it be somehow propagated? -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-Nodes-infrastucture-tp4093097p4093109.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: Problems with maxShardsPerNode in 4.5

2013-10-02 Thread Shalin Shekhar Mangar
I have committed a fix for 4.6 http://issues.apache.org/jira/browse/SOLR-5295 On Wed, Oct 2, 2013 at 10:34 AM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: Thanks for reporting this Brett. This is indeed a bug. A workaround is to specify replicationFactor=1 with the createShard

Re: Problems with maxShardsPerNode in 4.5

2013-10-02 Thread Shalin Shekhar Mangar
just to get around this? Thanks! On Wed, Oct 2, 2013 at 12:04 AM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: Thanks for reporting this Brett. This is indeed a bug. A workaround is to specify replicationFactor=1 with the createShard command which will create only one replica

<    1   2   3   4   5   6   7   8   9   10   >