net.sf.eos.lucene
Class LuceneEosLookup

java.lang.Object
  extended by net.sf.eos.config.Configured
      extended by 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

Field Summary
static String LUCENE_EOS_LOOKUP_IMPL_CONFIG_NAME
          The configuration key name for the classname of the creator.
 
Constructor Summary
LuceneEosLookup()
           
 
Method Summary
 
Methods inherited from class net.sf.eos.config.Configured
configure, getConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.eos.search.EosLookup
newQuery
 

Field Detail

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
Constructor Detail

LuceneEosLookup

public LuceneEosLookup()


Copyright © 2008. All Rights Reserved.