Re: SOLR in Production

2014-06-23 Thread Shalin Shekhar Mangar
hanks > > Ravi > -- Regards, Shalin Shekhar Mangar.

Re: POST Vs GET

2014-06-23 Thread Shalin Shekhar Mangar
my Jetty solr version everthing works good. > > Thanks > > Ravi > -- Regards, Shalin Shekhar Mangar.

Re: running Post jar from different server

2014-06-23 Thread Shalin Shekhar Mangar
r to upload data to SOLR. Both SQL DB > > and SOLR are 2 different servers. > > > > I am calling post.jar from my SQLDB where the path is mapped to a > > network drive. I am getting an error file not found. > > > > Is the above scenario is possible, if anyone has some experience on > > this can you share or any direction will be really appreciated. > > > > Thanks > > > > Ravi > > > -- Regards, Shalin Shekhar Mangar.

Re: How-to get results of comparison between documents

2014-06-23 Thread Shalin Shekhar Mangar
d max=revision_field} > > Ludovic. > > > > - > Jouve > France. > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-get-results-of-comparison-between-documents-tp4143389p4143458.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Shalin Shekhar Mangar.

Re: SOLR 4.4 - Slave always replicates full index

2014-06-25 Thread Shalin Shekhar Mangar
configuration document and modified index strategy. > >> > >> Looks good now. I haven't seen any problems in last 1 week. > >> > >> Thanks for your suggestions. > >> > >> > >> > >> -- > >> View this message in context: > >> > http://lucene.472066.n3.nabble.com/SOLR-4-4-Slave-always-replicates-full-index-tp4113089p4120337.html > >> Sent from the Solr - User mailing list archive at Nabble.com. > >> > -- Regards, Shalin Shekhar Mangar.

Re: Paging while indexes

2014-06-26 Thread Shalin Shekhar Mangar
to avoid a scenario where a user has a page of results, clicks > next, and then has some of those results from the first page show up again > because the index changed in the mean while. > > Thanks, > > - Bram > -- Regards, Shalin Shekhar Mangar.

Re: Paging while indexes

2014-06-26 Thread Shalin Shekhar Mangar
There's also a new searcher lease feature which might land in Solr in future. https://issues.apache.org/jira/browse/SOLR-2809 On Fri, Jun 27, 2014 at 1:18 AM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > You can use the Cursor based paging API added in 4.7 whic

Re: Any way to parse timestamp into a date field

2014-06-29 Thread Shalin Shekhar Mangar
terribly obvious I am missing? > > Regards, >Alex. > Personal website: http://www.outerthoughts.com/ > Current project: http://www.solr-start.com/ - Accelerating your Solr > proficiency > -- Regards, Shalin Shekhar Mangar.

Re: Restriction on type of uniqueKey field?

2014-07-01 Thread Shalin Shekhar Mangar
/www.outerthoughts.com/ > Current project: http://www.solr-start.com/ - Accelerating your Solr > proficiency > -- Regards, Shalin Shekhar Mangar.

Re: External File Field eating memory

2014-07-02 Thread Shalin Shekhar Mangar
l file. After this implementation, the server has > become slow. The solr query time has also increased. > > Can anybody confirm me if these issues are because of this implementation. > Is that memory does EFF eats up? > > Regards > Kamal Kishore > -- Regards, Shalin Shekhar Mangar.

Re: Add a new replica to SolrCloud

2014-07-08 Thread Shalin Shekhar Mangar
hanks > Varun Gupta > -- Regards, Shalin Shekhar Mangar.

Re: Parallel optimize of index on SolrCloud.

