Hi,
Adding new documents to the index is not very costly even when the
index is large. The newly added documents result in additional
segment(s). If you then optimize then that is extremely costly for a
large index. Test your search performance to see if you really need
to optimize.
Hello there! Since I've just begun with lucene, some concepts are kinda new
for me :). One of the is the whole indexing process. Well, AFAIK, indexing
should happen in a batch process right, to maximize the time spent on this
operation. One issue tough, is that our client wants "instants search
res