Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  docs 2509 almost 19 years Duane Costa Minor documentation fix. buildindex action shou...
  lib 2513 over 18 years sgarg Added a new property 'indexed_paths'. All the p...
  src 2522 over 18 years sgarg Adding code to check if all the paths being sea...
  test 2451 about 19 years sgarg Removed unwanted code.
LICENSE 17.7 KB 666 about 23 years Matt Jones Modified the license and copyright terms for ma...
README 15.4 KB 2505 almost 19 years sgarg Adding acknowledgement for Mellon support.
build.properties 1.8 KB 2498 almost 19 years sgarg Removing the token for cvsroot for checking out...
build.sh 1.03 KB 670 about 23 years Matt Jones Updated build files with minor documentation ch...
build.xml 51.9 KB 2518 over 18 years sgarg Added target for upgrading DB to version 1.6

Latest revisions

# Date Author Comment
2522 07/25/2005 11:52 AM sgarg

Adding code to check if all the paths being searched for indexed are not. If all paths are indexed, the code will use xml_path_index instead of using xml_nodes and xml_index

2521 07/25/2005 11:49 AM sgarg

Adding a new method to MetaCatServlet for getting the value of paths to be indexed from metacat.properties file and indexing those paths in xml_path_index

2520 07/25/2005 11:45 AM sgarg

Adding new files for upgrading version 1.5 database to version 1.6 database

2519 07/25/2005 11:45 AM sgarg

Added code to create new tables xml_path_index and xml_nodes_revisions...

2518 07/21/2005 04:59 PM sgarg

Added target for upgrading DB to version 1.6

2517 07/21/2005 04:54 PM sgarg

Changed the name of the function

2516 07/21/2005 04:52 PM sgarg

Modified xmltables script so that:
1. Foreign key for rootnodeid in xml_revision points to xml_node_revision table instead of xml_nodes
2. Added a new table xml_path_index which is used to index the paths specified by user in metacat.properties
3. Addes a new table xml_nodes_revision which stores the nodes of old revisions and deleted documents

2515 07/21/2005 04:46 PM sgarg

Fixed bug in previous commit

2514 07/21/2005 04:31 PM sgarg

Modified postgres script so that:
1. Foreign key for rootnodeid in xml_revision points to xml_node_revision table instead of xml_nodes
2. Added a new table xml_path_index which is used to index the paths specified by user in metacat.properties
3. Addes a new table xml_nodes_revision which stores the nodes of old revisions and deleted documents...

2513 07/21/2005 04:18 PM sgarg

Added a new property 'indexed_paths'. All the paths mentioned under this property will be configured in xml_path_index table.
See bug 2154

View all revisions | View revisions

Also available in: Atom