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

Check the relation between elastic search and solr behaviors and its equivalences

feature
elasticsearch

observed on: `2.1.3` A pretty default configuration: FieldType: ``` ``` Field: `` The field is filled with some copyField statements including titles, keywords, location names. Note that some of the...

There is a need for a proper VIND CI for presentations, publications, etc. Especially we would need: - a good looking logo (maybe in different sizes, degrees of complexity) -...

feature

The option to mark an object updatable in order to be able to perform partial updates is missing in the pojo annotations.

wontfix

Expose Optimistic Concurrency for Indexing and Updating operations. It should be sufficient to add the `version` to the Document-model. see also http://yonik.com/solr/optimistic-concurrency/

feature
Improvement

In [sorllib](https://github.com/redlink-gmbh/solrlib) we're using [solr-maven-plugin](https://github.com/BorisNaguet/solr-maven-plugin) to launch & shutdown a solr-cloud for tests. This would allow to test vind with a solr-cloud backend.

Improvement

## Description There are a lot of deprecation warnings during startup (e.g. `TokenizerFactory is using deprecated 5.5.0 emulation`). The schema has to be adapted to prevent those warnings. ## Success...

Improvement

## Description Collection management tool currently provides *zero* output during runtime (when running executable). It would be helpful to get some information (for both failing and successful runnings). In order...

feature
Improvement

### Description Currently Vind includes a Suggestion Handler, that allows to suggest existing field + values for further result filtering. But a "real" Autocompletion is missing. This feature should provide...

feature