2014-07-08 Thread Shalin Shekhar Mangar
es on separate machines. Currently it optimizes > >>>>> sequentially if I invoke cloudSolrServer.optimize(). > >>>>> > >>>>> To make it parallel I tried making three separate HttpSolrServer > >>>> instances > >>>>> and invoked httpSolrServer.opimize() on them parallely but still it > >> seems > >>>>> to be doing optimization sequentially. > >>>>> > >>>>> I tried invoking optimize directly using HttpPost with following url > >> and > >>>>> parameters but still it seems to be sequential. > >>>>> *URL* : http://host:port/solr/collection/update > >>>>> > >>>>> *Parameters*: > >>>>> params.add(new BasicNameValuePair("optimize", "true")); > >>>>> params.add(new BasicNameValuePair("maxSegments", "1")); > >>>>> params.add(new BasicNameValuePair("waitFlush", "true")); > >>>>> params.add(new BasicNameValuePair("distrib", "false")); > >>>>> > >>>>> Kindly provide your suggestion and help. > >>>>> > >>>>> Regards, > >>>>> Modassar > >>>> > >>>> > >>>> > >>>> > >>>> > >> > >> -- > >> Walter Underwood > >> wun...@wunderwood.org > >> > >> > >> > >> > > -- > Walter Underwood > wun...@wunderwood.org > > > > -- Regards, Shalin Shekhar Mangar.

Re: Slow inserts when using Solr Cloud

2014-07-15 Thread Shalin Shekhar Mangar
ent to. Do you know whether that's an approach that others have used? > > Thanks again > Ian > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Slow-inserts-when-using-Solr-Cloud-tp4146087p4147183.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Shalin Shekhar Mangar.

Re: problem with replication/solrcloud - getting 'missing required field' during update intermittently (SOLR-6251)

2014-07-16 Thread Shalin Shekhar Mangar
any suggestions on what >> to try or to help diagnose this other than just trying to throw thousands >> of requests at it in round-robin between the >> two instances to see if it's possible to reproduce the issue. >> >> -- Nathan >> >> >> Nathan Neulinger nn...@neulinger.org >> Neulinger Consulting (573) 612-1412 >> > > -- > > Nathan Neulinger nn...@neulinger.org > Neulinger Consulting (573) 612-1412 > -- Regards, Shalin Shekhar Mangar.

Re: NoClassDefFoundError while indexing in Solr

2014-07-22 Thread Shalin Shekhar Mangar
ingHttpConnection.handle(BlockingHttpConnection.java:72) > at > > org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:264) > at > > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) > at > > org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) > at java.lang.Thread.run(Unknown Source) > Caused by: java.lang.ClassNotFoundException: > com.uwyn.jhighlight.renderer.XhtmlRendererFactory > at java.net.URLClassLoader$1.run(Unknown Source) > at java.net.URLClassLoader$1.run(Unknown Source) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > at java.net.FactoryURLClassLoader.loadClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > ... 38 more > > > > Thanks, > Ameya > -- Regards, Shalin Shekhar Mangar.

Re: Slow inserts when using Solr Cloud

2014-07-26 Thread Shalin Shekhar Mangar
> -- > View this message in context: > http://lucene.472066.n3.nabble.com/Slow-inserts-when-using-Solr-Cloud-tp4146087p4149219.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Shalin Shekhar Mangar.

Re: Latest jetty

2014-07-27 Thread Shalin Shekhar Mangar
Yes, we are on Java7 so we can move now. I'll open an issue. On Sun, Jul 27, 2014 at 5:39 AM, Bill Bell wrote: > Since we are now on latest Java JDK can we move to Jetty 9? > > Thoughts ? > > Bill Bell > Sent from mobile > > -- Regards, Shalin Shekhar Mangar.

Re: Latest jetty

2014-07-27 Thread Shalin Shekhar Mangar
I found SOLR-4839 so we'll use that issue. https://issues.apache.org/jira/browse/SOLR-4839 On Sun, Jul 27, 2014 at 8:06 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > Yes, we are on Java7 so we can move now. I'll open an issue. > > > On Sun, Jul 27

Re: Slow inserts when using Solr Cloud

2014-07-27 Thread Shalin Shekhar Mangar
this was a nice writeup, I wish more people would > post > as thorough a problem statement! > > Best, > Erick > > > On Sat, Jul 26, 2014 at 5:08 AM, Shalin Shekhar Mangar < > shalinman...@gmail.com> wrote: > > > Whoa! That's awesome! > > > >

