Questions tagged [solrconfig]
53 questions
0
votes
1 answer
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
,

user2868104
- 297
- 2
- 14
0
votes
1 answer
Element type \"field\" must be followed by either attribute specifications, \">\" or \"/>\"."
I am try to make a collection with my solr
_config. I get the following error:
{
"failure": {
"10.47.24.19:5285_solr": "org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error from server at…

S.Doe
- 49
- 1
- 10
0
votes
1 answer
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.g xml files to my Collection:
Post_url =…

S.Doe
- 49
- 1
- 10
0
votes
1 answer
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 have the context field (a boolean field) set to…

Turtle
- 1
- 4
0
votes
1 answer
Solr search based on stemming
I have a scenario where I have used SnowballPorterFilterFactory to stem that field.
Now it stores all talent types like ex: Actor, Dancer, Singer, Model, etc.
This stemming helps me to search using
Actor in mumbai
AND
Actors in mumbai
Both.
Now I…

Mayur Champaneria
- 239
- 5
- 16
0
votes
2 answers
Solr: Adding cores using a configSet in a SolrCloud setup does not work
I have a SolrCloud (v5.2) setup with 2 different cores [users, docs] working properly.
Now I need to be able to dynamically add new cores that are configuration-wise identical to the docs core that already exists. I don't want to duplicate the…

s1m3n
- 623
- 6
- 21
0
votes
1 answer
queryResultWindowSize in Solr Pagination
I understand what is queryResultWindowSize and queryResultMaxDocsCached.
query 1 -> q=car&rows=10&start=0
query 2 -> q=car&rows=10&start=10
(Assume query 1 and 2 are continuous queries by user1)
query 3 -> q=boat&rows=10&start=0
query 4 ->…

Manoj
- 1,833
- 3
- 14
- 11
-1
votes
1 answer
Why is Solr Cloud in Solr 7.4 still reporting our old IPs after we did a migration
We migrated our 3 Solr servers to 3 new VMs. We are still running the same setup as we were on the old VMs (Solr 7.4). I've also ran the Zookeeper upconfig command to replace our old config files so that they now use the new IPs. However, when I…

RyanWorks
- 39
- 6