pig-user  

Re: search engine parsing

Earl Cahill
Tue, 23 Sep 2008 01:09:38 -0700

After further review, it looks like my class should extend EvalFunc<DataAtom>, 
as attached.

Earl



----- Original Message ----
From: Earl Cahill <[EMAIL PROTECTED]>
To: pig-user@incubator.apache.org
Sent: Tuesday, September 23, 2008 1:34:28 AM
Subject: search engine parsing


howdy,

I am hoping to parse referers to find the refering search engine and terms.  
Wondering if there is an analog to

http://search.cpan.org/~sden/URI-ParseSearchString-2.5/

for java / pig.  Tonight I made SearchEngineExtractor which I attached.  It 
looks like the SearchEngineTerms would be a fair amount harder, so I am holding 
off on that one.

I don't want to duplicate effort, but would like to have something pretty quick.

Thanks,
Earl