Re: Bloom filter

2014-07-28 Thread Shalin Shekhar Mangar
BloomIndexComponent included in 4.4 code. > > Regards, Per Steffensen > -- Regards, Shalin Shekhar Mangar.

Re: Solr on AWS ubuntu12.04 instance

2014-07-29 Thread Shalin Shekhar Mangar
AbstractConnector – Started > SocketConnector@0.0.0.0:8984 > > When i try to open it through browser it do not open the web interface > attache is the error. > > Please suggest if any one come across with same issue & resolved. > > Thanks > Pusakar > -- Regards, Shalin Shekhar Mangar.

Re: Bloom filter

2014-07-30 Thread Shalin Shekhar Mangar
> finding docs from their id, and most of the time the document is not there, > but to be sure we need to check both transactionlog and the actual index > (UpdateLog). We would like to use Bloom Filter to quickly tell that a > document with a particular id is NOT present. > >> >> Regards, >> Jim >> > Regards, Per Steffensen > -- Regards, Shalin Shekhar Mangar.

Re: Bloom filter

2014-07-30 Thread Shalin Shekhar Mangar
I opened https://issues.apache.org/jira/browse/SOLR-6301 On Wed, Jul 30, 2014 at 1:35 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > Hi Per, > > There's LUCENE-5675 which has added a new postings format for IDs. Trying > it out in Solr is in my todo list b

Re: Bloom filter

2014-07-30 Thread Shalin Shekhar Mangar
the doc actually does not exist). So the space you need to use for > the bloom filter depends on how frequently you can live with false > positives (where you have to actually look it up in the real index). > > Regards, Per Steffensen > > > On 30/07/14 10:05, Shalin Shekhar Ma

Re: SolrCloud Scale Struggle

2014-08-01 Thread Shalin Shekhar Mangar
ecommended practice if only because a slow ZK can cause shards to go into recovery and leader failure. I doubt it will make things faster in your case. However, if you can, you should move ZK instances to separate machines. > > Sorry for the long thread _ I thought of asking these all at once rather > than posting separate ones. > > Thanks, > Anand > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SolrCloud-Scale-Struggle-tp4150592.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Shalin Shekhar Mangar.

Re: SolrCloud Scale Struggle

2014-08-01 Thread Shalin Shekhar Mangar
> > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SolrCloud-Scale-Struggle-tp4150592p4150615.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Shalin Shekhar Mangar.

Re: How to view number of backups available

2014-08-01 Thread Shalin Shekhar Mangar
gt; But the above URL gives overview of snapshots available. It doesn't say how > many number of snapshots available. > > > Sat Aug 02 08:33:37 IST 2014 > 24 > success > Sat Aug 02 08:33:37 IST 2014 > > > > Please suggest. > -- Regards, Shalin Shekhar Mangar.

Re: Query regarding Solr doc atomic updates

2014-08-03 Thread Shalin Shekhar Mangar
In order for Atomic Updates to work, all your fields must be stored in the index. In this case, ClusterId is not stored and is therefore lost on an atomic update. -- Regards, Shalin Shekhar Mangar. On Mon, Aug 4, 2014 at 11:00 AM, M, Arjun (NSN - IN/Bangalore) < arju...@nsn.com> wrote:

Re: Query regarding Solr doc atomic updates

2014-08-04 Thread Shalin Shekhar Mangar
uery regarding Solr doc atomic updates > > In order for Atomic Updates to work, all your fields must be stored in the > index. In this case, ClusterId is not stored and is therefore lost on an > atomic update. > > -- > Regards, > Shalin Shekhar Mangar. > > > On Mon,

Re: Cannot finish recovery due to always met ReplicationHandler SnapPull failed: Unable to download xxx.fdt completely

2014-08-07 Thread Shalin Shekhar Mangar
.n3.nabble.com/Cannot-finish-recovery-due-to-always-met-ReplicationHandler-SnapPull-failed-Unable-to-download-xxx-fy-tp4151611.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Shalin Shekhar Mangar.

Re: regexTransformer returns no results if there is no match

