Project

General

Profile

  • svn:eol-style: native
  • svn:executable: *
  • svn:keywords: Author Date Id Revision

# Date Author Comment
6035 04/11/2011 05:46 PM ben leinfelder

allow "docid override" queries to include the results of a "normal" query - if the operator is left null, it acts as the usual override, otherwise UNION and INTERSECT modes can be used to either augment or refine the results.
this is for incorporating semantic+spatial+keyword queries into one query operation/result

5015 08/04/2009 02:32 PM daigle

Create database and shared directories for database management code and shared code respectively.

4854 03/23/2009 02:56 PM daigle

Beef up exception handling from file utilities. Move UtilException to MetacatUtilException to eliminate conflict with similar exception in utility package.

4812 02/18/2009 04:30 PM daigle

Format indexPaths in metacat.properties. Remove from build.properties and build.xml. Move indexPath list getter from MetacatUtil to SystemUtil.

4698 12/26/2008 01:07 PM daigle

Renamed MetaCatUtil to MetacatUtil

4325 08/27/2008 10:18 AM ben leinfelder

honor casesensitive indicator for contained QueryTerms.
addresses bug: http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3472

4080 07/06/2008 09:25 PM daigle

Merge 1.9 changes into Head

3430 09/12/2007 03:37 PM Jing Tao

Fixed a bug the search title in morpho will return everything.

3328 07/26/2007 06:24 PM Jing Tao

Add code to handle none-same value query term.

3245 04/18/2007 11:31 AM Jing Tao

Fix bug that if there is a search value is different to others, the query wouold work.

3242 04/17/2007 03:58 PM Jing Tao

transfer to value to upper case.

3239 04/17/2007 02:22 PM Jing Tao

Fixed bug that modified query wasn't add.

3237 04/16/2007 05:32 PM Jing Tao

Add method to handle union operator.

3226 04/11/2007 05:41 PM Jing Tao

Add a new method to print out more effecient query.

3225 04/10/2007 04:32 PM Jing Tao

Add new data structure and method to handle query terms which have same search value.

3077 11/10/2006 10:25 AM Matt Jones

Removed the release ant token from all files in 'src'.

2677 10/17/2005 11:15 AM sgarg

Fixed a bug in QueryGroup which prevented QueryGroup from appending itself to the sql query when no queryTerm is present.

2635 10/03/2005 02:32 PM sgarg

fix for the bug entered in previous fix

2634 10/03/2005 02:19 PM sgarg

Fix for bug in QueryGroup. Didnt check if the QueryGroup returned empty string. E.g. in case of a % search.

2503 04/22/2005 02:18 PM sgarg

Fixed a bug in printSQL function. The bug came into the picture for queries which involve multiple query groups and one of the query groups does a % search.

2374 01/14/2005 08:08 AM sgarg

Fixed a bug from previous commit

2373 01/13/2005 07:04 PM sgarg

Some more modifications so that % search doesnt run a select on xml_nodes.

2366 01/13/2005 04:39 PM sgarg

Modified code so that when a % search is done, a xml_nodes search is not done. This search is not required and hence saves time in doing a % search

1831 10/02/2003 05:16 PM Jing Tao

New class will be used in metacat ecogrid impl.