Re: Indexing a database

2003-06-10 Thread Giulio Cesare Solaroli
Hi Bryan, I hope you don't mind me replying to the whole list too. On Tuesday, Jun 10, 2003, at 22:35 Europe/Rome, Bryan LaPlante wrote: I would be interested in looking at your solution. I have written four objects so far and my solution gives me complete control over how each column in each ro

Re: Indexing a database

2003-06-10 Thread Giulio Cesare Solaroli
Hi, On Tuesday, Jun 10, 2003, at 22:03 Europe/Rome, Otis Gospodnetic wrote: [...] On a side, somebody has already written a tool to make a Lucene index out of DB tables. Why re-invent the wheel? we have build our own application to index the content of a DB. Our application is not "general purpo

Re: Indexing a database

2003-06-10 Thread Otis Gospodnetic
This is really a DB question. I don't see how the use of Lucene index would help you. Once you get the data out of that index, it will again be in your RAM. What you should do is figure out if you can get the results back from the DB in batches. PostgreSQL and MySQL extended SQL syntax to allow

Indexing a database

2003-06-10 Thread Bryan LaPlante
Hi, I need some input about what direction to take. I have written a package for indexing a database using a query or list of tables to be indexed. I wanted control over how each column in each row of the result gets indexed or not. The structure first and then the problem where advice is needed.

xDoc help

2003-06-10 Thread Bryan LaPlante
Hi developers, I need to create xDocs for my project and I thought a how-to link would not be hard to find. All I keep coming up with are links to more hype about how the new office products will be using xDocs. Does anyone have a useful link to some kind of getting started with xDocs that I can u