element <config>
Namespace:
Type:
anySimpleType
Content:
simple
Defined:
locally at 1 location
May be included in elements (1):
Usage / Definition Locations
Annotation
Indexer configuration. This node is passed to the indexer object and its schema is specific for each indexer implementation. <BR/><BR/> <B>Schema for Default Implementation (className="lumis.search.lucene.LuceneIndexer")</B> <BR/><BR/> <B>Example:</B> <CODE> <BR/>&lt;indexBasePath&gt;${lum_portalDataPath}lucene/index/${lum_serviceInstanceId}&lt;/indexBasePath&gt; <BR/>&lt;maxFieldLength&gt;10000&lt;/maxFieldLength&gt; <BR/>&lt;analyzer className="lumis.search.lucene.LumisAnalyzer"&gt; <BR/>&#160;&#160;&#160;&lt;tokenizerClassName&gt;org.apache.lucene.analysis.standard.StandardTokenizer&lt;/tokenizerClassName&gt; <BR/>&#160;&#160;&#160;&lt;tokenFilterClassName&gt;org.apache.lucene.analysis.standard.StandardFilter&lt;/tokenFilterClassName&gt; <BR/>&#160;&#160;&#160;&lt;tokenFilterClassName&gt;org.apache.lucene.analysis.LowerCaseFilter&lt;/tokenFilterClassName&gt; <BR/>&#160;&#160;&#160;&lt;tokenFilterClassName&gt;lumis.search.lucene.AccentFilter&lt;/tokenFilterClassName&gt; <BR/>&lt;/analyzer&gt; </CODE> <BR/><BR/> <B>Element <CODE>indexBasePath</CODE></B>: Define the path to the directory used by Lucene to index data.<BR/> The value can contain EL tags to be replaced in runtime by the respective field value. (e.g. <CODE>${lum_portalDataPath}</CODE> will be replaced by the value of the field with name <CODE>"lum_portalDataPath"</CODE>).<BR/> The config element must contain at least one <CODE>indexBasePath</CODE> and can contain more than one of this element, to define one or more indexes to store information being indexed. <BR/><BR/> <B>Element <CODE>maxFieldLength</CODE></B>: Define the maximum length for field values to be indexed.<BR/> Default value:<BR/> &lt;maxFieldLength&gt;10000&lt;/maxFieldLength&gt; <BR/><BR/> <B>Element <CODE>analyzer</CODE></B>: Define classes for the analyzer, tokenizer and token filters, to be used in indexing processes.<BR/> Default value: <BR/>&lt;analyzer className="lumis.search.lucene.LumisAnalyzer"&gt; <BR/>&#160;&#160;&#160;&lt;tokenizerClassName&gt;org.apache.lucene.analysis.standard.StandardTokenizer&lt;/tokenizerClassName&gt; <BR/>&#160;&#160;&#160;&lt;tokenFilterClassName&gt;org.apache.lucene.analysis.standard.StandardFilter&lt;/tokenFilterClassName&gt; <BR/>&#160;&#160;&#160;&lt;tokenFilterClassName&gt;org.apache.lucene.analysis.LowerCaseFilter&lt;/tokenFilterClassName&gt; <BR/>&#160;&#160;&#160;&lt;tokenFilterClassName&gt;lumis.search.lucene.AccentFilter&lt;/tokenFilterClassName&gt; <BR/>&lt;/analyzer&gt;
XML Source
<xsd:element maxOccurs="1" minOccurs="1" name="config">
<xsd:annotation>
<xsd:documentation>
<![CDATA[
Indexer configuration. This node is passed to the indexer object and its schema is specific
for each indexer implementation.
<BR/><BR/>
<B>Schema for Default Implementation (className="lumis.search.lucene.LuceneIndexer")</B>
<BR/><BR/>
<B>Example:</B>
<CODE>
<BR/>&lt;indexBasePath&gt;${lum_portalDataPath}lucene/index/${lum_serviceInstanceId}&lt;/indexBasePath&gt;
<BR/>&lt;maxFieldLength&gt;10000&lt;/maxFieldLength&gt;
<BR/>&lt;analyzer className="lumis.search.lucene.LumisAnalyzer"&gt;
<BR/>&#160;&#160;&#160;&lt;tokenizerClassName&gt;org.apache.lucene.analysis.standard.StandardTokenizer&lt;/tokenizerClassName&gt;
<BR/>&#160;&#160;&#160;&lt;tokenFilterClassName&gt;org.apache.lucene.analysis.standard.StandardFilter&lt;/tokenFilterClassName&gt;
<BR/>&#160;&#160;&#160;&lt;tokenFilterClassName&gt;org.apache.lucene.analysis.LowerCaseFilter&lt;/tokenFilterClassName&gt;
<BR/>&#160;&#160;&#160;&lt;tokenFilterClassName&gt;lumis.search.lucene.AccentFilter&lt;/tokenFilterClassName&gt;
<BR/>&lt;/analyzer&gt;
</CODE>
<BR/><BR/>
<B>Element <CODE>indexBasePath</CODE></B>: Define the path to the directory used by Lucene to index data.<BR/>
The value can contain EL tags to be replaced in runtime by the respective field value.
(e.g. <CODE>${lum_portalDataPath}</CODE> will be replaced by the value of the field with name
<CODE>"lum_portalDataPath"</CODE>).<BR/>
The config element must contain at least one <CODE>indexBasePath</CODE> and can contain more than one of this
element, to define one or more indexes to store information being indexed.
<BR/><BR/>
<B>Element <CODE>maxFieldLength</CODE></B>: Define the maximum length for field values to be indexed.<BR/>
Default value:<BR/>
&lt;maxFieldLength&gt;10000&lt;/maxFieldLength&gt;
<BR/><BR/>
<B>Element <CODE>analyzer</CODE></B>: Define classes for the analyzer, tokenizer and token filters, to be used
in indexing processes.<BR/>
Default value:
<BR/>&lt;analyzer className="lumis.search.lucene.LumisAnalyzer"&gt;
<BR/>&#160;&#160;&#160;&lt;tokenizerClassName&gt;org.apache.lucene.analysis.standard.StandardTokenizer&lt;/tokenizerClassName&gt;
<BR/>&#160;&#160;&#160;&lt;tokenFilterClassName&gt;org.apache.lucene.analysis.standard.StandardFilter&lt;/tokenFilterClassName&gt;
<BR/>&#160;&#160;&#160;&lt;tokenFilterClassName&gt;org.apache.lucene.analysis.LowerCaseFilter&lt;/tokenFilterClassName&gt;
<BR/>&#160;&#160;&#160;&lt;tokenFilterClassName&gt;lumis.search.lucene.AccentFilter&lt;/tokenFilterClassName&gt;
<BR/>&lt;/analyzer&gt;
]]>
</xsd:documentation>
</xsd:annotation>
</xsd:element>

XML Schema documentation generated with DocFlex/XML (Kit) v1.6.2
DocFlex/XML is a powerful template-driven documentation and report generator from any data stored in XML files. Based on an innovative technology developed by FILIGRIS WORKS, this new tool offers virtuoso data querying and formatting capabilities not found in anything else!
Need to convert your XML data into a clear nice-looking documentation or reports? Web-ready hypertext HTML or printable MS Word / OpenOffice.org friendly RTF? DocFlex/XML may be a cheap, quick and effective solution exactly for this task!
Have questions? Not sure how to use it? Just send us e-mail to contact@filigris.com and we are always happy to help you! See also our services at www.filigris.com

Lumisportal  7.1.0.131121 - Copyright © 2006–2013 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.