@ 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
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
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