2014-08-15 Thread Shalin Shekhar Mangar
construct wikipedia page url from page title using > regexTransformer > with > > > sourceColName="title" /> > > This does not work for titles that have no space, so title_underscore for > them is empty. > > Any ideas what is wrong here? > > This is with solr-4.8.1 > > Thanks. Alex. > -- Regards, Shalin Shekhar Mangar.

Re: Regarding Solr Cloud issue...

2013-10-15 Thread Shalin Shekhar Mangar
ave 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 Mangar.

Re: SPLITSHARD not working in SOLR-4.4.0

2013-10-15 Thread Shalin Shekhar Mangar
.lang.Thread.run(Thread.java:722) > Caused by: java.lang.NullPointerException > at > org.apache.solr.update.SolrIndexSplitter.split(SolrIndexSplitter.java:154) > at > org.apache.solr.update.SolrIndexSplitter.split(SolrIndexSplitter.java:89) > at > > org.apache.solr.update.DirectUpdateHandler2.split(DirectUpdateHandler2.java:766) > at > > org.apache.solr.handler.admin.CoreAdminHandler.handleSplitAction(CoreAdminHandler.java:284) > ... 20 more > > > > > Documents that i have in my old shard is 976,870 docs. If any one has > faced > similar issue, please let me know. > Or is this SHARDSPLIT feature not implemented in solr 4.4 et? > > > > > > -- > 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
hy ? > > Thanks. > > > > - > Phani Chaitanya > -- > 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
d at least > address this issue? > > Best regards, > > Primoz > > > > > > From: 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 > > >

Re: [Indexing XML files in Solr with DataImportHandler]

2013-10-15 Thread Shalin Shekhar Mangar
chive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: Regarding Solr Cloud issue...

2013-10-15 Thread Shalin Shekhar Mangar
Factor=1 > < > http://localhost:8983/solr/admin/collections?action=CREATE&name=mycollection&numShards=3&replicationFactor=4 > > > > Please advice. > > Regards, > Chris > > > On Tue, Oct 15, 2013 at 8:07 PM, Shalin Shekhar Mangar < > shalinman...@

Re: SPLITSHARD not working in SOLR-4.4.0

2013-10-15 Thread Shalin Shekhar Mangar
s under development in solr 4.4? Has > anyone able 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 maili

Re: SPLITSHARD not working in SOLR-4.4.0

2013-10-15 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" u

Re: Regarding Solr Cloud issue...

2013-10-16 Thread Shalin Shekhar Mangar
quot; command, but in 4.5.0 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 b

Re: SPLITSHARD not working in SOLR-4.4.0

2013-10-16 Thread Shalin Shekhar Mangar
> > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/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
nds. Those usually produced 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 > To: solr-user@lucene.apache.org > Date: 16.10.2013 09:

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
8983/solr/annotation/update?commit=true). > > > > 3. The replication of the DELETE 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
red that the document is replicated successfully. > > Issued a delete by ID. > > 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, >

Re: "mysql-connector-java" Version for Solr 4.4.0

2013-10-22 Thread Shalin Shekhar Mangar
have solr 4.3.0 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: Question about sharding and overlapping

2013-10-22 Thread Shalin Shekhar Mangar
ping-tp4097111.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Shalin Shekhar Mangar.

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

2013-10-22 Thread Shalin Shekhar Mangar
d,score&facet.field=Source2&fq=TestProductLine:"ADT"&fq=TestProductRelease:"ADT+2014"&fq=language:"english"&rows=150&defType=edismax&start=0&spellcheck=on&shards.tolerant=true&&shard.url=localhost:8984/solr/collection1/|localhost:8983/solr/collection1/&q=xref&isShard=true} > hits=157 status=0 QTime=15 > > Now, if I comment out the spellcheck option in request handler, the query > works as expected, even if the other shard and its replica is down. > > Is this a known bug in Solr 4.4 ? What'll be the recommended work-around to > address this issue ? Any pointers will be appreciated. > > Thanks, > Shamik > -- Regards, Shalin Shekhar Mangar.

