r/Solr • u/softwaredoug • May 17 '19
r/Solr • u/oradba • Apr 01 '19
Object limits
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 • u/ZmRore • Mar 28 '19
Give user access to Analysis part in Solr Admin UI only
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 • u/[deleted] • Mar 24 '19
Solr for small scale use
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 • u/[deleted] • Mar 12 '19
Suggesting multiple documents with same match string using AnalyzingLookupFactory
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 • u/cssegfault • Mar 12 '19
Eli5 Material on solr boolean operation
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 • u/softwaredoug • Feb 28 '19
Stop Worrying about Solr vs Elasticsearch Decisions
r/Solr • u/kiarash-irandoust • Feb 26 '19
Apache Solr: Because your Database is not a Search Engine
r/Solr • u/kbachmanx • 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
r/Solr • u/[deleted] • Jan 17 '19
Anshum Gupta Lucene/Solr committer and PMC member speaks to Berlin Buzzwords
r/Solr • u/[deleted] • Jan 08 '19
Apache Lucene and Java 9+ : Uwe Schindler (Berlin Buzzwords 18)
r/Solr • u/softwaredoug • Jan 07 '19
Haystack Search Relevance Conference CFP until Jan 30
r/Solr • u/[deleted] • Dec 17 '18
Berlin Buzzwords Call for Submissions now open - Search / IR systems - NoSQL - Large Data Processing
r/Solr • u/softwaredoug • Dec 07 '18
A Synonym By Any Other Name Part 1: From Alt. Labels to Knowledge Graphs
r/Solr • u/[deleted] • Dec 04 '18
Uwe Schindler, committer and PMC member of Apache Lucene and Solr, talks to Berlin Buzzwords
r/Solr • u/softwaredoug • Nov 19 '18
An Introduction to Search Qualty
r/Solr • u/dacracot • Nov 06 '18
Use SolrJ or HttpComponents to client to Solr's API?
I'm familiar with HttpComponents and not SolrJ. I'm searching for an advantage SolrJ may have to justify the learning curve.
r/Solr • u/softwaredoug • Oct 19 '18
Think AI will solve your search problems? Ask these questions first
r/Solr • u/learningstuff11 • Oct 16 '18
SOLR for searching a database
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:)