|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DirectoryProvider<TDirectory extends org.apache.lucene.store.Directory>
Set up and provide a Lucene Directory
equals()
and hashCode()
must guaranty equality
between two providers pointing to the same underlying Lucene Store
This class must be thread safe regarding getDirectory()
calls
Method Summary | |
---|---|
TDirectory |
getDirectory()
Returns an initialized Lucene Directory. |
void |
initialize(String directoryProviderName,
Properties properties)
get the information to initialize the directory and build its hashCode |
Method Detail |
---|
void initialize(String directoryProviderName, Properties properties)
TDirectory getDirectory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |