vind icon indicating copy to clipboard operation
vind copied to clipboard

Vind is build to enable the integration of search facilities in java projects without getting to deep into the search topic

Results 24 vind issues
Sort by recently updated
recently updated
newest added

In order to enable migration strategies from one Solr version to another, it would be helpful if Vind supports indexing into two Solr servers of different version at the same...

Currently hierarchical paths (e.g. Taxonomy Fields) are not considered. They have to be supported by a field descriptor and properly fit into suggestion infrastructure.

While running a collection update from a private repository the collection manager tool logs a 404 when updating but still displays the successful update message (and successfully updates the collection).

## Current State Vind [https://javadoc.io/page/com.rbmhtechnology.vind/vind/latest/com/rbmhtechnology/vind/api/SearchServer.html](SearchServer.class) provides some methods to index documents: * `void index(Document... doc)` * `void index(List doc)` * `void indexBean(List t)` * `void indexBean(Object... t)` Internally, both methods...

feature