net.sf.eos.lucene
Class LuceneEosLookup
java.lang.Object
net.sf.eos.config.Configured
net.sf.eos.lucene.LuceneEosLookup
- All Implemented Interfaces:
- Configurable, EosLookup
- Direct Known Subclasses:
- DefaultLuceneEosLookup
public abstract class LuceneEosLookup
- extends Configured
- implements EosLookup
A simple Lucene
entity oriented search lookup implementation.
- Author:
- Sascha Kohlmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LUCENE_EOS_LOOKUP_IMPL_CONFIG_NAME
@ConfigurationKey(type=CLASSNAME,
description="Configuration key of the Lucene look up factory.")
public static final String LUCENE_EOS_LOOKUP_IMPL_CONFIG_NAME
- The configuration key name for the classname of the creator.
- See Also:
#newInstance(Configuration)
,
Constant Field Values
LuceneEosLookup
public LuceneEosLookup()
Copyright © 2008. All Rights Reserved.