On Fri, 14 Sep 2001, David Adams wrote:

> Is Christian correct?
> > I think what you are looking for is called mifluz and is the indexing
> > library that htdig uses. The link is http://www.gnu.org/software/mifluz/ .

This is correct in the sense that mifluz and the 3.2 code for ht://Dig are
based on the same code. We haven't synched the code recently, which is
certainly one of the tasks needed before too long.

> > It should create indexes that are efficiently searchable in mysql,
> > i.e. only <select ... where .. like "abcd%"> queries, not "%abc%".

While you could conceivably store an inverted word index from mifluz or
ht://Dig in a SQL database, I don't think it's as efficient (esp. in terms
of database size) as the databases we currently use. I don't know how easy
or useful it would be to make a SQL binding for these databases--in part
because some SQL queries would be very difficult to execute.

--
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/



_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to