Alessandro Benedetti
Alessandro Benedetti
We can provide a simple checkConnection in the Alfresco Indexer Client : /** \* THis method verify we have an effective connection to Alfresco, returning an exception with the proper...
Adding capabilities for building More Like This queries. To use such query language, it is required the Search Services side
https://issues.apache.org/jira/browse/SOLR-17319 # Description Reciprocal Rank Fusion (RRF) is an algorithm that takes in input multiple ranked lists to produce a unified result set. Examples of use cases where RRF can...
### Description It would be nice to support multiple values in a Knn vector field. This must be compatible with both the Exact and Approximate Nearest Neighbor search. There are...
### Description In the Lucene homepage there's no mention of vector-based search and hybrid capabilities of Apache Lucene. One of the outcomes of the Birds of a Feather from Community...
### Description The code for vector formats in the core codec package grew up quite consistently, impacting readability and maintainability. My main concerns are around duplicate code, package organisation and...