All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alogic.lucene.context.InnerContext Maven / Gradle / Ivy

There is a newer version: 1.6.17
Show newest version
package com.alogic.lucene.context;

import com.alogic.lucene.core.Indexer;
import com.alogic.lucene.indexer.RAM;
import com.anysoft.context.Inner;


/**
 * Inner Context of Indexer
 * 
 * @author duanyy
 * @since 1.6.4.1
 * 
 */
public class InnerContext extends Inner{

	public String getObjectName() {
		return "indexer";
	}

	public String getDefaultClass() {
		return RAM.class.getName();
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy