Solr and Nutch integration

2016-02-16 Thread Tom Running
I am having problem configuring Solr to read Nutch data or Integrate with Nutch. Does anyone able to get SOLR 5.4.x to work with Nutch? I went through lot of google's article any still not able to get SOLR 5.4.1 to searching Nutch contents. Any howto or working configuration sample that you can

Display entire string containing query string

2016-02-17 Thread Tom Running
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 query Solr, it will bring back the numfound and which document the query str

Re: Display entire string containing query string

2016-02-18 Thread Tom Running
ot;name = T" or maybe "name: T". Ultimately by searching for the string "name" I am trying to find the value of name. Thanks for your time. I appreciate your help -T On Feb 18, 2016 1:18 AM, "Binoy Dalal" wrote: > Append &fl= > > On Thu, 18 Feb 2016, 1

Solr

2015-06-06 Thread Tom Running
Hello, I have customized my Solr results so that they display only 3 fields: the document ID, name and last_modified date. The results are in JSON. This is a sample of my Javascript function to execute the query: var query = ""; //set user input t