I mean that when we search via Solr, we don't want to link to web. but user can download found files directly from our site.
what is the segment field value in Solr? can you give me some links to have more info? On Mon, Sep 12, 2011 at 1:06 PM, Markus Jelsma <[email protected]>wrote: > Hi, > > > Hello > > I'm using Nutch to crawl in web. then send my data to Solr for indexing > and > > searching. when Solr search on indexes, the url of hints, which Solr > finds, > > is linked to the web. But I want to have some titles which linked to my > > site. > > I don't really understand the above. > > > so I want to use crawled data in Nutch database to show any web pages > > or files that users search in my search engine! this is an offline search > > and our users wouldn't need to go on other web pages. > > By default Nutch stores downloaded content in the segment and indexes the > segment name to Solr. You can use the segment field value in Solr to use > the > readseg command with Nutch. > > > > > can you help me? >

