How to do MoreLikeThis with documents in seperate indexes?

2010-10-03 Thread Savannah Beckett
Is it possible to do MoreLikeThis with documents that are in seperate indexes?  If so, how?  Thanks.

Re: How to Index Pure Text into Seperate Fields?

2010-09-29 Thread Savannah Beckett
erently than a plain text file, take a look at Tika. Al of which may not help you at all, because I'm guessing... So I think a more complete problem statement would help us help you. Best Erick On Wed, Sep 29, 2010 at 3:56 PM, Savannah Beckett < savannah_becket...@yahoo.com> wrote:

Re: How to Index Pure Text into Seperate Fields?

2010-09-29 Thread Savannah Beckett
nt to place it in Solr, you should look at Nutch.  It can do all that work for you, and more. Scott On Wed, Sep 29, 2010 at 12:56 PM, Savannah Beckett wrote: > Hi, >   I am using xpath to index different parts of the html pages into different > fields.  Now, I have some pure text documen

How to Index Pure Text into Seperate Fields?

2010-09-29 Thread Savannah Beckett
Hi,   I am using xpath to index different parts of the html pages into different fields.  Now, I have some pure text documents that has no html.  So I can't use xpath.  How do I index these pure text into different fields of the index?  How do I make nutch/solr understand these different parts b

Re: Need help with spellcheck city name

2010-09-27 Thread Savannah Beckett
e so weird that I suspect it's something fundamental Best Erick On Mon, Sep 27, 2010 at 8:05 PM, Savannah Beckett < savannah_becket...@yahoo.com> wrote: > No, it doesn't work, I got weird result. I set my city name field to be > parsed > as a token as following: &g

Re: Need help with spellcheck city name

2010-09-27 Thread Savannah Beckett
: Mon, September 27, 2010 3:52:48 PM Subject: Re: Need help with spellcheck city name Maybe process the city name as a single token? On Mon, Sep 27, 2010 at 3:25 PM, Savannah Beckett wrote: > Hi, >   I have city name as a text field, and I want to do spellcheck on it.  I use > setting in http://w

Need help with spellcheck city name

2010-09-27 Thread Savannah Beckett
Hi,   I have city name as a text field, and I want to do spellcheck on it.  I use setting in http://wiki.apache.org/solr/SpellCheckComponent If I setup city name as text field and do spell check on "San Jos" for San Jose, I get suggestion for Jos as "ojos".  I checked the extendedresult and I f

spellcheck on multiple fields?

2010-09-27 Thread Savannah Beckett
Is it possible to do spellcheck on multiple fields in my solr index?  If so, how?  The following setup works for only one field:       default   solr.IndexBasedSpellChecker   myfield   ./spellchecker1   0.5   true     Thanks.

Re: How to Update Value of One Field of a Document in Index?

2010-09-10 Thread Savannah Beckett
is intended to be run at query time. For what reasons are you thinking you want to (re-)index each document based on the results of MoreLikeThis?  You're right that that's not what the component is intended for. Jonathan ________ From: Savannah Bec

Re: How to Update Value of One Field of a Document in Index?

2010-09-10 Thread Savannah Beckett
en reindex.  This assumes that all of the fields you need to index are stored (so that you can retrieve them) and not just indexed. Liam On Fri, Sep 10, 2010 at 3:29 PM, Savannah Beckett wrote: > > I use nutch to crawl and index to Solr.  My code is working.  Now, I want to > update the

How to Update Value of One Field of a Document in Index?

2010-09-09 Thread Savannah Beckett
I use nutch to crawl and index to Solr.  My code is working.  Now, I want to update the value of one of the fields of a document in the solr index after the document was already indexed, and I have only the document id.  How do I do that?  Thanks.

How to set custom fields for SolrSearchBean Query in Nutch?

2010-08-25 Thread Savannah Beckett
I am using SolrSearchBean inside my custom parse filter in Nutch 1.1.  My solr/nutch setup is working.  I have Nutch to crawl and index into Solr and I am able to search solr index with my solr admin page.  My solr schema is completely different than the one in Nutch.  When I tried to query my

How to do Spatial Search with Solr?

2010-08-22 Thread Savannah Beckett
Hi,   I am using nutch to do the crawling and solr to do the searching.  The index has City and State.  I want to able to get all nearby cities by entering city name.  e.g. when I type New York, I want to get the following as facet: New York, NY (1905) Brooklyn, NY (89) Jersey City, NJ (55) N

How to Combine Drupal solrconfig.xml with Nutch solrconfig.xml?

2010-07-26 Thread Savannah Beckett
I am using Drupal ApacheSolr module to integrate solr with drupal.  I already integrated solr with nutch.  I already moved nutch's solrconfig.xml and schema.xml to solr's example directory, and it work.  I tried to append Drupal's ApacheSolr module's own solrconfig.xml and schema.xml into the s

Which is a good XPath generator?

2010-07-24 Thread Savannah Beckett
Hi,   I am looking for a XPath generator that can generate xpath by picking a specific tag inside a html.  Do you know a good xpath generator?  If possible, free xpath generator would be great. Thanks.

Re: faceted search with job title

2010-07-21 Thread Savannah Beckett
ml. If you can't find the pattern for each site leading to the job title how can you expect solr to? Humans have the advantage here :P -Kallin Nagelberg -----Original Message- From: Savannah Beckett [mailto:savannah_becket...@yahoo.com] Sent: Wednesday, July 21, 2010 12:20 PM To: solr-user@

Re: faceted search with job title

2010-07-21 Thread Savannah Beckett
in Nagelberg -Original Message- From: Savannah Beckett [mailto:savannah_becket...@yahoo.com] Sent: Wednesday, July 21, 2010 12:20 PM To: solr-user@lucene.apache.org Cc: dave.sea...@magicalia.com Subject: Re: faceted search with job title mmm...there must be better way...each job board h

Re: faceted search with job title

2010-07-21 Thread Savannah Beckett
ass or id, based on the particular website -Original Message----- From: Savannah Beckett [mailto:savannah_becket...@yahoo.com] Sent: 21 July 2010 16:38 To: solr-user@lucene.apache.org Subject: faceted search with job title Hi,   I am currently using nutch to crawl some job pages from job boar

faceted search with job title

2010-07-21 Thread Savannah Beckett
Hi,   I am currently using nutch to crawl some job pages from job boards.  They are in my solr index now.  I want to do faceted search with the job titles.  How?  The job titles can be in any locations of the page, e.g. title, header, content...   If I use indexfilter in Nutch to search the cont