Code Search for Developers
 
 
  

I_EntryAdapter.java from Kneobase at Krugle


Show I_EntryAdapter.java syntax highlighted

/*
 * Created on 03-jun-2005
 * 
 */
package com.kneobase.driver.compressed;

import com.kneobase.driver.content.I_TreeContentUnit;

/**
 * @author Ernesto De Santis (ernesto.desantis@colaborativa.net)
 * 
 */
public interface I_EntryAdapter extends I_TreeContentUnit {
	
	public String ENTRY_SEPARATOR = "<comp>";

}




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

  A_CompressedCompositeAdapter.java
  A_EntryAdapter.java
  CompressedIterator.java
  EntryInputStream.java
  I_CompressedCompositeAdapter.java
  I_EntryAdapter.java