org.ow2.weblab.util.index
Class IndexerConfig

java.lang.Object
  extended by org.ow2.weblab.util.index.IndexerConfig
Direct Known Subclasses:
SolrIndexerConfig

public class IndexerConfig
extends java.lang.Object


Field Summary
static java.lang.String[] DATE_FORMATS
          Common date format used for indexing and searching and some more stuff...
static java.lang.String DEFAULT_BEAN_NAME
          default name for indexer configuration bean
 
Constructor Summary
IndexerConfig()
           
 
Method Summary
 java.util.Map<java.lang.String,Field> getFields()
           
 int getMinBufferSize()
           
 void setFields(java.util.Map<java.lang.String,Field> fields)
           
 void setMinBufferSize(int minBufferSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATE_FORMATS

public static final java.lang.String[] DATE_FORMATS
Common date format used for indexing and searching and some more stuff... This should be the format of dublin core dates.


DEFAULT_BEAN_NAME

public static java.lang.String DEFAULT_BEAN_NAME
default name for indexer configuration bean

Constructor Detail

IndexerConfig

public IndexerConfig()
Method Detail

getMinBufferSize

public int getMinBufferSize()
Returns:
the minBufferSize

setMinBufferSize

public void setMinBufferSize(int minBufferSize)
Parameters:
minBufferSize - the minBufferSize to set

getFields

public java.util.Map<java.lang.String,Field> getFields()
Returns:
the fields

setFields

public void setFields(java.util.Map<java.lang.String,Field> fields)
Parameters:
fields - the fields to set


Copyright © 2004-2010. All Rights Reserved.