I have three fields with the same name:
1. new StoredField("createdTimestamp", longValue) (Store)
2. new LongPoint("createdTimestamp", longValue) (Filtering)
3. new NumericDocValues("createdTimestamp", longValue) (Sorting)
I'm getting the following error during execution of my applicatio
To clarify, this appears to be directly related to me sorting on the
timestamp field. If I turn sorting off, everything loads and works just
fine.
On Thu, Aug 29, 2019 at 8:42 AM Hicks, Matt wrote:
> I have three fields with the same name:
>
>1. new StoredField("createdTimestamp", longValue
For an application that already has a Lucene Index, I would like to
implement a facet search that return result aggregations in two
dimensions. From the Lucene examples [1] I can see how to do a simple
facet search that collects facets in one dimension but I haven't seen
any examples for a two-step