Re: how to reduce the result size to 2-3 lines and expand based on user interest

2012-05-30 Thread Jack Krupansky
de a larger snippet size. -- Jack Krupansky -Original Message- From: srini Sent: Wednesday, May 30, 2012 10:13 AM To: solr-user@lucene.apache.org Subject: Re: how to reduce the result size to 2-3 lines and expand based on user interest Here is the correct technical term to put. &

Re: how to reduce the result size to 2-3 lines and expand based on user interest

2012-05-30 Thread srini
Here is the correct technical term to put. "synopsis". Yes all I wanted to do is show synopsis for the text description field I have. Thanks Srini -- 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-tp3

Re: how to reduce the result size to 2-3 lines and expand based on user interest

2012-05-29 Thread srini
hi iorixxx, Sorry I missed your reply. Let me put my requirement in another way. I have a description field which holds more text(2-3 para graphs) and it is indexed. When User search for any word, if solr finds that word in description I want to show the content probably 2-3 lines which matches

Re: how to reduce the result size to 2-3 lines and expand based on user interest

2012-05-24 Thread Ahmet Arslan
> Just wondering if you have any suggestions!!! The other > thing I tried using > following url and the results returned same way as they were > (no trimming of > description to 300 chars). not sure if it is because of > config file > settings. > > > http://localhost:8983/solr/browse?&hl=true&hl.

Re: how to reduce the result size to 2-3 lines and expand based on user interest

2012-05-24 Thread srini
hI iorixxx, Just wondering if you have any suggestions!!! The other thing I tried using following url and the results returned same way as they were (no trimming of description to 300 chars). not sure if it is because of config file settings. http://localhost:8983/solr/browse?&hl=true&hl.fl=DESC

Re: how to reduce the result size to 2-3 lines and expand based on user interest

2012-05-23 Thread srini
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 specificatio

Re: how to reduce the result size to 2-3 lines and expand based on user interest

2012-05-23 Thread Ahmet Arslan
> I am using DIH to import data from > Oracle and every thing is working fine. > the description field usually contains  more lines > (from 10-300 lines). When > I present the results through Solr/Browse It displays the > results. However I > have a requirement to show only 2-3 lines as description