hi iorixxx, Thank you for your reply. Appreciate it. There are few areas I need little clarity. I am not using any queries. Every thing is been implemented as part of config files(schema.xml, data-config.xml, solr-config.xml). Could you give some more hints based on below config files specification.
data-config.xml: <entity name="xxx" transformer="ClobTransformer" query="select DESCRIPTION from xxx where ID=1000"> schema.xml: <field name="DESCRIPTION " type="text_ws" indexed="true" stored="true"/> <copyField source="DESCRIPTION" dest="text"/> solrconfig.xml <requestHandler name="/browse" class="solr.SearchHandler"> <lst name="defaults"> <str name="mlt.fl">DESCRIPTION</str> when I use solr/browse it does display description. I want this to be 300 char width and need to be in form of hyperlink so that user can read entire description by clicking link. -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-reduce-the-result-size-to-2-3-lines-and-expand-based-on-user-interest-tp3985692p3985747.html Sent from the Solr - User mailing list archive at Nabble.com.