Re: Review of Using Compass With Lucene to Index Database?

2005-10-26 Thread Sam Lee
p://www.theserverside.com/tss?service=direct/0/NewsThread/threadViewer.markNoisy.link&sp=l35679&sp=l180646 > > Chris > > Lucene Search On Any Database > http://www.dbsight.net > > On 10/26/05, Sam Lee <[EMAIL PROTECTED]> > wr

Review of Using Compass With Lucene to Index Database?

2005-10-26 Thread Sam Lee
Hi, I just found a open source project called Compass that works with Lucene to index database like mysql. Has anyone used it? If so, please let us know what you think about Compass. Many thanks. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has

Would Someone Give Me Pointer On How to Index Database?

2005-10-26 Thread Sam Lee
Hi, I want to use Lucene/Nutch to index my mysql database. I think of using JDBC, is it a good idea? I searched all over the web, but all the examples are non-lucene/Nutch related. Would you guys give me pointers or websites or examples on how to use JDBC on Lucene/Nutch to index mysql databas

Re: Can Lucene be Used To Substitute Real Database?

2005-10-25 Thread Sam Lee
t; On Dienstag 25 Oktober 2005 22:37, Sam Lee wrote: > > > Can Lucene to be used in place of mysql so that > > website visitors can input data that will in turn > > inserting row into Lucene just like mysql db? > > That's a bad idea. Lucene lacks a real update (you

Can Lucene be Used To Substitute Real Database?

2005-10-25 Thread Sam Lee
Hi, I am wondering if I can use Lucene to substitute real database like mysql db? I know that many people use lucene only to index mysql db because of inferior full-text index of mysql. Can Lucene to be used in place of mysql so that website visitors can input data that will in turn inserting

Re: How to Integrate Lucene/Nutch with Mysql?

2005-10-25 Thread Sam Lee
available > as open source... > Am 25.10.2005 um 09:14 schrieb Sam Lee: > > > Hi, > > My network is designed to have a bunch of > advertisers > > to enter their ads with keywords. I think of > using > > mysql to store those, and then use lucene and part &g

Re: How to Integrate Lucene/Nutch with Mysql?

2005-10-25 Thread Sam Lee
t; <http://issues.apache.org/jira/browse/LUCENE-434> > > For the record, Derby is the Apache open source > database. It's a > full-featured relational database backed by an > active open source > community: http://db.apache.org/derby/. > > Cheers, > -Rick &g

How to Integrate Lucene/Nutch with Mysql?

2005-10-25 Thread Sam Lee
Hi, My network is designed to have a bunch of advertisers to enter their ads with keywords. I think of using mysql to store those, and then use lucene and part of nutch to index them from mysql db, so that the websites can find and show the ads. But how do I integrate lucene/nutch with mysql?

Re: How Fast is MemoryIndex? How Much Resource Does It Use?

2005-10-24 Thread Sam Lee
s ( eg +/- > operators) which may > cause them to fail when run as queries against the > MemoryIndexed subject > doc which is why the first "query the queries" > search is insufficient to > find the matches. > > Cheers, > Mark > > > Sam Lee wro

How Fast is MemoryIndex? How Much Resource Does It Use?

2005-10-23 Thread Sam Lee
Hi, Someone suggested that I should use MemoryIndex to match content to a large # of queries. e.g. "nike red shoes" --match--> "nike shoes -blue" and --match--> "nike shoes -black"... What if I have 10 of these queries for each content? and there maybe 100 of these contents. But how f

Re: Can I Do Reverse Search?

2005-10-23 Thread Sam Lee
d the MemoryIndex within > that Subversion area. > > Erik > > > On 22 Oct 2005, at 18:54, Sam Lee wrote: > > > Hi, > > Normally, lucene or Nutch can match query "nike > shoe > > -blue" with "red nike shoe". > > > > But

Re: Can I Do Reverse Search?

2005-10-23 Thread Sam Lee
d positive one called > negative > you query have to look somehow like this: > positive: (keyword1 keywordN) AND NOT > negative:(keyword1 keywordN) > > Am 23.10.2005 um 20:50 schrieb Sam Lee: > > > Yes, I thought of that. But since the ads have > > negative keywor

Re: Can I Do Reverse Search?

2005-10-23 Thread Sam Lee
m your page (ajax), remove stop > words, build a > query from the page words by connect the words with > OR and you will > find the best matching ad. > You may need to limit the words per page or set the > maximum clauses > to a much higher number. > HTH > Stefan &g

Re: Can I Do Reverse Search?

2005-10-23 Thread Sam Lee
s it? Please > elaborate more on what you're after. Maybe what > you're looking for > is the contrib/memory and the MemoryIndex within > that Subversion area. > > Erik > > > On 22 Oct 2005, at 18:54, Sam Lee wrote: > > > Hi, > >

Can I Do Reverse Search?

2005-10-22 Thread Sam Lee
Hi, Normally, lucene or Nutch can match query "nike shoe -blue" with "red nike shoe". But what about matching "red nike shoe" with query "nike shoe -blue"? It is the other way around. Can I do it with a combinations of API? Many thanks. __ Do Yo

Recommendation on Reading or Websites or Examples of How to Use Lucene?

2005-10-21 Thread Sam Lee
Hi, Do you guys have good recommendation on websites that have detail explanation about how to use Lucene? If they have source examples too, that would be great. I already read the book Lucene in Action. Many thanks. __ Yahoo! FareChase: Se

Re: How To Implement Google Adwords-Like Text Ad?

2005-10-21 Thread Sam Lee
ypically describe > pages of that class > - it then automatically creates the pattern > descriptors it will use > against other pages. > > Hope this helps, > > Simon > > Sam Lee wrote: > > >Hi, > >I am implementing a Google Adwords-like Text Ad &

How To Implement Google Adwords-Like Text Ad?

2005-10-20 Thread Sam Lee
Hi, I am implementing a Google Adwords-like Text Ad thing. In Adwords, advertisers enter keywords and phases in their ads. When visitor visits a webpage with potential Google text ads, I want to know how they link the webpage to the actual text ads? Linking those text ads to the webpage is easy, th