Hi guys,
I was evaluating an Indexer application.
This application takes in input a Collection of Objects that are basically
Java Maps.
This is for covering Solr side a big group of dynamic fields basically and
avoid that complexity java side.

Let's go to the point, currently the indexing approach is trough the Json
IndexUpdateHandler . It means that each object is now serialised in Json
and sent in a batch to the Index handler.

If possible I would like to speed up this, moving to javabin indexing ( as
discussed previously).
But apparently is slower ( I guess because of the conversion between the
Map object and the SolrDocument that need to happen before the indexing and
that is not straightforward for business logic) .

Is there any better way to index java maps, apart simply converting it to
SolrInputDocuments on the fly before sending it to the SolrClient ?

Cheers

-- 
--------------------------

Benedetti Alessandro
Visiting card : http://about.me/alessandro_benedetti

"Tyger, tyger burning bright
In the forests of the night,
What immortal hand or eye
Could frame thy fearful symmetry?"

William Blake - Songs of Experience -1794 England

Reply via email to