Hi, CC'ing in dev@gora
This second part of your question is prime Gora territory. On Tue, Mar 20, 2012 at 6:30 AM, blunderboy <[email protected]> wrote: > Hi Lewis, > Thanks for your solution. I have another idea. > We fetch meta tags and create Solr index. > Now can we write a separate java program which makes use of lucene library > which query the index and store the result in mysql database. > We have a pending patch [0] which would allow you to do a whole bunch of analytics and processing of your Solr data. There are some problems but watch this space. Currently what Gora supports is an API which enables you to persist your data in MySQL or HSQL, HBase and Cassandra then run power ful queries and processing jobs against the store, you could then persist the results in MySQL. If you were going to write the Lucene code you would maybe be best looking into the Gora API. > I know i am going to do more stuff than actually required but it is apt for > my need. > So is it possible ? > hth Lewis [0] https://issues.apache.org/jira/browse/GORA-9 -- *Lewis*

