I'm learning elasticsearch to change my search engine on my website.
I have one doubt abou that. Can I add new documents to the index after
oneshot? I'd like to add new documents incrementally, is it possible?
The JDBC river "oneshot" is thought for quick success, and then forget
about it (demo mode).
Currently there are some deficiencies (bugs?) to detect new rows. To make
it simple, the JDBC river needs some overhaul of the "strategies" design
that fetch the data, for becoming more feasible in everyday situations.
Currently there are some deficiencies (bugs?) to detect new rows.
Detect new rows via sql, right?
I'd like to add new documents via PUT on elasticsearch. The oneshot is
going to make an index once for me, after my app is going to feed this
index created by plugin.
The JDBC river "oneshot" is thought for quick success, and then forget
about it (demo mode).
Currently there are some deficiencies (bugs?) to detect new rows. To make
it simple, the JDBC river needs some overhaul of the "strategies" design
that fetch the data, for becoming more feasible in everyday situations.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.