Package org.apache.lucene.util.encoding

Examples of org.apache.lucene.util.encoding.SimpleIntDecoder


    associationPayloadIter = new PayloadIntDecodingIterator(
        reader,
        // TODO (Facet): should consolidate with AssociationListTokenizer which
        // uses AssociationEnhancement.getCatTermText()
        new Term(field, AssociationEnhancement.CATEGORY_LIST_TERM_TEXT),
        new SimpleIntDecoder());

    // Check whether there are any associations
    hasAssociations = associationPayloadIter.init();

    ordinalToAssociationMap = new IntToIntMap();
View Full Code Here

TOP

Related Classes of org.apache.lucene.util.encoding.SimpleIntDecoder

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.