FieldCacheTermsFilter Replacement in Lucene 5.2.1

2015-08-21 Thread Pablo Mincz
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.

Lucene 5.2.1 Spatial Strategy PointVectorStrategy

2015-08-19 Thread Pablo Mincz
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

Lucene 5 Custom FieldComparator

2015-08-13 Thread Pablo Mincz
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

Lucene 5 Custom FieldComparator

2015-08-13 Thread Pablo Mincz
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