Re: basic question about updating a docValue

2019-05-07 Thread Jerry Lin
Hello, Thank you for your responses. In the end, my program now works, but I had trouble even when I had 0 documents because I did not restart Solr until I read Shawn's comment. Thanks! Jerry On Tue, May 7, 2019 at 6:41 AM Shawn Heisey wrote: > On 5/7/2019 7:35 AM, Shawn Heisey wrote: > > The

basic question about updating a docValue

2019-05-06 Thread Jerry Lin
Hi, I'm new to Solr and am using Solr 8, and the Java API client. I have a score that I would like to rank my documents by, and I do not need to retrieve the values. My understanding is that I should set indexed="true", stored="false", and DocValues="true". When I manually set up the schema in tha