Re: docValues & facets

2019-06-11 Thread John Davis
@ 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 docValues enabled by default. Once we did > thi

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

field:* vs field:[* TO *]

2019-04-17 Thread John Davis
Hello, I was pointed to Lucene from the Solr list. I am wondering if the performance of the below two queries is expected to be quite different and would they return the same set of results? field:* field:[* TO *] The use case I am trying to optimize is returning all documents that contain any va