- Where Developers Learn, Share, & Build Careers


I would like to do Solr to store the whole index instead of multiple segments

The closest thing to customize it, is documented here:

Generally, a Lusen optimization Reduces the index Some variables in a segment can change that behavior, such that an optimize can not be reduced in a segment .

Note that this is a very expensive operation, and generally it should not be done very often, documents will have to be added, modified or deleted, and will have to resize you. Will be required.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -