Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
93 views

Using solr for searching document storage. One document has the word soul-control in it. If I search for soul-control, solr splits that word into a search string soul or control, thus returning any ...
ScottD's user avatar
  • 131
0 votes
0 answers
64 views

I'm migrating data from PostgreSQL into Solr. In PostgreSQL my priority dates are stored as two dates and I want them indexed in Solr as a single pipe-separated string: 2017-07-17 | 2018-02-20 I tried ...
Linux's user avatar
  • 37
1 vote
0 answers
36 views

I'm running DDF 2.26.45 on macOS and configured it to use an external Solr 8.6.1 running locally at: http://localhost:8983/solr DDF detects Solr correctly: solr.client = HttpSolrClient solr.http.url =...
webBuilder's user avatar
-1 votes
0 answers
17 views

I have two servers with Solr installed. They have cores with the same name, but with slightly different content. Is it possible to merge cores with the same name to create a core that will contain all ...
Hermann's user avatar
  • 245
0 votes
0 answers
46 views

I'm using Solr 9.9.0 and I recently increased the server RAM from 16 GB to 32 GB, as well as the JVM heap memory to 16 GB. The issue I'm facing is that under high load, both the Solr 9.9.0 UI ...
Abhishek's user avatar
2 votes
2 answers
61 views

I'm trying to use faceting to look at the terms that were indexed into a field, realizing this is a bit atypical, but I'm using it as a debugging tool. The problem is I'm not seeing any faceted terms....
Mark Bennett's user avatar
0 votes
0 answers
66 views

I have a Solr schema where nested documents are enabled. Nested documents have a vector field that I use for dense vector search using knn and the parent clause, looking for the parent document whose ...
AlbertoD's user avatar
  • 146
0 votes
1 answer
109 views

Setup: Kubernetes Solr Cloud (bitnami chart). Current version 8.11 (also looking to go to 9) I've tried various methods to get a larger file 120Mb loaded into KeepWordFilterFactory. Main problems =>...
DavidVdd's user avatar
  • 768
1 vote
0 answers
55 views

I have in my schema: <field name="mfName_ntk_cs" type="wc_keywordText" indexed="true" stored="true" multiValued="false" /> ... <copyField ...
Wayne Werner's user avatar
  • 52.3k
-3 votes
1 answer
57 views

I have Solr and Zookeeper both running in a Docker-Container on the same machine. When everything stays within the ecosystem it works quite well. However I need to integrate it with another tool that ...
Larmicon's user avatar
0 votes
1 answer
64 views

