Re: Please help me integrate Nutch with Solr

2008-12-27 Thread Tony Wang
Hi Dingding, Thanks for the message. I followed this tutorial here http://blog.foofactory.fi/2007/02/online-indexing-integrating-nutch-with.html, trying to integrate Nutch with Solr. Right now, my Nutch installation is successful (see http://208.64.71.46:8080, use keywords like DNA or protein, etc

Re: Please help me integrate Nutch with Solr

2008-12-27 Thread Dingding Ye
Hi, Wang. Solr should be act as the backend indexing server for Nutch instead of the lucene index. You have to patch the nutch at first. Check this list: https://issues.apache.org/jira/browse/NUTCH-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607

Re: Please help me integrate Nutch with Solr

2008-12-27 Thread Tony Wang
yes, I kind of jumped in the middle of the learning curve which seems to be rather deep to me. I've tried to find/read many tutorials so far, it seems to me that data is added to Solr via XML documents. I wonder how to convert Nutch's indexing data to XML that could be added to Solr. Or is there o

Re: Custom Search Results

2008-12-27 Thread Johnny X
Cheers Otis, that seems to be what I'm looking for. While the Solr pages look helpful, are there any implementation examples of SearchComponents available that I could base what I'm doing this on, or are there any tutorials about? I'm not really familiar with Java either, but I suppose if I had

Re: PHP interface with Solr

2008-12-27 Thread Otis Gospodnetic
Aha, it's "phps" and not "php". Why that "s"? Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Erik Hatcher > To: solr-user@lucene.apache.org > Sent: Saturday, December 27, 2008 5:15:37 AM > Subject: Re: PHP interface with Solr > > And t

Re: PHP interface with Solr

2008-12-27 Thread Erik Hatcher
And there other options too. JSON is a great way to digest data into PHP also. When in PHP, I'd shy away from XML, and use &wt=phps (not php) or &wt=json. Erik On Dec 27, 2008, at 1:57 AM, Tony Wang wrote: Now I've found out that there are two options for retrieving the search

Re: Retrieve documents that contain max value for a field

2008-12-27 Thread Ryan McKinley
We want to write a single query where the query returns doc1_1, doc2_2 and so on...that is for documents that have the same id, we want the query to return the document with highest versionId or the latest timestamp. Any thoughts how this can be done? not exactly what you are asking for,