Hi Sven, Thanks for reply.. but how will I get the stored value instead of indexed value.. where I need to configure to get stored instead of indexed value. please help...
thanks with regards On Wed, Apr 14, 2010 at 3:16 PM, Sven Maurmann <sven.maurm...@kippdata.de>wrote: > Hi, > > please note that you get the stored value of the field as a result and > not the indexed one. > > Cheers, > Sven > > > --On Wednesday, April 14, 2010 02:54:52 PM +0530 Ranveer Kumar < > ranveer.s...@gmail.com> wrote: > > Hi all, >> >> I am facing problem to configure HTMLStripCharFilterFactory. >> following is the schema : >> <fieldType name="text" class="solr.TextField" >> positionIncrementGap="100"> <analyzer type="index"> >> <charFilter class="solr.HTMLStripCharFilterFactory"/> >> <tokenizer class="solr.WhitespaceTokenizerFactory"/> >> >> <filter class="solr.StopFilterFactory" >> ignoreCase="true" >> words="stopwords.txt" >> enablePositionIncrements="true" >> /> >> <filter class="solr.WordDelimiterFilterFactory" >> generateWordParts="1" generateNumberParts="1" catenateWords="1" >> catenateNumbers="1" catenateAll="0" splitOnCaseChange="1"/> >> <filter class="solr.LowerCaseFilterFactory"/> >> <filter class="solr.SnowballPorterFilterFactory" >> language="English" protected="protwords.txt"/> >> </analyzer> >> <analyzer type="query"> >> <charFilter class="solr.HTMLStripCharFilterFactory"/><!-- >> escapedTags="<,>"/> --> >> <tokenizer class="solr.WhitespaceTokenizerFactory"/> >> >> <!-- <filter class="solr.LengthFilterFactory" min="2" max="50" >> /> --> <filter class="solr.SynonymFilterFactory" >> synonyms="synonyms.txt" ignoreCase="true" expand="true"/> >> <filter class="solr.StopFilterFactory" >> ignoreCase="true" >> words="stopwords.txt" >> enablePositionIncrements="true" >> /> >> <filter class="solr.WordDelimiterFilterFactory" >> generateWordParts="1" generateNumberParts="1" catenateWords="0" >> catenateNumbers="0" catenateAll="0" splitOnCaseChange="1"/> >> <filter class="solr.LowerCaseFilterFactory"/> >> <filter class="solr.SnowballPorterFilterFactory" >> language="English" protected="protwords.txt"/> >> </analyzer> >> </fieldType> >> >> when I am checking with analysis.jsp it giving true result. But in >> my query result still I am getting html tage.. >> I am using solrj client.. >> >> please help me >> > > > > -- > kippdata informationstechnologie GmbH > Sven Maurmann Tel: 0228 98549 -12 > Bornheimer Str. 33a Fax: 0228 98549 -50 > D-53111 Bonn sven.maurm...@kippdata.de > > HRB 8018 Amtsgericht Bonn / USt.-IdNr. DE 196 457 417 > Geschäftsführer: Dr. Thomas Höfer, Rainer Jung, Sven Maurmann >