Yes, that's exactly what it means.

        Erik


On Jun 30, 2008, at 3:01 AM, Norberto Meijome wrote:

hi there,
when defining a field type, i understand the meaning of 'analyzer type="index"' , or type="query". What does it mean when the type is missing? does it apply at both index and query ?
This can be found in the example's schema.xml :

   <!--
    Setup simple analysis for spell checking
    -->
<fieldType name="textSpell" class="solr.TextField" positionIncrementGap="100" >
     <analyzer>
       <tokenizer class="solr.StandardTokenizerFactory"/>
       <filter class="solr.LowerCaseFilterFactory"/>
       <filter class="solr.RemoveDuplicatesTokenFilterFactory"/>
     </analyzer>
   </fieldType>


thanks!
B

_________________________
{Beto|Norberto|Numard} Meijome

"Humans die and turn to dust, but writing makes us remembered"
 4000-year-old words of an Egyptian scribe

I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned.

Reply via email to