Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  bin 2956 over 18 years sgarg Modified the default location of the backup fil...
  docs 3019 almost 18 years perry Update to reflect newer versions of ant, java s...
  lib 3049 almost 18 years perry Fixed up some hardcoded paths in html map templ...
  src 3053 over 17 years Matt Jones Reverting to previous QueryTerm.java that uses ...
  test 2992 about 18 years berkley fixed bugs in teh client that were preventing t...
LICENSE 17.7 KB 666 over 23 years Matt Jones Modified the license and copyright terms for ma...
README 18 KB 3025 almost 18 years sgarg updated README with changes for the current day.
build.properties 5.33 KB 3034 almost 18 years perry initial import of changes to metacat source and...
build.sh 1.03 KB 670 over 23 years Matt Jones Updated build files with minor documentation ch...
build.xml 67.9 KB 3034 almost 18 years perry initial import of changes to metacat source and...

Latest revisions

# Date Author Comment
3053 09/28/2006 01:13 AM Matt Jones

Reverting to previous QueryTerm.java that uses 'LIKE' for comparisons. This
allows substring matching to work properly, but prevents the postgres index
from being used. As a result, full table scans are done on the tables, causing
a major performance hit. Need to determine how to eliminate the use of LIKE...

3052 09/27/2006 04:21 PM Matt Jones

Modifications to the table definitions to add indices that should be used
when searching the database. Added an upgrade script to create these
indices as well. Modified QueryTerm.java to use the '=' comparator rather
than 'LIKE' so that we can do index scans rather than table scans. This needs...

3051 09/18/2006 04:47 PM perry

fixed point centroid calculation to reflect bboxs that cross the dateline

3050 09/18/2006 04:45 PM perry

fixed point centroid calculation to reflect bboxs that cross the dateline

3049 09/18/2006 01:01 PM perry

Fixed up some hardcoded paths in html map templates.

3048 09/18/2006 12:07 PM perry

Make spatial query more accurate by actually intersecting geometries in addition to a simple bbox filter. Important for testing intersection of irregular shaped objects or multi-geometries

3047 09/18/2006 11:21 AM perry

Added docid override mechanism to DBQuery. Bypasses the queryspec.printSQL method and creates an optimized docid query in cases (like the spatial query) where you know the docids a priori

3046 09/18/2006 10:18 AM bowdish

updated SpecNet Home link to http://www.specnet.info

3045 09/13/2006 04:46 PM perry

Updated spatial query to also look at point spatial cache as some documents may only be represented as a single point.

3044 09/13/2006 04:10 PM perry

Rewrote spatial query handler to use geotools directly against the spatial cache.

View all revisions | View revisions

Also available in: Atom