This blog post is about the performances (time and memory) of our contribution to Apache Lucene to generate synonyms using Word2Vec
This blog post aims to explore Word2Vec, the algorithm we used to generate synonyms in our contribution to Apache Lucene
Discover in this blog post the Solr Neural Highlighter Plugin, which uses deep learning to highlight essential text for query answering.
This blog post aims to explore our contribution to Apache Lucene, which integrates a Word2Vec model to generate synonyms
This blog post shows an example of how to create an Apache Solr performance test using the Apache JMeter tool.
Common errors and warnings in manipulating feature stores and models in Solr. Pay attention also to JVM Heap and Zookeeper.
How to list, upload, delete feature stores and models necessary in Solr for learning to rank.
Introduction With Rated Ranking Evaluator Enterprise approaching soon, we take the occasion of explaining in details why Offline Search Quality Evaluation is so important nowadays and what you can do already with the Rated Ranking Evaluator open-source libraries.More news will come soon as we are approaching the V1 release date.Stay tuned! Search Quality Evaluation Evaluation…
This blog post aims to give a better understanding of Docvalues and stored fields in Apache Solr for the operations in which they can be used interchangeably.
Let’s say you need to write a component, a request handler, or in general some piece of custom code that needs to be plugged into Solr. Or, you need to have a deeper understanding about some Lucene/Solr internals, following what actually happens within the code. I know: unit tests, integration tests, everything to make…