Questions tagged [solr7]
31 questions
0
votes
1 answer
Solr count mismatch between facet and filter query
I am running solr 7.7.2 and I am trying to apply facet on a particular field
"display-classification_en_string_mv" (type="string" indexed="true" stored="false" multiValued="true")
The problem is when I try to apply facets on this field,…

hades512k
- 61
- 7
0
votes
0 answers
How to query a string that is longer than X amount of characters or that is missing full-stops in Solr 7?
I would like to query in my Solr 7 interface core those strings that are longer than 30 characters.
OR identify the string results that are missing full-stops.
How can I do this ?
Query: search strings that are missing full-stops/periods…

blah
- 674
- 3
- 17
0
votes
0 answers
Is SolrJ 7.7.3 Backward compatible with SolrJ 6.6?
I am using SolrJ client 7.7 in one of my service and SolrJ client 6.6 in another.
So just want to know if,
Is SolrJ 7.7.3 Backward compatible with SolrJ 6.6?

akshay kale
- 79
- 9
0
votes
1 answer
SOLR query with DISMAX giving empty result with code and working fine with solr admin
I'm trying to query certain fields using "DISMAX Query Parser" , so the query is like…

user2949345
- 21
- 6
0
votes
2 answers
Solr 7 Upgrade - /update requests going to only 1 node out of 3
We recently upgraded from Solr 6.6 to Solr 7.7 (cluster with 3 nodes) and are facing a peculiar issue. We index around 9-10 million docs every monday to Solr as part of a batch process and this process used to take around 50-55 mins to complete with…

blankCoder
- 172
- 1
- 9
0
votes
0 answers
Apache solr search for multiple fields without specifying field name
Apache solr search for multiple fields without specifying field name in solr 7.7.2 version. Created copy field for all fields and assigning it to dest=“text” which is field of text type. But it doesn’t give any output. It works for only one field…

Suma P
- 1
0
votes
0 answers
Using solr 7.7.2, Is it safe to manually delete tlog with rm -rf ./tlog command after commit?
I am using solr 7.7.2.
Our CDCR is broken for some reason.. So the size of tlog is huge now... I don't care CDCR for now, and just want to clean all these tlog first. Otherwise disk space will become full.
Is it safe to manually delete by using rm…

alwaysbluesky
- 1
- 1
0
votes
1 answer
SOLR 7.5 crashes
I'm rebuilding my index from a Wordpress plugin, this uses the Parametric solr-php-client. Frequently, when updating the index, SOLR crashes with an error message as below. Unfortunately, I'm not too familiar with debugging SOLR/Java applications.…

Cthulhu
- 1
- 1
0
votes
1 answer
"How to resolve the 'server error' in Solr 7"
I want to install solr in my windows 10. but I am having this error
I even have jdk version 1.8.0_112 and my solr version is solr_7.7.2.
I have followed each and ever step provided on website
ERROR: Solr server directory E:\\server not found

Ishaan001
- 1
- 1
0
votes
0 answers
Adding ContextField to SOLR suggester
I try to use the contextField in a SOLR suggester (running SOLR 7)
But when I try to build the suggester, I get an error
Caused by: java.lang.IllegalArgumentException: Document contains at least one immense term in field="exacttext" (whose UTF8…

Swissdude
- 3,486
- 3
- 35
- 68
0
votes
1 answer
Solr Repeaters/Slaves replicating are every commit on Master instead of Optimize
I have a Master-Repeater-Slave configuration. Master/Slaves/Repeaters is setup with this replication configs optimize , full config below

user3440050
- 9
- 1
- 5
0
votes
1 answer
Spellchecker giving suggestions for correct words
Querying an alias with 5 collections and getting suggestions for correct words as well.
Ex:- Collection1 has "tire policy" in it
Collection2 has a word "polite" in it.
When I query "tire policy" it checks and returns "polite" as a suggestion for…

Rohan Battulwar
- 1
- 1
0
votes
0 answers
How do I implement Solr Deduplication? Signatures are returning 0000000000000000
I'm trying to implement deduplication in Solr by updating solrconfig.xml and schema.xml according to this link:
https://lucene.apache.org/solr/guide/7_6/de-duplication.html
The deduplication generates file signatures but the signatures are being set…

n4rush0
- 119
- 1
- 2
- 8
0
votes
0 answers
Solr 7 - Phrasal Match with same prefix
I want to retrieve results which match tokens (edgeNGramed). It works as expected for tokens which do not share prefixed. But for tokens which are sharing prefixes, Solr doesn't work as expected. Eg: if the indexed term is bird box and query is bird…

user3440050
- 9
- 1
- 5
-1
votes
1 answer
Why is Solr Cloud in Solr 7.4 still reporting our old IPs after we did a migration
We migrated our 3 Solr servers to 3 new VMs. We are still running the same setup as we were on the old VMs (Solr 7.4). I've also ran the Zookeeper upconfig command to replace our old config files so that they now use the new IPs. However, when I…

RyanWorks
- 39
- 6