In Solr 9.8.1 the following query does not find any results. research_project_project_id_intS:(69772 69787 71838) "response":{"numFound":0,"start":0,"numFoundExact&...
Heinz Schilling's user avatar
1 vote
1 answer
82 views

I am sending a request to solr to disable field gessing curl-X POST http://localhost:8984/solr/products/config -H 'Content-Type: application/json' -d '{ "set-user-property": { "...
BenA's user avatar
  • 31
1 vote
1 answer
564 views

There was a need to upgrade our Hybris version from 2211.37 to 2211.41. In this new version, it includes Solr 9.8. There were some issues before I managed to run both build and deploy successfully. I ...
iamrooovic's user avatar
0 votes
0 answers
55 views

I'm in the process of upgrading Apache Solr from version 8.6.0 to 9.8.0, and part of this involves upgrading the Lucene index format. I have a large index directory (~650 GB), and I'm running the ...
Jatin Firme's user avatar
0 votes
1 answer
44 views

Using Solr 8.11.1 I have a schema with a dynamic multiValued field called tcngramm_X3b_en_field_job_titles whose schema is: { "name":"tcngramm_*", "type":"...
infojunkie's user avatar
  • 1,111
1 vote
1 answer
43 views

I try to make a search that get hits with: At least one match with my queried "tags" OR no indexed field "tags" at all. My search looks like this: query: * I add a filter query ...
Ossian Sandberg's user avatar
0 votes
0 answers
43 views

I'm trying to set up a replication for my Apache SOLR which runs on a linux Server. The Slave is also on a debian12 distribution. Sadly I havent found any useful guide to set up the replication. I ...
Lenny's user avatar
  • 1
4 votes
0 answers
40 views

We are using Solr 8.9.0. We have configured Solr cloud like 2 shards and each shard has one replica. We have used 5 zoo keepers for Solr cloud. We have used the below schema field in employee ...
vishal patel's user avatar
1 vote
1 answer
54 views

TYPO3 version: 12.4 EXT:solr version: 12.0.5 I have a TYPO3 site with Solr indexing for pages and news. I also have a product database which I want to search in as well. I tried adding the table to my ...
Jeroen van Veghel's user avatar
0 votes
0 answers
46 views

I'm indexing a SQL-based view into Solr using DataImportHandler (DIH), trying to implement pagination by using ROW_NUMBER() in the query. The goal is to chunk the import by passing start and rows ...
Jaismeen's user avatar
1 vote
0 answers
22 views

I have installed a new .p12 cert. I created it with the following commands: 1. openssl pkcs7 -in ./mydomain.com.p7b -print_certs -out fullchain.pem 2. sudo openssl pkcs12 -export -in fullchain.pem -...
danjfoley's user avatar
  • 818
2 votes
0 answers
63 views

I just installed Solr 9.8.1 and created a core and some authorization rules. However, I am unable to restrict access to the core. The general access rules work, but core-specific rules never seem to ...
user2323470's user avatar
1 vote
0 answers
29 views

I'm facing a strange issue in Apache Solr 9.4.0 related to stopword filtering. In my core, I have a field called titlex which is of type text and uses a stopword filter in both its index time and ...
Sumit Raj's user avatar
0 votes
0 answers
33 views

I am lost on the correct terminology here, please suggest clarifications. I would like to allow users to build search "facets" on a solr-powered web application. E.g. if they searched for ...
bugmenot123's user avatar
  • 1,200
-2 votes
1 answer
61 views

The default search behavior in CKAN is to only search full words. I'd like to enable partial string search. This kind of Google search behavior should apply to CKAN as well. Example: my dataset titled ...
WeSee's user avatar
  • 3,844
2 votes
0 answers
48 views

Background I'm working with a Solr index that contains documents with varying schema, as some fields were added more recently. I need to create a query that returns documents matching either of these ...
Achyut Manvar's user avatar
1 vote
1 answer
76 views

One field name say field_one is indexed as indexed=false. But I want to change it to indexed=true. I have also changed the schema.xml and reloaded the collection. Now, I am getting the error cannot ...
sd077's user avatar
  • 493
1 vote
0 answers
24 views

I have an input string which is ultimately parsed into NGram tokens and indexed in Solr. The strings always start with three alpha characters and then have N characters afterwards. The extra ...
Christopher Schneider's user avatar
2 votes
0 answers
39 views

The <lib> directive is disabled in Solr 9.8 by default and will be removed in Solr 10. It seems all lib directories listed in https://solr.apache.org/guide/solr/latest/configuration-guide/libs....
Henry H Miao's user avatar
  • 3,608
0 votes
0 answers
33 views

I'm using Solrj to query a core, print the result and finally, add a new field to it and finally commit the changes back to the core. This is my attual code: public void testConnection() { ...
Andrea's user avatar
  • 141
0 votes
1 answer
88 views

I'm trying to get the plain text version of an Alfresco node through its API. I understand that this version is created or the plain text at least is extracted because I can search documents by its ...
vaites's user avatar
  • 1
0 votes
1 answer
28 views

I have 2 docker containers. One for my spring-boot application and one for my Solr container. I created a docker network so that both containers could run on the same network, and started both ...
Syed Faraz Hasan's user avatar
0 votes
0 answers
16 views

I'm fetching a document by id using SolrJ, like this: HashMap<String,String> params = new HashMap<String,String>(); params.put("fl", "*"); SolrDocument doc = solr....
Christopher Schultz's user avatar
0 votes
0 answers
31 views

I am trying to restore a backup from a GCS bucket using the next API call: http://mysolr.dns:8983/solr/admin/collections?action=RESTORE&repository=gcs&location=my-backup-folder/&name=...
Leonardo Sergei Santoyo Cortés's user avatar
0 votes
0 answers
248 views

We recently upgraded Solr from version 9.3 to 9.8.0 and have observed a significant performance degradation. The schema changes were made to ensure backward compatibility with 9.3 for all existing ...
Sarita Singe's user avatar
1 vote
1 answer
61 views

I want to figure out how to use my custom plugin for Solr. I found the following relevant article: https://medium.com/@akshayt030/developing-custom-filter-plugin-in-lucene-solr-8-63cb099036cc After ...
Evgeniy Skiba's user avatar
0 votes
0 answers
17 views

My q=(NOT type:3 OR type:3) AND *:* debugQuery is this: "debug":{ "rawquerystring":"(NOT type:3 OR type:3) AND *:*", "querystring":"(NOT type:3 OR type:3) ...
sqh's user avatar
  • 3
2 votes
0 answers
45 views

I am trying to implement a search in ColdFusion (with indexing through Solr) where it gets a match on exact substrings and exact substrings only. Here's my sample code: <cfset criteriaString = '*#...
jadedQuail's user avatar
0 votes
0 answers
38 views

I want to be able to given a facet result, use that result in another calculation. { "query": "*:*", "fields": [ "AverageCost:div($TotalCost, $TotalLeads)&...
Daniel Rossi Marinho's user avatar
0 votes
0 answers
71 views

We have a SolrCloud cluster with the following initial setup: Collection: Single collection with all document types (legal, report, thesis). Shard: 1 shard with 3 replicas. Collection Size: ~30GB ...
sagarg's user avatar
  • 89
0 votes
0 answers
34 views

Structure SOLR Cloud v. 9.8.0, 3 Nodes Zookeeper v. 3.9.3, 3 Instances Pysolr latest Pytest v. 8.3.4 The Problem In my projects RestAPI I have a function called "search" which makes a ...
anvbis's user avatar
  • 25
0 votes
0 answers
51 views

I need to perform a Solr query from my Quarkus application. I started using SolrJ, which worked well. However, to be able to create a native image, I had to configure this: quarkus.native.additional-...
eerriicc's user avatar
  • 1,260
1 vote
0 answers
49 views

Previously, files were stored in the database, and indexing in Solr was done as follows: <?xml version="1.0" encoding="UTF-8" ?> <dataConfig> <dataSource name=&...
Ivan Klemenko's user avatar
0 votes
1 answer
105 views

Structure SOLR v. 9.8.0, 3 Nodes Zookeeper v. 3.9.3, 3 Instances Pysolr latest The SOLR and Zookeeper Nodes run in a docker environment. The Solr Authentication is a MultiAuthPlugin with the ...
anvbis's user avatar
  • 25
-2 votes
1 answer
260 views

I was able to implement a hybrid search engine on Apache Solr 9.6.1 that combines lexical search (edismax) and vector search (KNN-based embeddings) within a single request. The idea is simple: ...
Khaled Alkhouli's user avatar
0 votes
2 answers
78 views

I have configured vector field in solr 9.8 version and have indexed documents having vector field. I am not able to figure out how many document indexed exactly have vector field. Other type of fields ...
shweta bhangale's user avatar
0 votes
1 answer
97 views

One of my IndexQueues looks like this plugin.tx_solr.index.queue { pressphotos = 1 pressphotos { type = tx_company_z_pressphotos label = myPressphotosLabel fields { ...
TZP's user avatar
  • 3
1 vote
1 answer
70 views

I have a use case where I need to update the Lucene document's docValue fields in place, i.e., without creating a new document with every update. I believe softUpdateDocument should help me achieve ...
Abhishek Chandran's user avatar
0 votes
1 answer
216 views

I'm using Alfresco version 23.4 (Enterprise version). I'm facing issues with Solr it's not working properly. Alfresco is working properly. Below I'm attaching some screenshots and command I ran in ...
Varshil Shah's user avatar
1 vote
0 answers
39 views

I wonder if there is a possibility to use the SOLR export request handler with the PHP Solarium library: https://solr.apache.org/guide/6_6/exporting-result-sets.html I can access the results applying ...
Gabi Droege's user avatar

1
2 3 4 5
411