Package com.pearson.entech.elasticsearch.search.facet.approx.datehistogram.fielddata

Examples of com.pearson.entech.elasticsearch.search.facet.approx.datehistogram.fielddata.DateFacetIndexFieldData


            //                    _indicesService.indexServiceSafe(index.getName()), fieldNames, fieldDataType);

            final IndexFieldDataCache ifdc =
                    _cache.buildIndexFieldDataCache(_indicesService.indexServiceSafe(index.getName()),
                            index, fieldNames, fieldDataType);
            final DateFacetIndexFieldData fieldData = new DateFacetIndexFieldData(
                    index, indexSettings, fieldNames, fieldDataType, ifdc);

            return new TypedFieldData(fieldData, fieldDataType);
        }
        return null;
View Full Code Here

TOP

Related Classes of com.pearson.entech.elasticsearch.search.facet.approx.datehistogram.fielddata.DateFacetIndexFieldData

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.