More like this inly return is and score issue

2020-04-30 Thread derrick cui
Hi, I want to return more fields in moreLikeThis response, how should I reach it? Currently the main doc returns all fields, but morelikethis result only has I’d and score, please help  Thanks

how to use multiple update process chain?

2020-04-11 Thread derrick cui
Hi,  I need to do three tasks.1. add-unkown-fields-to-the-schema2. create composite key3. remove duplicate for specified field I defined update.chain as below, but only the first one works, the others don't work. please help. thanks add-unknown-fields-to-the-schema composite-id de

indexing slow in solr 8.0.0

2019-07-12 Thread derrick cui
Hi, I am facing an problem now. I just moved my solr cloud from one environment to another one, but performance is extremely slow in the new servers. the  only difference is CPU. also I just copy my whole solr folder from old env to new env and changed the configuration file. before:hardware: th

Re: Add dynamic field to existing index slow

2019-07-02 Thread derrick cui
iPhone On Sunday, June 30, 2019, 4:52 PM, Shawn Heisey wrote: On 6/30/2019 2:08 PM, derrick cui wrote: > Good point Erick, I will try it today, but I have already use cursorMark in > my query for deep pagination. > Also I noticed that my cpu usage is pretty high, 8 cores, usage is over 700%

Re: Add dynamic field to existing index slow

2019-06-30 Thread derrick cui
to use an external value field and not update > Solr documents at all: > https://lucene.apache.org/solr/guide/8_1/working-with-external-files-and-processes.html > > Regards, >  Alex. > > On Sun, 30 Jun 2019 at 10:53, derrick cui > wrote: >> >> Thanks Alex

Re: Add dynamic field to existing index slow

2019-06-30 Thread derrick cui
fully understand. Regards,   Alex. On Sun, 30 Jun 2019 at 10:33, derrick cui wrote: > > I have 400k data, indexing is pretty fast, only take 10 minutes, but add > dynamic field to all documents according to query results is very slow, take > about 1.5 hours. > Anyone knows wh

Add dynamic field to existing index slow

2019-06-30 Thread derrick cui
I have 400k data, indexing is pretty fast, only take 10 minutes, but add dynamic field to all documents according to query results is very slow, take about 1.5 hours. Anyone knows what could be the reason? Thanks Sent from Yahoo Mail for iPhone

solrcloud 8.0.0 - debugQuery=on, exception

2019-06-19 Thread derrick cui
Hi all, I run a query in solr admin, it's ok if debugQuery=off, but it's throw an exception if I set debugQuery=on, please help, thanks there is debug stack: 2019-06-20 11:33:29.529 ERROR (qtp769429195-2324) [c:article s:shard2 r:core_node9 x:article_shard2_replica_n6] o.a.s.h.RequestHandlerBase

Please help on pdate type during indexing

2019-06-02 Thread derrick cui
Hi all, I spent whole day to indexing my data to solr(8.0), but there is one field which type is pdate always failed.  error adding field 'UpdateDate'='org.apache.solr.common.SolrInputField:UpdateDate=2019-06-03T05:22:14.842Z' msg=Invalid Date in Date Math String:'org.apache.solr.common.SolrInp

How to define nested document schema

2019-05-20 Thread derrick cui
Hi, I have a nested document, how should I define this schema? How to use addChildDocument in solr-solrj? Thanks Derrick Sent from Yahoo Mail for iPhone

Execute query against to one document

2019-05-16 Thread Derrick Cui
. Currently I do two steps , indexing, then query on collection and add field of hits great than 0, but it takes several days to complete. Any idea or solution please . Thanks -- Regards, Derrick Cui Email: derrick...@gmail.com

query keyword but no result (solr 8)

2019-05-13 Thread Derrick Cui
Hi, I am trying to setup solrcloud, I can index a few documents successfully. but I cannot get result if I search keyword(without field). if I use field:keyword, I can get result. any idea why I get this issue? Thank you -- Regards, Derrick Cui Email: derrick...@gmail.com