54 questions
2
votes
1
answer
149
views
Boolean clause count in Apache solr query
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 ...
0
votes
0
answers
397
views
Apache SOLR from Version 8.6.0 - Joining between Multiple Collections and Multiple Shards in each collection
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 ...
0
votes
1
answer
297
views
Solr 8 Performance issue on restart
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 ...
0
votes
1
answer
419
views
SOLR Query result not showing new field
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" ...
1
vote
1
answer
180
views
How do you use the Solr 7.4 restore API with HDFS?
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'...
2
votes
0
answers
413
views
Solr 8.7 configset empty when uploaded with authentication
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/...
0
votes
1
answer
531
views
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 below,
https://localhost:8983/solr/OOOOO/select?bq=country:PL^100.0&dType=dismax&defType=dismax&...
1
vote
1
answer
292
views
How to design multiple concurent imports using DIH in SOLR?
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 ...
0
votes
1
answer
692
views
Using Solr V2 API to update Solr config in standalone mode throws SolrException "Solr not running in cloud mode"
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", ...
0
votes
1
answer
67
views
Solr storage handling
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) ...
1
vote
1
answer
3k
views
Changes to solrconfig.xml are not reflected in SolrCloud
Solr Version: 7.1.0
Changes I made to solrconfig.xml:
Added a updateRequestProcessorChain using TolerantUpdateProcessorFactory as suggested here
<updateRequestProcessorChain name="tolerant">
...
0
votes
1
answer
1k
views
Solr core cannot initialize because of write.lock in spellcheck index directory
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....
1
vote
1
answer
63
views
SolrConfig Override from SolrJ
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 ...
2
votes
1
answer
488
views
SuggestorComponent with contextFilter in solr
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 ...
3
votes
1
answer
1k
views
Solr suggest - context filtering with DocumentDictionaryFactory returns entire field
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 ...
1
vote
2
answers
812
views
Modifying solrconfig.xml from SolrJ?
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 ...
0
votes
2
answers
2k
views
SolrCore Initialization Failures: trouble reloading core
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. ...
1
vote
0
answers
211
views
How to design a SearchHandler in Solr
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....
0
votes
1
answer
160
views
Apache solr search issue
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 ...
3
votes
0
answers
432
views
Apache solr configuration to connect and search with Database
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 ...
0
votes
2
answers
481
views
how to backup solrconfig file from running solr
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 ...
0
votes
1
answer
1k
views
where to set default solr query parameters for all requests
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....
0
votes
1
answer
42
views
Post to Bluemix Retrieve_and_Rank gives status 0, but does not work
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....
0
votes
1
answer
743
views
Solr suggestions with ContextField: not all objects have that field
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 ...
1
vote
1
answer
513
views
Can a partial number of columns in a CSV file be imported to Solr using post.jar?
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 ...