How can we make Dhtmlx grid connector talk to ApacheLucene

Hi,

we use Lucene as search engine.
At present Lucene search Hits are processed at object level and details are fetched from DB.
To display results we use DhtmlxGrid with connector ( render query).


Is there a way that we can make Grid Connnector talk to lucene directly
So that we can store relevant information in lucene and display the results directly.
This will increase the response several folds.

Please guide me
–Pradeep

Sure, connector just reads data from db and output it as xml.
You can create your custom code, which will convert data from Lucene directly to XML, and load grid with such XML.