Questions tagged [solr6]

Related to the version 6 of SOLR search engine.

Related to the version 6 of SOLR search engine.

For more version specific information see Major Changes from Solr 5 to Solr 6

Solr is the popular, blazing-fast, open source enterprise search platform built on Apache Lucene™

174 questions
2
votes
0 answers

Schema vs Index vs Properties in solr schema screen

what does it mean if something has tick mark for "Indexed" in "Schema" but not for "Indexed" in "Index"?
raj247
  • 381
  • 1
  • 4
  • 21
2
votes
3 answers

org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed

Using solr server version 6.6 and solrj 6.6. Currently the solr cores are created over glusterfs mounted partition. There is enough space for the solr cores on the mounted volume too. Also, for some cores this issue is not seen but for others there…
2
votes
1 answer

Solr default field value refresh on atomic update

I have a date field with default value NOW in my Solr schema: Is there any way to refresh the ActionTimestamp…
Vladimir Vagaytsev
  • 2,871
  • 9
  • 33
  • 36
2
votes
1 answer

SolrCloud backup data not finding on my system path

When I ran the SolrCloud (6.3.0) Back API using this url backup url It returns response status 0 i.e no error 0
user5620899
2
votes
0 answers

Solr subquery transformation

I have a created solr core named data. This core has two structurally different types of data: playlist and album (actual tracks). Relation is playlist has 1...* album playlist while retrieving playlist info, I want to retrieve album info in the…
acorntech
  • 53
  • 8
2
votes
1 answer

Calling HTTPS URL with SOLR's DataImportHandler returns 403

(This took me a while, so I'm providing the Question and Answer thinking it's worth it.) The URL from which the DataImportHandler has to retrieve the data is secured via HTTPS and an additional auth parameter. The configuration of the…
Risadinha
  • 16,058
  • 2
  • 88
  • 91
2
votes
2 answers

Solr deletions with custom full import

I'm trying to use the DataImportHandler to keep my index in sync with a SQL database (what I would think is a pretty vanilla thing to do). Since my database will be pretty large, I want to use incremental imports using this method…
2
votes
2 answers

Run Solr 6.0.1 in background on Windows server

I'd like to start a solr core (version 6.0.1) on Windows Server 2012 R2(command is: bin\solr.cmd start), and keep it running after logging off. I'd also like to run it under an account other than my own, and I'd like it to start up automatically. …
zBomb
  • 339
  • 1
  • 17
1
vote
2 answers

Upgrading Solr 6 to use Log4j 2.x

Is it possible to upgrade Solr 6 to use Log4j 2.x? We have some external dependencies on Solr 6 but would like to upgrade Log4j to the latest.
Dinny
  • 59
  • 6
1
vote
1 answer

Alfresco - advanced search gives 0 results when using the wildcard(*) with the text value

For custom document type when I use advanced search for searching the particular documents that have same custom property, with writing complete property value in advanced search gives expected result(list of documents that have the same property)…
1
vote
0 answers

Solr delay in writing response (delta between qtime and real time, delay in response chunks)

I have started facing issues after upgrading to solr version 6 from solr 4. The response time of queries with larger response > 20KB has increased significantly. Upon looking at the response i see there is huge difference between qtime reported by…
1
vote
1 answer

GC / OOM problems with Alfresco Search Services and OpenJDK11

I updated Alfresco Search Services from 1.3 to 1.4 which forced me to also update OpenJDK from 8 to 11. Running Alfresco Search Services 1.3 with jdk8 worked without any OutOfMemoryExceptions during (re)indexing but with jdk11 we see repeatable…
Heiko Robert
  • 2,488
  • 11
  • 12
1
vote
2 answers

generate random numbers between two limits in solr

We have a requirement to add a random number to a field and sort it . eg; we have rank which is integer in each document. we need to add some random number between 1-10 to rank field in each document and finally sort it in ascending. by doing this…
Gopi
  • 25
  • 1
  • 10
1
vote
1 answer

How to add custom delimiter to a csv file while indexing in apache solr

I am new to apache solr and I am currently working with the version solr-6.4.0 I am trying to index a csv file in solr. Instead of using the default delimiter "," I would like to use a custom delimiter for example "_1ComPaaS1_". To achieve this what…
poornima
  • 11
  • 1
  • 2
1
vote
1 answer

How to restrict IPs in a clustered Solr environment using IPAccessHandler?

We have a clustered system of Solr (two instances running in two servers) where the quorum is being maintained using zookeeper. We can access Solr by either hitting the direct server URLs or a blanket load balancer URL. We need to whitelist a few…
Swagoto
  • 11
  • 4
1
2
3
11 12