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

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


                    dataInfo.setPopularity(popularity + 1);
                }
            });

            // And register the metadata to be indexed in the near future
            final IndexingList list = srvContext.getBean(IndexingList.class);
            list.add(iId);
        } else {
            if (Log.isDebugEnabled(Geonet.DATA_MANAGER)) {
                Log.debug(Geonet.DATA_MANAGER, "GeoNetwork is operating in read-only mode. IncreasePopularity is skipped.");
            }
        }
View Full Code Here

TOP

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

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.