Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
149 views

Note: Solr version used here is 8.11.1. I am exploring the max Boolean query functionality area of SOLR apache and bit confused on how the number of boolean clasues being calculated in a query. Below ...
Mansi Shukla's user avatar
0 votes
0 answers
397 views

Please consider SOLR version greater than 8.6.0 for this query. There are many questions regarding this issue but all are before version 8.6.0 and at that time SOLR was not supporting Join between ...
Chirag Shah's user avatar
0 votes
1 answer
297 views

I am trying to figure out why the solr core, doesn't respond upon a restart of solr daemon . I have multiple cores , and the configuration is a leader / follower approach, each core serving certain ...
BReddy's user avatar
  • 13
0 votes
1 answer
419 views

I have added a new sort field in schema.xml, uploaded DIHConfigFile.xml and Schema.xml in SOLR config. <field name="recommendationRank" type="string" indexed="true" ...
Rishabh's user avatar
  • 29
1 vote
1 answer
180 views

I'm using Solr 7.4 along with Hadoop 2.7.5. I have an existing Collection that I want to backup and restore. I was able to complete the backup with no issues, but now I want to test the restore API. I'...
RyanWorks's user avatar
2 votes
0 answers
413 views

We have enabled authentication in Solr 8.7 and now I want to upload a configset and thereby create a collection based on this configset. I have followed the below steps: create config zip (cd /disk/...
Aneesha Rao's user avatar
0 votes
1 answer
531 views

I'm trying to query certain fields using "DISMAX Query Parser" , so the query is like below, https://localhost:8983/solr/OOOOO/select?bq=country:PL^100.0&dType=dismax&defType=dismax&...
user2949345's user avatar
1 vote
1 answer
292 views

There is a case when an external application should send a unknown number of different indexing requests to SOLR. In fact, those requests should be processed by SOLR Data Import Handlers according to ...
Eduard BABKIN's user avatar
0 votes
1 answer
692 views

Trying to modify config with V2 API in Solr runnning in the standalone mode. The request is build as follow: V2Request v2Request = new V2Request.Builder(String.format("/collections/%s/config", ...
dwarszawski's user avatar
0 votes
1 answer
67 views

I have six node solr cluster and every node having 200GB of storage, we created one collection with two shards. I like to know what will happen if my document reached 400GB (node1-200GB,node-2 200GB) ...
Gowtham Saminathan's user avatar
1 vote
1 answer
3k views

Solr Version: 7.1.0 Changes I made to solrconfig.xml: Added a updateRequestProcessorChain using TolerantUpdateProcessorFactory as suggested here <updateRequestProcessorChain name="tolerant"> ...
bhargavpss's user avatar
0 votes
1 answer
1k views

I am having a lock issue when trying to initialize a Solr core: SolrCore Initialization Failures: MySolrCore: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: org.apache....
zBomb's user avatar
  • 361
1 vote
1 answer
63 views

I am trying to use SolrConfig API to override SolrConfig.xml file, but failed. Cmd doesn't allow to use multi-line commands. Either way, I'd rather do everything from the SolrJ API, because my entire ...
kutchinka's user avatar
2 votes
1 answer
488 views

Which lookup should i use for implementing context Filtering in solr Suggestor component? I am trying to use contextFiler in FuzzyLookupFactory and AnalyzingLookupFactory but it is throwing me the ...
Shashank Srivastava's user avatar
3 votes
1 answer
1k views

I'm working on an autocomplete feature for an app that provides full text searching of books. I'm trying to configure Solr (v.7.4.0) suggester with context filtering (e.g. limit results to text from ...
eben.english's user avatar
  • 1,705
1 vote
2 answers
812 views

I want to modify the solrconfig.xml file from my java code. If there is any source which gives examples of implementation of abstract SolrRequest in SolrJ for modifying solrconfig.xml, could you ...
Mrinalini Hanagodu's user avatar
0 votes
2 answers
2k views

Somebody help. I am getting "org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Could not load conf for core account: Plugin Initializing failure for [schema.xml] fieldType. ...
king iyk's user avatar
1 vote
0 answers
211 views

I have designed a SearchHandler in Solr, but I don't know why the Rank and Shards does not work. Here is the config for the requestHandler: <requestHandler name="/contentsearch" class="solr....
ZivHus's user avatar
  • 67
0 votes
1 answer
160 views

i've got a search issue with apachesolr. For example The contents that i've indexed are: Tiramisu d'hiver Velouté d'hiver Minestrone d'hiver crémeux, Smoothie version hiver when i search "hiver", i ...
j.b's user avatar
  • 151
3 votes
0 answers
432 views

Configuring my solr server, am able to start and stop the server and can see the dashboard etc. Just created a core called "Wish". So in the wish folder of the server I added the data source details ...
Suresh Atta's user avatar
0 votes
2 answers
481 views

I have a single core solr server. when solr was running, in one collection solrconfig.xml and schema.xml files replaced by mistake. now collection worked correctly and correctly response to request ...
mniknam's user avatar
  • 15
0 votes
1 answer
1k views

I am still new to Solr. I am trying to find a place where I can put default query parameters. I know I can set default query parameters in places such as <requestHandler name="/select" class="solr....
user2868104's user avatar
0 votes
1 answer
42 views

I am trying to index some web pages in Bluemix Retrieve and Rank service. So I did crawled my seeds with nutch 1.11, dumped the crawled data(about 9000 URLs) as files, posted those that are possible e....
S.Doe's user avatar
  • 47
0 votes
1 answer
743 views

So I have a database indexed in solr, and I'm trying to filter the search suggestions(suggester) using ContextField/cfq. What I am trying to do is filter the suggestion queries to either elements that ...
Turtle's user avatar
  • 1
1 vote
1 answer
513 views

I'm trying to only import certain columns of a CSV file into Solr, but I'm not sure how to do this or if this is even possible with Solr. Currently, I'm using one of the books.csv examples that came ...
Mushu909's user avatar
  • 1,264