Re: Solr 4.5 router.name issue?

2013-10-22 Thread Shalin Shekhar Mangar
ot;:{"name":"implicit"} > } > > Is it this correct or is some kind of issue? > > > > > - > Best regards > -- > View 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 wrote: > Can I split shards as with compositeId using this method? > > On Wednesday, October 23, 2013, Shalin Shekhar Mangar wrote: > > > You can't co

Re: DIH - URLDataSource import size

2013-10-23 Thread Shalin Shekhar Mangar
issue doesnt come at > all. > > > > (note that I 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: Atomic Updates in SOLR

2013-10-30 Thread Shalin Shekhar Mangar
ltivalued field duplicates. Is there any 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: &g

Re: Merging shards and replicating changes in SolrCloud

2013-11-09 Thread Shalin Shekhar Mangar
p://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 Mangar.

Re: optimization suggstions

2013-11-12 Thread Shalin Shekhar Mangar
s you need to tune your auto commit settings to commit in smaller batches rather than in one big bang at the end. > > Thanks! > Eric -- Regards, Shalin Shekhar Mangar.

Re: SolrCoreAware

2013-11-15 Thread Shalin Shekhar Mangar
first time the handler is >> requested if it's a lazy-loading 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: Solr cloud view shows core as down after using reload action

2013-11-18 Thread Shalin Shekhar Mangar
gt; Can anybody help me 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
ances for this implementation > > Manu -- Regards, Shalin Shekhar Mangar.

Re: Nutch 1.7 solrdedup error

2013-11-18 Thread Shalin Shekhar Mangar
py, > forward or store this message unless you are an intended recipient of it. If > you received 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
-tp4101625p4101647.html > Sent 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
this message 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: How to get score with getDocList method Solr API

2013-11-19 Thread Shalin Shekhar Mangar
> > > Ques 1 - > My question is , what does FLAG represent in getDocList 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
a? > > -- > Sent from my Android phone with K-9 Mail. Please excuse my brevity. -- Regards, Shalin Shekhar Mangar.

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

2013-11-20 Thread Shalin Shekhar Mangar
lit 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 Mangar.

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

2013-11-20 Thread Shalin Shekhar Mangar
and so far, I found 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
hat shard 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/ &

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 wrote: > Hi, > > On Wed, Nov 20, 2013 at 12:53 PM, Shalin Shekhar Mangar < > shalinman...@gmail.com> wrote: > >> At the Lucene level, I th

Re: useColdSearcher in SolrCloud config

2013-11-23 Thread Shalin Shekhar Mangar
hink. >> >> -- >> View 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: Trouble with manually routed collection after upgrade to 4.6

2013-11-26 Thread Shalin Shekhar Mangar
h >>> code 17b9dff6 in DocCollection >>> >>> In the clusterstate *none* of my shards have a range set (they're all >>> null), but I thought this would be expected since I do routing myself. >>> >>> Did the upgrade change something here? I didn't see anything related to >>> this in the upgrade notes. >>> >>> Thanks, >>> Brett >>> >> >> -- Regards, Shalin Shekhar Mangar.

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" wrote: > Hi All, > > I have a requirement to import a large amount of data from a mysql database > a

Re: SolrCloud keeps repeating exception 'SolrCoreState already closed'

2013-12-03 Thread Shalin Shekhar Mangar
;> collection does not work. Reloading the specific shard core returns the same >> exception. The only option seems to be to restart the server. But because >> it's the leader for a lot of collections, I want to know why this is >> happening. I've seen this problem before, and I haven't figured out what is >> causing it. >> >> I've reported a different problem a few days ago with 'hanging' deleted >> logfiles. Could this be related? Could the hanging logfiles prevent a new >> Searcher from opening? I've updated two of my three hosts to 4.5.1 but after >> only 2 days uptime, I'm still 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
s 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 'SolrCoreS

Re: Storing MYSQL DATETIME field in solr as String

2013-12-15 Thread Shalin Shekhar Mangar
the behaviour of Solr? 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
gt; > 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
aving 'T'* > > Output is the same :-) > > I expected date format to be *-MM-dd HH:mm:ss* > That is unlikely. It won't give the same output. Did you re-index after changing the config? Did you specify the DateFormatTransformer on the too? -- Regards, Shalin Shekhar Mangar.

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

2013-12-16 Thread Shalin Shekhar Mangar
> -- > View this message in context: > http://lucene.472066.n3.nabble.com/how-to-remove-documents-which-have-been-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
schema.xml > multiValued="false" default="NOW" /> > > Output is > Thu Dec 05 15:38:27 MYT 2013 > > My expectation was *2012-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: RELOAD collection via HTTP timeout issue solr cloud v4.5.1

2013-12-17 Thread Shalin Shekhar Mangar
JIoEndpoint.java:310) > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown > Source) > at java.lang.Thread.run(Unknown Source) > 500 > > > > Any ideas? > > Thank

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

