vind
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
Check the relation between elastic search and solr behaviors and its equivalences
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) -...
The option to mark an object updatable in order to be able to perform partial updates is missing in the pojo annotations.
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/
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.
## 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...
## 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...
### 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...