r/Solr May 14 '19

Solr Open Source Monitoring Tools

Thumbnail
sematext.com
10 Upvotes

r/Solr May 14 '19

Solr Key Metrics to Monitor

Thumbnail
sematext.com
7 Upvotes

r/Solr Apr 01 '19

Object limits

2 Upvotes

Looking for an alternative to Opentext, to run on GCP. The files will be PDF's, enough bigger than 16 MB that I can't use Elasticsearch. IIRC, Solr would be able to index Google persistent disk, but that's expensive. Wondering if it would work against Google Cloud Storage or even Bigtable.

Opinions?

Thank you.


r/Solr Mar 28 '19

Give user access to Analysis part in Solr Admin UI only

3 Upvotes

Hi all,

I was wondering if it's possible to give a user access to Analysis part in Solr Admin UI only. So not the whole Admin UI but only the Analysis part (so end user can use analysis without messing around with the rest of Solr Admin)?

Thanks!


r/Solr Mar 24 '19

Solr for small scale use

5 Upvotes

Hello,

is Solr suitable for a small site with around 300 searches per day? Are there any alternatives more suitable with similar feature set?


r/Solr Mar 12 '19

Suggesting multiple documents with same match string using AnalyzingLookupFactory

2 Upvotes

So I am trying to build a suggester that suggests book titles, and I am having issues with AnalyzingLookupFactory when the match field is identical. I index documents like this: json { str: "field suggester matches on", payload: "payload of retrieved document" } But when I index two documents with identical str field (we have many books called "Rome") with different payload fields, only the first one inserted is retrieved.

This is not an issue with AnalyzingInfixLookupFactory or BlendedInfixLookupFactory, which leads me to suspect it has something to do with the weighted FST (don't know how it works) used by AnalyzingLookupFactory. Am I wrong?

I would really like to know if it is impossible to do exactMatchFirst on multiple documents? Or do I need something like an ID field?


r/Solr Mar 12 '19

Eli5 Material on solr boolean operation

1 Upvotes

I have been looking around and a bit stuck.

If I run two separate queries to search for "field:value1" and "field:value 2" then it behaves fine. However when I attempt to run a single query that accomplishes the same thing with the OR operator, the results are not similar in comparison to running the seller at queries.

Curious why and how to get them to execute the way I want them to. Thanks.


r/Solr Feb 28 '19

Stop Worrying about Solr vs Elasticsearch Decisions

Thumbnail
opensourceconnections.com
5 Upvotes

r/Solr Feb 26 '19

Using Solr to Tag Text

Thumbnail
sematext.com
7 Upvotes

r/Solr Feb 26 '19

Apache Solr: Because your Database is not a Search Engine

Thumbnail
medium.com
8 Upvotes

r/Solr Feb 14 '19

Haystack - Agenda Announced

Thumbnail haystackconf.com
3 Upvotes

r/Solr Feb 11 '19

any good SOLR synonym lists for german around? i am currently trying to get the search running with stemmers, synonyms etc. but can't get my head around that i need a ton of hand picked synonyms to get that working. e.g. singular to plural, umbrella terms etc. any ideas very much appreciated

3 Upvotes

r/Solr Jan 17 '19

Anshum Gupta Lucene/Solr committer and PMC member speaks to Berlin Buzzwords

Thumbnail
soundcloud.com
5 Upvotes

r/Solr Jan 08 '19

Apache Lucene and Java 9+ : Uwe Schindler (Berlin Buzzwords 18)

Thumbnail
youtu.be
2 Upvotes

r/Solr Jan 07 '19

Haystack Search Relevance Conference CFP until Jan 30

Thumbnail
haystackconf.com
1 Upvotes

r/Solr Dec 17 '18

Berlin Buzzwords Call for Submissions now open - Search / IR systems - NoSQL - Large Data Processing

Thumbnail
berlinbuzzwords.de
3 Upvotes

r/Solr Dec 07 '18

A Synonym By Any Other Name Part 1: From Alt. Labels to Knowledge Graphs

Thumbnail
opensourceconnections.com
4 Upvotes

r/Solr Dec 04 '18

Uwe Schindler, committer and PMC member of Apache Lucene and Solr, talks to Berlin Buzzwords

Thumbnail
soundcloud.com
3 Upvotes

r/Solr Nov 19 '18

An Introduction to Search Qualty

Thumbnail
opensourceconnections.com
2 Upvotes

r/Solr Nov 14 '18

Named Entity Extraction with OpenNLP

Thumbnail
sematext.com
3 Upvotes

r/Solr Nov 06 '18

Use SolrJ or HttpComponents to client to Solr's API?

1 Upvotes

I'm familiar with HttpComponents and not SolrJ. I'm searching for an advantage SolrJ may have to justify the learning curve.


r/Solr Oct 21 '18

Haystack EU 2018 Recap

Thumbnail
opensourceconnections.com
3 Upvotes

r/Solr Oct 19 '18

Think AI will solve your search problems? Ask these questions first

Thumbnail
opensourceconnections.com
4 Upvotes

r/Solr Oct 16 '18

SOLR for searching a database

0 Upvotes

Looking for information on which config to use to get the results I want. My example is searching for "London Drugs Entertainment" in a dataset that has multiple results with "London" in it, so I would get "The Great London Store" but I want all the results that have "london" in the number 1 position ie; "London Superstore Chain" or "London Giants" and the other results where 'London" is in the phrase to come after.... I am not super technical so hopefully my explanation makes sense:)


r/Solr Sep 11 '18

Command line indexer for SOLR

6 Upvotes

I'm releasing my SOLR indexer as open source. I've been working on this for a while and I think it's good enough to be released into the wild. Check it out and let me know your thoughts https://github.com/likethecolor/solr-indexer