2013-12-26 Thread Shalin Shekhar Mangar
xample\example-DIH\solr\tv-wordpress\data\inde > x lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10ff234; > maxCach > eMB=48.0 > maxMergeSizeMB=4.0),segFN=segments_3l,generation=129,filenames=[_3o.nvd > , _3o_Lucene41_0.tim, _3o.fnm, _3o.nvm, _3o_Lucene41_0.tip, _3o.fdt, > _3o_Lucene4 > 1_0.pos, segments_3l, _3o.fdx, _3o_Lucene41_0.doc, _3o.si] > 194704 [Thread-23] INFO org.apache.solr.core.SolrCore û newest commit > = 129[_3 > o.nvd, _3o_Lucene41_0.tim, _3o.fnm, _3o.nvm, _3o_Lucene41_0.tip, > _3o.fdt, _3o_Lu > cene41_0.pos, segments_3l, _3o.fdx, _3o_Lucene41_0.doc, _3o.si] > 194704 [Thread-23] INFO org.apache.solr.update.DefaultSolrCoreState û > New Inde > xWriter is ready to be used. > 194704 [Thread-23] INFO org.apache.solr.update.UpdateHandler û > end_rollback > > > > > -- > View 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
t; > > -- > View this message in context: > 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: org.apache.solr.handler.dataimport.DataImportHandlerException: Unable to execute query

