dnet45dhp-schemasdnet-hadoopdnet40dnet50
logs
cleanup
removed IndexfeederCollection: its methods has been moved to IndexCollection
Fixed name in indexServerDAO method
releasing resources after index feed
Removed lookup method
feed package moved from client to server-side module.
Added new method on IndexFeederCollection to allow explicit release of the resources. The "shutdown" method is called to release the solr server connection and avoid the server-side warning: "WARN org.apache.zookeeper.server.NIOServerCnxn – caught end of stream exception...
Fixed the problem about indexing of records containing "true".This was due to a cql query sent wrongly to the index which was removing indexed documents right before the soft commit, thus leaving no trace of them.Now the CQL query is translated to Lucene availing a CQL translator within the IdenxFeedActorFactory
the query was badly composed because of a format conversion pitfall.Replaced hh with HH in date format in order to force 24h format.
View revisions
Also available in: Atom