From 7ddf5a923866031a7034f457715d6a5e4ecbca67 Mon Sep 17 00:00:00 2001
From: sin <sin@localhost>
Date: Sat, 31 Jan 2009 07:06:11 +0000
Subject: [PATCH] Integrating the changes related to Collation indexing support

---
 opends/src/server/org/opends/server/util/ServerConstants.java |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/util/ServerConstants.java b/opends/src/server/org/opends/server/util/ServerConstants.java
index d18352c..084cb82 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -22,7 +22,7 @@
  * CDDL HEADER END
  *
  *
- *      Copyright 2006-2008 Sun Microsystems, Inc.
+ *      Copyright 2006-2009 Sun Microsystems, Inc.
  */
 package org.opends.server.util;
 
@@ -2926,6 +2926,22 @@
 
 
   /**
+   * The extensible indexer identifier string that will be used for a substring
+   * type.
+   */
+  public static final String EXTENSIBLE_INDEXER_ID_SUBSTRING="substring";
+
+
+
+  /**
+   * The extensible indexer identifier string that will be used for a shared
+   * type.
+   */
+  public static final String EXTENSIBLE_INDEXER_ID_SHARED="shared";
+
+
+
+  /**
    * The lines that make up the CDDL header.  They will not have any prefix, so
    * an appropriate prefix may need to be added for some cases (e.g., "# " for
    * shell scripts, "rem " for batch files, etc.).

--
Gitblit v1.10.0