Author: Alexander Barkov
Email: bar mnogosearch.org
Message:
> Is There anybody who can tell me where to find the
exact mngosearch db schema in order to query the db to
construct a webgraph of the valid url of my University
domani.
> I need to build a synthetic graph with in-degree and
out-degree for each node.
>
> Do you think is possible ?
> What are the necessary tables and fields (and their
relationship) i must consider to write the right queries ?
>
> Thanks in advance to everybody who will waste some time
to answer me.
> DF
You need the "url" table.
Its column names should be self-descriptive.
You can start with the "url" column:
SELECT url FROM url ORDER BY url;
Reply: <http://www.mnogosearch.org/board/message.php?id=17590&g
t;
------------------------------------------------------------
---------
To unsubscribe, e-mail: general-unsubscribe mnogosearch.org
For additional commands, e-mail: general-help mnogosearch.org
|