Project

General

Profile

« Previous | Next » 

Revision 2072

Added by Matt Jones about 20 years ago

Moved decision about whether to use xml_index for
query to the metacat.properties as "usexmlindex". Default
is now false. Still have some refactoring to do to remove a
few more uses of the xml_index table.

View differences:

QuerySpecification.java
979 979
            }
980 980
        }
981 981
        self.append(") AND xml_nodes.docid in (");
982
        //self.append(query.printSQL());
983 982
        self.append(doclist);
984 983
        self.append(")");
985 984
        self.append(" AND xml_nodes.nodetype = 'ATTRIBUTE'");

Also available in: Unified diff