thanks.. Actually I am using SolrJ client.. Is there anyway to do same using solrj.
thanks On Sat, Apr 17, 2010 at 8:06 PM, Ahmet Arslan <iori...@yahoo.com> wrote: > > > > 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... > > > > You need to remove html tags before analysis (charfilter, tokenizer, > tokenfilter) phase. For example if you are using DIH to index, you can use > HTMLStripTransformer[1]. How are you indexing your data? > > [1]http://wiki.apache.org/solr/DataImportHandler#HTMLStripTransformer > > > >