Code Search for Developers
 
 
  

I_KneobaseConstants.java from Kneobase at Krugle


Show I_KneobaseConstants.java syntax highlighted

/*
 * Created on 29/11/2004
 *
 */
package com.kneobase;


/**
 * @author Ernesto De Santis
 *
 */
public interface I_KneobaseConstants {

    //reserved words for specials values
    public static final String CONTENTSOURCE = "_source_";
    public static final String LANGUAGE = "_language_";
    public static final String UUID = "_uuid_";
	public static final String UUID_SEPARATOR = "<s>";

    public static final String NONE_LANGUAGE = "none";
    public static final String UNDEFINED_SOURCE = "undefined";
    public static final String ALL_SOURCES_FLAG = "_all_";
    public static final String ALL_LANGUAGES_FLAG = "_all_";
    
}




See more files for this project here

Kneobase

Kneobase is an enterprise search engine, based upon the Lucene search engine and the Spring framework. It allows to perform full-text search across many different content sources. It is highly adaptable out-of-the-box and has a pluggable architecture.

Project homepage: http://sourceforge.net/projects/kneobase
Programming language(s): Java,XML
License: other

  document/
    Document.java
    Field.java
  driver/
    I_IndexData.java
  util/
    I_PathInfo.java
  I_KneobaseConstants.java
  KneobaseException.java