Re: nutch 1.3 + solr server

2011-07-25 Thread Cheng Li
Do you mean this post ? http://www.mail-archive.com/user%40nutch.apache.org/msg03450.html On Sun, Jul 24, 2011 at 10:26 PM, Geek Gamer geek4...@gmail.com wrote: You have to deploy the solr.war from solr. Any customizations to the views you need can be done via modifying the velocity

Re: solr index display

2011-07-25 Thread lewis john mcgibbney
Specifically I would mention that you would get a community input if this question was directed towards the Solr user list, however I think you are looking for the velocity response writer. Have a search on the Solr wiki you will find info there. In addition there are various other well

Re: embedded google map in nutch query result page

2011-07-25 Thread lewis john mcgibbney
A while since I configured this. Try the tutorial, if I remember it was pretty verbose and I would imagine that it covers this subject area entirely. Sorry I couldn't be of more help. On Mon, Jul 25, 2011 at 4:33 AM, Cheng Li chen...@usc.edu wrote: Hi, I just looked up the website

Storage of data between crawls

2011-07-25 Thread Chris Alexander
Hi all, I have been asked to look at doing some disk space estimates for our Nutch usage. It looks like Nutch stores the content of the pages it downloads and indexes in its data directory for the segment, is this the case? Are there any other major storage requirements I should make not of with

injecting url and url metadata

2011-07-25 Thread Cam Bazz
Hello, How could I inject metadata for urls that I provide? In Injector.java : /** This class takes a flat file of URLs and adds them to the of pages to be * crawled. Useful for bootstrapping the system. * The URL files contain one URL per line, optionally followed by custom metadata *

Re: injecting url and url metadata

2011-07-25 Thread Cam Bazz
Hello, I have figured out that it can be done indeed. However when I inject/generate/readdb dump Score: 1.0 Signature: null Metadata: status: 9catId: 1 In the metadata part there is no space between 9 and catId, I wonder if that is a problem. Best Regards, C.B. On Mon, Jul 25, 2011 at 7:21

Re: solr index display

2011-07-25 Thread Way Cool
The file schema.xml should be under ${APACHE_SOLR_HOME}/example/solr/config, not solrconfig.xml. The main purpose of the line below is to return content as a part of Solr response (not required if you don't need to return content): field name=content type=text *stored=true* indexed=true/ On

Re: nutch 1.3 + solr server

2011-07-25 Thread Way Cool
If you guys need, probably I can make a war file for you guys just to display nutch fields (title, url, etc) with some changes on Solr browse. On Mon, Jul 25, 2011 at 12:03 AM, Cheng Li chen...@usc.edu wrote: Do you mean this post ?

Re: nutch 1.3 + solr server

2011-07-25 Thread Cheng Li
That would be great. Just show me some examples. Thanks On Mon, Jul 25, 2011 at 10:03 AM, Way Cool way1.wayc...@gmail.com wrote: If you guys need, probably I can make a war file for you guys just to display nutch fields (title, url, etc) with some changes on Solr browse. On Mon, Jul 25,

Re: nutch 1.3 + solr server

2011-07-25 Thread Markus Jelsma
There are three open issue on this: 1. integrate Solr 2. create custom solrconfig for Nutch (dismax fields, highlighting etc) 3. customize Solr's velocity templates for Nutch Would be great if some patches come in ;) If you guys need, probably I can make a war file for you guys just to display

RE: Nutch not indexing full collection

2011-07-25 Thread Chip Calhoun
I'm still having trouble. I've set a windows environment variable, NUTCH_HOME, which for me is C:\Apache\nutch-1.3\runtime\local . I now have my urls and crawl directories in that C:\Apache\nutch-1.3\runtime\local folder. But I'm still not crawling files later on my urls list, and apparently

Re: nutch 1.3 + solr server

2011-07-25 Thread Geek Gamer
I have done some changes to velocity templates for displaying the nutch results, tested with nutch schema, i can provide them. On Mon, Jul 25, 2011 at 10:38 PM, Markus Jelsma markus.jel...@openindex.io wrote: There are three open issue on this: 1. integrate Solr 2. create custom solrconfig

Re: nutch 1.3 + solr server

2011-07-25 Thread Markus Jelsma
You're welcome to add a patch: https://issues.apache.org/jira/browse/NUTCH-1034 I have done some changes to velocity templates for displaying the nutch results, tested with nutch schema, i can provide them. On Mon, Jul 25, 2011 at 10:38 PM, Markus Jelsma markus.jel...@openindex.io

please remove

2011-07-25 Thread Luis Taveras
Hi please remove me from mailing list. Thanks

Re: please remove

2011-07-25 Thread SC Interactive Global Media SRL
Subject: please remove

Re: solr velocity configuration

2011-07-25 Thread Markus Jelsma
The SOLR_HOME dir you point to doesn't have a config file, it seems. You should direct Solr questions to the Solr user list. Hi, I followed the instruction here http://wiki.apache.org/solr/VelocityResponseWriter , I typed java -Dsolr.solr.home=../contrib/velocity/src/main/solr/

Re: nutch 1.3 + solr server

2011-07-25 Thread Cheng Li
can you show the example to me? thanks, On Mon, Jul 25, 2011 at 10:27 AM, Geek Gamer geek4...@gmail.com wrote: I have done some changes to velocity templates for displaying the nutch results, tested with nutch schema, i can provide them. On Mon, Jul 25, 2011 at 10:38 PM, Markus Jelsma

Re: nutch 1.3 + solr server

2011-07-25 Thread Geek Gamer
https://issues.apache.org/jira/browse/NUTCH-1034?focusedCommentId=13070696#comment-13070696 On Tue, Jul 26, 2011 at 1:13 AM, Cheng Li chen...@usc.edu wrote: can you show the example to me? thanks, On Mon, Jul 25, 2011 at 10:27 AM, Geek Gamer geek4...@gmail.com wrote: I have done some

Re: nutch 1.3 + solr server

2011-07-25 Thread Cheng Li
OK. Thank you . I 'll check that. On Mon, Jul 25, 2011 at 1:06 PM, Geek Gamer geek4...@gmail.com wrote: https://issues.apache.org/jira/browse/NUTCH-1034?focusedCommentId=13070696#comment-13070696 On Tue, Jul 26, 2011 at 1:13 AM, Cheng Li chen...@usc.edu wrote: can you show the example to

Re: nutch 1.3 + solr server

2011-07-25 Thread Cheng Li
Do you mean that replace the previous 2 files with the 2 files you provided in velocity directory ? Thanks, On Mon, Jul 25, 2011 at 1:06 PM, Geek Gamer geek4...@gmail.com wrote: https://issues.apache.org/jira/browse/NUTCH-1034?focusedCommentId=13070696#comment-13070696 On Tue, Jul 26, 2011