Re: Show a portion of searchable text in Solr

2012-05-15 Thread anarchos78
Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Show-a-portion-of-searchable-text-in-Solr-tp3983613p3983942.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Show a portion of searchable text in Solr

2012-05-15 Thread Jack Krupansky
See the "/browse" request handler in the example config. Only stored fields will be highlighted. -- Jack Krupansky -Original Message- From: Shameema Umer Sent: Tuesday, May 15, 2012 2:59 AM To: solr-user@lucene.apache.org Subject: Re: Show a portion of searchable te

Re: Show a portion of searchable text in Solr

2012-05-15 Thread Shameema Umer
Can somebody tell me where should I place the highlighting parameters, when I did on the query, it is not working. &hl=true&hl.requireFieldMatch=true&hl.fl=* FYI: I am new to solr. My aim is to have emphasis tags on the queried words and need to display only the query relevant snippet of the Th

Re: Show a portion of searchable text in Solr

2012-05-14 Thread Ahmet Arslan
> I have indexed very large documents, In some cases these > documents has > 100.000 characters. Is there a way to return a portion of > the documents > (lets say the 300 first characters) when i am querying > "Solr"?. Is there any > attribute to set in the schema.xml or solrconfig.xml to > achieve