Re: dbsight

2009-05-10 Thread Chris Lu
Hi, Mike, Thanks for your interest in DBSight! The free version of DBSight should satisfy most of the common requirements. We could open source it if time is right. There are many solutions for database and lucene, each has its own uniqueness. DBSight starts from basic SQL, and just apply a

Re: dbsight

2009-04-30 Thread Otis Gospodnetic
- Original Message > From: Erik Hatcher > > On Apr 30, 2009, at 10:32 PM, Michael Masters wrote: > > Sweet! I'll look more into solr. I wasn't under the impression solr could > index a database like dbsight. > > It's not point-and-clickable, but Solr's DataImportHandler has sophistic

Re: dbsight

2009-04-30 Thread Erik Hatcher
On Apr 30, 2009, at 10:32 PM, Michael Masters wrote: Sweet! I'll look more into solr. I wasn't under the impression solr could index a database like dbsight. It's not point-and-clickable, but Solr's DataImportHandler has sophisticated configuration capabilities for indexing any JDBC acces

Re: dbsight

2009-04-30 Thread Michael Masters
Sweet! I'll look more into solr. I wasn't under the impression solr could index a database like dbsight. -Mike On Apr 30, 2009, at 4:42 PM, Grant Ingersoll wrote: Solr (http://lucene.apache.org/solr) can import from a DB, if that is what you are after. I haven't done a full feature com

Re: dbsight

2009-04-30 Thread Grant Ingersoll
Solr (http://lucene.apache.org/solr) can import from a DB, if that is what you are after. I haven't done a full feature comparison between DB Sight and Solr, but it appears there is a fair amount of overlap based on the front page. HTH, Grant On Apr 30, 2009, at 3:36 PM, Michael Masters w

Re: DBSight: Using Java, not Velocity

2007-06-12 Thread Chris Hostetter
This question would probably be better suited for hte dbsight forums... http://www.dbsight.net/?q=forum : Is anyone using DBSight to index a database? If so, is there a way to : just implement some Java code within my application to do a search, -Hoss --

Re: DBSight Turns Free! Instant Lucene Search on Database!

2007-04-26 Thread Chris Lu
Hi, Laxmilal, You can download the war or zip file here: http://www.dbsight.net If not satisfied, you can add your own Lucene Analyzer, JDBC driver, etc, although source code is not for download. Thanks! -- Chris Lu - Instant Scalable Full-Text Search On Any Database/Ap

Re: DBSight Turns Free! Instant Lucene Search on Database!

2007-04-26 Thread Laxmilal Menaria
Hi, is any download link for source of dbsight ? -Laxmilal On 4/25/07, Chris Lu <[EMAIL PROTECTED]> wrote: Hi, Yes. You can easily create your own search, customize the display based on existing templates. You can put in your own analyzer, adjust your search ranking(e.g. based on price).

Re: DBSight Turns Free! Instant Lucene Search on Database!

2007-04-25 Thread Chris Lu
Hi, Yes. You can easily create your own search, customize the display based on existing templates. You can put in your own analyzer, adjust your search ranking(e.g. based on price). I think the real effort to create a good search is collecting quality data into your database. Chris --- Laxmi

Re: DBSight Turns Free! Instant Lucene Search on Database!

2007-04-25 Thread Laxmilal Menaria
Hi, If I purchase the DBSight, then I will able to create my searchapplication same as DBSight ?, all the display is same.. ie. narrow by categoty, search speed, images... Please suggest me.. Thanks. Laxmilal Menaria On 4/24/07, Chris Lu <[EMAIL PROTECTED]> wrote: For those who may be inter

Re: DBSight Turns Free! Instant Lucene Search on Database!

2007-04-24 Thread Chris Lu
Just like your Winamp, Trillian, or other excellent software, its free version can satisfy most of your needs, and advanced features, like scripting, your boss need to pay for it. DBSight is still improving itself. If we can get any support, like how Doug is supported by Yahoo, we would be happy

Re: DBSight Turns Free! Instant Lucene Search on Database!

2007-04-24 Thread James liu
Does it mean DBSight is Free? 2007/4/24, Chris Lu <[EMAIL PROTECTED]>: For those who may be interested, DBSight 1.4.0 now has unlimited index size with Free version! Basically DBSight is more like SOLR + database adapter. You just point it with one or several SQLs to any database, and you can

Re: DBSight Turns Free! Instant Lucene Search on Database!

2007-04-24 Thread Chris Lu
Hi, jaf, This is not new and I learned it from Doug. Basically you maintain a mapping of "document id" to values, and collect all the values for each hit in hit collector. Chris Lu - Instant Scalable Full-Text Search On Any Database/Application site: http://www.dbsight.n

Re: DBSight Turns Free! Instant Lucene Search on Database!

2007-04-24 Thread jafarim
Hi Chris, Can you explain how? I know the source is available but perhaps a short summary would be very useful for the list readers. --jaf On 4/24/07, Chris Lu <[EMAIL PROTECTED]> wrote: Hi, Saurabh, It's just one query and returns both hits and categorized counts. Chris --- Saurabh Dani <

re: DBSight Turns Free! Instant Lucene Search on Database!

2007-04-24 Thread Chris Lu
Hi, Saurabh, It's just one query and returns both hits and categorized counts. Chris --- Saurabh Dani <[EMAIL PROTECTED]> wrote: > Hi Chris, > > How are you showing the hit counts in "Narrow By > Year" options on the left? Is this one query for > each year or a signle query returns both the to

re: DBSight Turns Free! Instant Lucene Search on Database!

2007-04-24 Thread Saurabh Dani
Hi Chris, How are you showing the hit counts in "Narrow By Year" options on the left? Is this one query for each year or a signle query returns both the top 30 results and hit counts for every category? Thanks Saurabh [EMAIL PROTECTED]> Sent: Tuesday,

wiki now sends Vary: Cookie (was Re: DBSight, search on database by Lucene)

2005-06-13 Thread Joshua Slive
Paul Querna wrote: Joshua Slive wrote: What we want is for anything with a Cookie: header to totally bypass the cache. I don't know of any way to configure that. Moin should be sending Cache-Control: Private in these cases, in addition to the Vary: Cookie header. If they don't they will

Re: DBSight, search on database by Lucene

2005-06-12 Thread Paul Querna
Joshua Slive wrote: On Sat, 11 Jun 2005, Erik Hatcher wrote: On Jun 11, 2005, at 1:08 PM, Chris Lu wrote: Thanks. Somehow I found the "Powered By" Lucene page is "Immutable Page", even if I logged in. http://wiki.apache.org/jakarta-lucene/PoweredBy Wow, it sure is. I'm CC'ing infra

Re: DBSight, search on database by Lucene

2005-06-12 Thread Chris Lu
Thanks, guys! I have made the changes to the wiki, following Joshua's advice. It's the cookie/refreshing problem. Chris Lu Joshua Slive wrote: On Sat, 11 Jun 2005, Erik Hatcher wrote: On Jun 11, 2005, at 1:08 PM, Chris Lu wrote: Thanks. Somehow I found the "Powered By" Lucene page is

Re: DBSight, search on database by Lucene

2005-06-11 Thread Joshua Slive
On Sat, 11 Jun 2005, Erik Hatcher wrote: On Jun 11, 2005, at 1:08 PM, Chris Lu wrote: Thanks. Somehow I found the "Powered By" Lucene page is "Immutable Page", even if I logged in. http://wiki.apache.org/jakarta-lucene/PoweredBy Wow, it sure is. I'm CC'ing infrastructure to find out

Re: DBSight, search on database by Lucene

2005-06-11 Thread Erik Hatcher
On Jun 11, 2005, at 1:08 PM, Chris Lu wrote: Thanks. Somehow I found the "Powered By" Lucene page is "Immutable Page", even if I logged in. http://wiki.apache.org/jakarta-lucene/PoweredBy Wow, it sure is. I'm CC'ing infrastructure to find out why this page is immutable. Erik --

Re: DBSight, search on database by Lucene

2005-06-11 Thread Chris Lu
Thanks. Somehow I found the "Powered By" Lucene page is "Immutable Page", even if I logged in. http://wiki.apache.org/jakarta-lucene/PoweredBy Chris Lu Erik Hatcher wrote: On Jun 11, 2005, at 3:25 AM, Chris Lu wrote: To demonstrate the search capability, DBSight created a demo search on

Re: DBSight, search on database by Lucene

2005-06-11 Thread Erik Hatcher
On Jun 11, 2005, at 3:25 AM, Chris Lu wrote: To demonstrate the search capability, DBSight created a demo search on 1.7 million CD albums information by freedb.org provided data. http://search.dbsight.com/ Nice job! Here's the best query: