Re: Display entire string containing query string

2016-02-18 Thread Alvaro Cabrerizo
Hi, To understand Binoy's answer, please check the: The fl (Field List) Parameter . If you want to include: "*fragments of documents that match the user's query to be included

Re: Display entire string containing query string

2016-02-18 Thread Tom Running
Hello Thank you for your reply. I am wondering if you can clarify a bit more for me. Is field_where_string_may_be_present something that I have to specify? I am searching HTML page. For example if I search for the word "name" I am trying to display the entire sentence containing "name = T" or mayb

Re: Display entire string containing query string

2016-02-17 Thread Binoy Dalal
Append &fl= On Thu, 18 Feb 2016, 11:35 Tom Running wrote: > Hello, > > I am working on a project using Solr to search data from retrieved from > Nutch. > > I have successfully integrated Nutch with Solr, and Solr is able to search > Nutch's data. > > However I am having a bit of a problem. If I