Hi Team,
we want to migrate from lucene 5.5.3 to 6.6.5.
We see after upgraded to 6.6.5 we are not able to search the existing
data(which was managed with 5.5.3), are we missing anything here during
upgrade?
--
Thanks & Regards,
Sree
On Mon, Mar 11, 2019 at 1:15 PM Trejkaz wrote:
>
> Hi all.
>
> I'm attempting to migrate from GeoPointField to LatLonPoint so that we
> might have a hope in updating to Lucene 7. The first hurdle I'm
> hitting is while writing the migration code.
>
> I inserted a single document with one geo point
The ValuesSources provide a getSortField method that always supplies 0 as
the "missing value" - ie the default value for documents that do not
advance the source.
But if an application wants to provide "missing last" or "missing first"
semantics, it needs to control the missing value depending on
Hello Adrian,
I opened LUCENE-8741 ClassCastException in ValueSource$ScoreAndDoc.
Thanks,
Markus
https://issues.apache.org/jira/browse/LUCENE-8741
-Original message-
> From:Adrien Grand
> Sent: Tuesday 26th March 2019 18:58
> To: Lucene Users Mailing List
> Subject: Re: 8.0.0 Class