Hi,
I'm doing a migration from Lucene 3.6.1 to 5.2.1, and for what I see
FieldCacheTermsFilter does not exists any more.
Is there any replacement for keep same functionality?
Thanks for the help.
Regards,
Pablo.
Hi,
I'm implementing a sort search by distance with a PointVectorStrategy.
In the index process I used createIndexableFields from the strategy
and makePoint from the context GEO.
But when I'm sorting the search I get the error:
Java::JavaLang::IllegalStateException: unexpected docvalues type NONE
Hi,
I'm doing a migration from Lucene 3.6.1 to 5.2.1 and I have a custom
FieldComparator that sort the search for availables discounts. For this,
first I check that the date range is valid and later sort by the discount
amount.
I did this in Lucene 3.6.1 but now in 5.2.1 version, the FieldCompara
Hi,
I'm doing a migration from Lucene 3.6.1 to 5.2.1 and I have a custom
FieldComparator that sort the search for availables discounts. For this,
first I check that the date range is valid and later sort by the discount
amount.
I did this in Lucene 3.6.1 but now in 5.2.1 version, the FieldCompara