2013-12-30 Thread Shalin Shekhar Mangar
.. core=tv-wordpress > 22523 [qtp33142123-13] INFO org.apache.solr.core.SolrCore û > SolrDeletionPolicy > .onInit: commits:num=1 > > commit{dir=NRTCachingDirectory(org.apache.lucene.store.SimpleFSDirectory > @C:\Dropbox\Databases\solr-4.3.1\example\example-DIH\solr\tv-wordpress\data\inde > x lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e8b2d0; > maxCache > MB=48.0 > maxMergeSizeMB=4.0),segFN=segments_3l,generation=129,filenames=[_3o.nvd, > _3o_Lucene41_0.tim, _3o.fnm, _3o.nvm, _3o_Lucene41_0.tip, _3o.fdt, > _3o_Lucene41 > _0.pos, segments_3l, _3o.fdx, _3o_Lucene41_0.doc, _3o.si] > 22524 [qtp33142123-13] INFO org.apache.solr.core.SolrCore û newest commit > = 12 > 9[_3o.nvd, _3o_Lucene41_0.tim, _3o.fnm, _3o.nvm, _3o_Lucene41_0.tip, > _3o.fdt, _3 > o_Lucene41_0.pos, segments_3l, _3o.fdx, _3o_Lucene41_0.doc, _3o.si] > 22524 [qtp33142123-13] INFO org.apache.solr.update.DefaultSolrCoreState û > New > IndexWriter is ready to be used. > 22525 [qtp33142123-13] INFO org.apache.solr.update.UpdateHandler û > end_rollbac > k > > > > > -- > View this message in context: > 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: Very long running replication.

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

Re: Branch/Java questions re: contributing code

2014-01-06 Thread Shalin Shekhar Mangar
t; > Thanks! Ryan Yeah, you are right. Features are committed to trunk first and backported to branch_4x -- Regards, Shalin Shekhar Mangar.

Re: How to override rollback behavior in DIH

2014-01-17 Thread Shalin Shekhar Mangar
ort fails (in my >> case, a connection 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: Removing a node from Solr Cloud

2014-01-21 Thread Shalin Shekhar Mangar
Gone" in the Cloud >> > admin. >> > >> > Thanks >> > >> >> >> >> -- >> >> Anshum Gupta >> http://www.anshumgupta.net >> -- Regards, Shalin Shekhar Mangar.

Re: dataimport handler

2014-01-22 Thread Shalin Shekhar Mangar
be greatly > appreciated. > > `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: SolrCloud 4.6.0: OutOfMemoryError on Shard Split

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

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

2014-01-25 Thread Shalin Shekhar Mangar
good way to handle this scenario in SOLR 4.6? > > It seems 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: Clone (or Restore) Solrcloud

2014-02-03 Thread Shalin Shekhar Mangar
alls that may exist in manually >> constructing a clusterstate.json, as another approach. >> >> Any ideas? >> >> ~ David > > > > > > - > Author: http://www.packtpub.com/apache-solr-3-enterprise-search-server/book > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Clone-or-Restore-Solrcloud-tp4114773p4114983.html > Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

Re: Intercept updates and cascade loading of Index.

2014-02-06 Thread Shalin Shekhar Mangar
.com/Intercept-updates-and-cascade-loading-of-Index-tp4115833.html > 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
uments. > - one 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? > > Be

Re: DIH - Query

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

Re: Set field boost with dataImportHandler

2014-02-10 Thread Shalin Shekhar Mangar
t i’m truing to do: > > query=“select boost, id, name, text from table"> > > > > > > Please, do you have any suggest? > Thanks. -- Regards, Shalin Shekhar Mangar.

Re: Solr4 performance

2014-02-12 Thread Shalin Shekhar Mangar
meouts are happening on 2 hosts. The admin GUI for one of the hosts show > 96% of physical memory 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: Best way to copy data from SolrCloud to standalone Solr?

2014-02-18 Thread Shalin Shekhar Mangar
eplication handler on slave cores with >>> a non-cloud config that point at the master cores, and it should >>> replicate the main Lucene index, but not the config files. I have no >>> idea whether things will work right if you configure other master >>> options like replicateAfter and config files, and I also don't know if >>> those options might cause problems for SolrCloud itself. Those options >>> shouldn't be necessary for just getting the data into a dev environment, >>> though. >>> >>> Thanks, >>> Shawn >>> >>> > > -- > *Daniel Bryant | Software 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: DistributedSearch: Skipping STAGE_GET_FIELDS?

2014-02-23 Thread Shalin Shekhar Mangar
t, 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 wrote: > What a coincidence - I was about to commit a patch which makes it > possible. It will be released with 4.8 > > See https://issues.apache.org

Re: DistributedSearch: Skipping STAGE_GET_FIELDS?

2014-02-23 Thread Shalin Shekhar Mangar
014 at 1:08 PM, Shalin Shekhar Mangar > wrote: >> I should clarify though that this optimization only works with fl=id,score. > > Although it seems like it should be relatively simple to make it work > with other fields as well, by passing down the complete "fl" reque

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 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 the p

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

2014-02-24 Thread Shalin Shekhar Mangar
> only the last field contains the data. > > The reason I have two fields is that, One to store it as a String to display > to user, another field where I apply Filter and Tokenizers to do text > transformation. > > > > -- > View this message in context: > http://lucen

Re: Fault Tolerant Technique of Solr Cloud

2014-02-24 Thread Shalin Shekhar Mangar
ill get a real response, but it will just not include data >> from shard1, because it is not available at the moment. That is just the >> way I believe "shards.tolerant" works, but you might want to verify that. >> >> To set "shards.tolerant": >> >> SolrQuery query = new SolrQuery("*:*"); >> query.set("shards.tolerant", true); >> 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.

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