Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi there,
I would like to use examine in order to index my custom tables and I'm wondering on how I should go about doing it.
I have about 5 tables that are populated constantly trough out the day and are user's dependent tables.
Does anyone know what is the best way to index (using examine) the table per user and when to index it?
I've managed to index each table easily but seem to be stuck with the timing and managing concept. Regards,
I could be wrong, but I don't think that Examine will provide you with enough access to the underlying technology (Lucene) in order to achieve this. You'll probably have to use a custom Lucene implementation:http://lucenenet.apache.org/ ;
We are thinking about the same think, is it possible to index custom table ?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Index custom tables with Examine
Hi there,
I would like to use examine in order to index my custom tables and I'm wondering on how I should go about doing it.
I have about 5 tables that are populated constantly trough out the day and are user's dependent tables.
Does anyone know what is the best way to index (using examine) the table per user and when to index it?
I've managed to index each table easily but seem to be stuck with the timing and managing concept. Regards,
I could be wrong, but I don't think that Examine will provide you with enough access to the underlying technology (Lucene) in order to achieve this. You'll probably have to use a custom Lucene implementation:
http://lucenenet.apache.org/ ;
We are thinking about the same think, is it possible to index custom table ?
is working on a reply...