Re: docValues & facets

2019-06-18 Thread Adrien Grand
Hi John, I believe that the answer is the 2nd option you listed: documents indexed after the schema change should show up in facets. On Tue, Jun 11, 2019 at 5:26 PM John Davis wrote: > > Solr folks mentioned this is dependent on lucene's behavior of merging > segments. I am not sure where the ri

Re: docValues & facets

2019-06-11 Thread John Davis
Solr folks mentioned this is dependent on lucene's behavior of merging segments. I am not sure where the right answer lies.. On Tue, Jun 11, 2019 at 12:01 AM Adrien Grand wrote: > Hi John, > > You probably meant to send this to the solr-user@lucene.a.o list, this > java-user@ mailing list is for

Re: docValues & facets

2019-06-11 Thread Adrien Grand
Hi John, You probably meant to send this to the solr-user@lucene.a.o list, this java-user@ mailing list is for questions about Lucene. On Tue, Jun 11, 2019 at 4:54 AM John Davis wrote: > > Hi there, > We recently changed a field from TextField no docValues to > SortableTextField which has docVal

docValues & facets

2019-06-10 Thread John Davis
Hi there, We recently changed a field from TextField no docValues to SortableTextField which has docValues enabled by default. Once we did this we do not see any facet values for the field. I know that once all the docs are re-indexed facets should work again, however can someone clarify the curren