Project

General

Profile

« Previous | Next » 

Revision 2734

Added by sgarg over 18 years ago

Changes in calls made to IndexingQueue class

View differences:

DocumentImpl.java
2368 2368
        boolean useXMLIndex =
2369 2369
            (new Boolean(MetaCatUtil.getOption("usexmlindex"))).booleanValue();
2370 2370
        if (useXMLIndex) {
2371
            	IndexingQueue.getInstance().add(docid + "." + rev);
2371
            	IndexingQueue.getInstance().add(docid, rev);
2372 2372
        }
2373 2373
    }
2374 2374

  

Also available in: Unified diff