Feature Requests

Does DBSight provide roll up functionality over key to get sum?

Submitted by jpandya on Fri, 2010-11-12 08:16.Feature Requests

Hi,
I am looking for any feature in DBSight which can mimic oracle's store sum 'over' keys into a field functionality;
My DBSight index has all the records with identified class/group key and of course Primary Key. Take for an example attribute dollar_spent, now I want class/group of records to have extra attribute which will be sum of dollars spent via all records for that class/group. Kinda roll up functionality. Also, this attribute required to update itself when any dollar_spent changes.
Any hint?

How to create a Polygon . (I have a google scaffold)

Submitted by ramkrs80 on Sun, 2010-10-10 22:55.Feature Requests

Hi,
I am trying to create a polygon in the google map. I have an existing scaffold..
I have an existing list of all the lat and long points.

Why is there no search available for the forum topics?

Submitted by mdeboer on Tue, 2010-10-05 11:22.Feature Requests

Since dbsight is meant to provide search, an excellent (and highly useful!) demonstration of that would be an index created over the forum discussions.

Perhaps it already exists -- it was not obvious to me in viewing the forum section of the site.

I'm also assuming that this would be something different than the "Try a demo search" link at the top of the page.

Robust indexing on fragile network

Submitted by dbuser on Wed, 2010-08-18 03:51.Feature Requests

Indexing stops at the first link failure. The least it could do, is retrying a couple of times with increasing interval times. Maybe it could even remember the current state to resume at a later moment.

WARN 10-08-18 13:25:13,967| SQLException is:com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

The last packet successfully received from the server was 273,557 milliseconds ago. The last packet sent successfully to the server was 12,548 milliseconds ago. |a:execute
WARN 10-08-18 13:25:13,967| SQLException is:com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

Next Release

Submitted by timo annemueller on Wed, 2010-07-28 06:50.Feature Requests

Do you know when the next major version of DBSight is released?

how to control index with different right?

Submitted by zhengfang on Mon, 2010-01-11 18:55.Feature Requests

I have three indexs like index1;index2;index3,so I want to distribution different right to indexs. example:

user A just can use index1;
user B can use index1 and index2

pls help me. TKS!

Spell Suggestions

Submitted by jordinini on Thu, 2009-03-19 08:54.Feature Requests

Hi
I think that keyword suggestions must only appear when there are not any search results.
Thanks

"Indexed Content Time Span" list grows too large

Submitted by jons911 on Tue, 2009-03-10 09:35.Feature Requests

Hi,

Not sure if this is an error in my config or a new feature. I've been using incremental indexing on a 2 minute schedule and I've found the Indexed Content Time Span list of date ranges is a real burden. Our data change frequently (evidenced by the 2 min schedule) but this data rate makes the dashboard and log files really unmanageable.

I'm thinking I could workaround this by having a weekly schedule that rebuils the whole index, but I'd rather not do that. Is there some other option?

Indexed Content Time Span: [2002/05/01 20:48:38 EDT ~ 2009/03/06 16:13:35 EST][2009/03/06 16:40:22 EST ~ 2009/03/09 11:37:43 EDT][2009/03/09 12:32:37 EDT ~ 2009/03/09 12:32:37 EDT][2009/03/09 12:59:14 EDT ~ 2009/03/09 12:59:14 EDT][2009/03/09 13:03:45 EDT ~ 2009/03/09 13:03:45 EDT][2009/03/09 13:18:29 EDT ~ 2009/03/09 13:18:29 EDT][2009/03/09 13:21:15 EDT ~ 2009/03/09 13:21:15 EDT][2009/03/09 13:52:33 EDT ~ 2009/03/09 13:52:33 EDT][2009/03/09 13:54:05 EDT ~ 2009/03/09 13:54:05 EDT][2009/03/09 14:11:24 EDT ~ 2009/03/09 14:11:24 EDT][2009/03/09 14:19:04 EDT ~ 2009/03/09 14:19:04 EDT][2009/03/09 14:29:20 EDT ~ 2009/03/09 14:29:20 EDT][2009/03/09 15:19:20 EDT ~ 2009/03/09 15:19:20 EDT][2009/03/09 15:23:36 EDT ~ 2009/03/09 15:23:36 EDT][2009/03/09 15:24:40 EDT ~ 2009/03/09 15:24:56 EDT][2009/03/09 15:37:45 EDT ~ 2009/03/09 15:37:45 EDT][2009/03/09 15:39:22 EDT ~ 2009/03/09 15:39:22 EDT][2009/03/09 15:45:12 EDT ~ 2009/03/09 15:45:12 EDT][2009/03/09 16:02:54 EDT ~ 2009/03/09 16:02:54 EDT][2009/03/09 16:28:55 EDT ~ 2009/03/09 16:28:55 EDT][2009/03/09 16:30:05 EDT ~ 2009/03/09 16:30:05 EDT][2009/03/09 17:18:05 EDT ~ 2009/03/09 17:18:05 EDT][2009/03/09 17:23:44 EDT ~ 2009/03/09 17:23:44 EDT][2009/03/09 17:36:42 EDT ~ 2009/03/09 17:36:42 EDT][2009/03/09 17:43:04 EDT ~ 2009/03/09 17:43:04 EDT][2009/03/09 18:14:17 EDT ~ 2009/03/09 18:14:17 EDT][2009/03/09 18:25:15 EDT ~ 2009/03/09 18:25:15 EDT][2009/03/09 19:58:00 EDT ~ 2009/03/09 19:58:00 EDT][2009/03/09 20:10:58 EDT ~ 2009/03/09 20:10:58 EDT][2009/03/09 20:14:36 EDT ~ 2009/03/09 20:14:36 EDT][2009/03/09 21:35:41 EDT ~ 2009/03/09 21:35:41 EDT][2009/03/09 21:42:40 EDT ~ 2009/03/09 21:42:40 EDT].......

Using the engine on code level

Submitted by jkoek on Fri, 2009-02-27 00:45.Feature Requests

Hi,

I would like to call the dbsight search engine from within my code.
For instance I'm using a servlet to pass information on to a GWT client or want to transfer the data through a WebService/legacy system/JMS.

However I can't find information on how to retrieve or start a new engine in the code.

Is this possible?

At this moment I'm looking at Lucene to do this, but that means I got two implementations for the same problem/solution.

Common phrases extraction

Submitted by toby78 on Sat, 2008-07-12 22:40.Feature Requests

I would like to suggest that DBSight also extracts common phrases from the text fields.

This way you could:

- show the oveall most commonly used phrases inside the content

- show on items relevant phrases and similiar phrases or items that are "similiar"

XML feed