Questions tagged [solrconfig]

53 questions
1
vote
1 answer

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 project is written in Java. Could Someone please…
kutchinka
  • 35
  • 5
1
vote
1 answer

Solr cloud cannot find plugin - NoClassDefFoundError

I'm running a solr cloud cluster and using a custom search component - request-sanitizer-component. config: Server count: 8 Shards: 16 Replication factor: 3 Max shards per node: 6 I've defined the search component in…
Simon Tower
  • 664
  • 3
  • 11
  • 27
1
vote
0 answers

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:
ZivHus
  • 67
  • 1
  • 11
1
vote
1 answer

Solr 6.1 warning: Couldn't add files to classpath

I freshly configured a Solr 6.1 server (actually a migration from version 4) and get a lot of warnings like: WARN (coreLoadExecutor-6-thread-2) [ ] o.a.s.c.SolrConfig Couldn't add files from…
Sebastian
  • 5,721
  • 3
  • 43
  • 69
1
vote
1 answer

Solr stopwords not working with wildcard search

I am having problem with solr wildcard search and stopwords. I have added few stopwords "to", "for" ,"is" in stopwords.txt . When i am not doing a wildcard search , its working perfectly. Query --> q=learningObjectTopic:to&rows=1
Mohammed shebin
  • 479
  • 3
  • 11
  • 24
1
vote
1 answer

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 with the Solr installation (can be found in…
Mushu909
  • 1,194
  • 2
  • 11
  • 16
1
vote
0 answers

Sole Suggester: AnalyzingInfixLookupFactory - Store Lookup build failed

I have this configuration (with solr 5.3.1): suggest dict_suggest
Daro Govergun
  • 117
  • 2
  • 12
1
vote
1 answer

How to filter Solr Autocomplete/Suggest?

I have implemented a Solr suggest handler to deal with autocomplete suggestions from my app. However, I need to be able to filter these results based on user privileges. Essentially, this could be ensuring that one of the returned fields matches a…
PizzaTheHut
  • 637
  • 2
  • 6
  • 20
0
votes
0 answers

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 multiple shards and multiple collection. Now refer…
Chirag Shah
  • 353
  • 1
  • 13
0
votes
0 answers

Give access to a user for a single Solr collection

I'm trying to create two users: an admin ide who has all permissions, and a dev user who can only query the /select path and a specific collection collec1. I used the Rule-Based Authorization Plugin and I have the following security.json…
cdaveau
  • 129
  • 1
  • 7
0
votes
1 answer

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 business needs. When I restart solr on the server,…
BReddy
  • 13
  • 3
0
votes
1 answer

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. After this I did run zkcli,…
Rishabh
  • 29
  • 1
  • 7
0
votes
1 answer

Solr query with space, only (#q=%20) stalls

I have a web-based frontend (localhost, currently) that uses Ajax to query Solr. It's working well, but if I submit a single space (nothing else) in the input/search box, the URL in the browser shows ...#q=%20 and in that circumstance I get a 400…
Victoria Stuart
  • 4,610
  • 2
  • 44
  • 37
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…