I am exploring the features of Apache Jackrabbit to be used in one of my projects. One of the features that I would require is a faceted search implementation based on the metadata stored in the content repository. Does Jackrabbit provide any out of the box faceted search implementation? Or should I need to go for Apache solr or some other search engine for obtaining the faceted search feature. Any Jackrabbit experts out there, who have faced similar challenge ?
The default search engine provided with Jackrabbit is lucene. This guide to doing faceted search with lucene may prove helpful to you.
Related
I'd like to implement a Semantic search engine using Apache solr. For this I desing an Ontology, but I don't know the best way to implement it in the search engine. Can Someone help me with ideas, please!
I am working on solr 8 version. I want to integrate solr with NLP improve the search relevancy. I am unable to find any solution. please help me to configure and intergrate solr with NLP
Here is a starting point for what you are asking for, for the 8.2 solr version:
Integrating openNLP with solr 8.2
Also, here is another link where you can see some things in action with openNLP and solr with respect to search relevancy:
Named Entity Extraction with OpenNLP
There is a Medium post on how to add embedding to solr. I suggested you to use Sentence-transformers from Huggingface library to build sentence embedding.
https://medium.com/swlh/fun-with-apache-lucene-and-bert-embeddings-c2c496baa559
We have magnolia cms which works along with solr for search. I am looking for configuration within magnolia cms to specify which all fields should be searched. Basically, I want more control on the query that gets fired from magnolia to solr.
I have tried searching but havent found anything useful yet. If you can provide any info or pointers then that would be very helpful
We have a connector to Solr which you can find the documentation here.
Cheers,
I am working on java web project based on solr search engine.
I am looking for an alternative pagination way because solr has a known bug using start and rows attributes.
Do you know a solution (solr or java)?
Consider I have a lot of contents from query.
Thanks in advance
We're running a mediawiki in our organisation. The standard search engine integrated with Mediawiki provides only mediocre search results and we're trying to improve this situation. I want to use solr, but currently I'm stuggling with integration of the solr search results in Mediawiki. Is there a standard tool or a library that would allow for the integration of solr search results in mediawiki.
Probably not really, but you can try to learn a thing or two from this extension:
http://www.mediawiki.org/wiki/Extension:SolrStore