Nice!
On Thu, Apr 8, 2010 at 6:50 AM, Brendan Grainger
wrote:
> For what it's worth, it's also really easy to implement your own
> EntityProcessor. Extend from EntityProcessorBase then implement the getNext
> method to return a Map representing the row you want indexed.
> I did exactly this so
For what it's worth, it's also really easy to implement your own
EntityProcessor. Extend from EntityProcessorBase then implement the getNext
method to return a Map representing the row you want indexed. I
did exactly this so I could use reuse my hibernate domain models to query for
the data ins
On 4/7/2010 9:26 PM, bbarani wrote:
Hi,
I am currently using DIH to index the data from a database. I am just trying
to figure out if there are any other open source tools which I can use just
for indexing purpose and use SOLR for querying.
I also thought of writing a custom code for retrieving
There is the LuSQL tool which Ive used a few times.
http://lab.cisti-icist.nrc-cnrc.gc.ca/cistilabswiki/index.php/LuSql
http://www.slideshare.net/eby/lusql-quickly-and-easily-getting-your-data-from-your-dbms-into-lucene
- Jon
On Apr 7, 2010, at 11:26 PM, bbarani wrote:
>
> Hi,
>
> I am curr
SolrJ goes through the Solr stack. It talks to the Solr HTTP service
or, in Embedded mode, to the top-level Solr code. All documents are
processed just the same as if you uploaded them with 'curl'.
You have to write JDBC code and submit the fields. There is no special
code involved.
On Wed, Apr