Package org.fao.geonet.kernel.search.index

Examples of org.fao.geonet.kernel.search.index.IndexInformation


       
        if(!hasLocaleField) {
           doc.add(new Field(Geonet.LUCENE_LOCALE_KEY,Geonet.DEFAULT_LANGUAGE, storeNotTokenizedFieldType));
        }
       
        return new IndexInformation(language, doc, categories);

  }
View Full Code Here

TOP

Related Classes of org.fao.geonet.kernel.search.index.IndexInformation

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.