Project

General

Profile

« Previous | Next » 

Revision 7688

Added by Jing Tao over 11 years ago

Removed the comment on the process of building index.

View differences:

metacat-index/src/main/java/edu/ucsb/nceas/metacat/index/IndexGenerator.java
151 151
        log.info("the solr ids -----------------------------"+solrIds);
152 152
        metacatIds = getMetadataIds(since, until);
153 153
        log.info("the metacat ids -----------------------------"+metacatIds);
154
        /*if(metacatIds != null) {
154
        if(metacatIds != null) {
155 155
            for(String metacatId : metacatIds) {
156 156
                if(metacatId != null) {
157 157
                    boolean buildIndex = true;
......
169 169
                    }
170 170
                }
171 171
            }
172
        }*/
172
        }
173 173
    }
174 174
    
175 175
    public void run() {

Also available in: Unified diff