Re: Best example solrconfig.xml?

2020-12-16 Thread Walter Underwood
That sample solrconfig.xml includes , but the 7.0 release notes say that is no longer supported. Should that be removed from the config? " element in solrconfig.xml is no longer supported. Equivalent functionality can be configured in solr.xml using element and SolrJmxReporter implement

Re: Best example solrconfig.xml?

2020-12-15 Thread Walter Underwood
od wrote: >> >> We’re moving from 6.6 to 8.7 and I’m thinking of starting with an 8.7 >> solrconfig.xml and porting our changes into it. >> >> Is this the best one to start with? >> >> solr/server/solr/configsets/_default/conf/solrconfig.xml >> >> wunder >> Walter Underwood >> wun...@wunderwood.org >> http://observer.wunderwood.org/ (my blog) >> >

Re: Best example solrconfig.xml?

2020-12-15 Thread Erick Erickson
ving from 6.6 to 8.7 and I’m thinking of starting with an 8.7 > solrconfig.xml and porting our changes into it. > > Is this the best one to start with? > > solr/server/solr/configsets/_default/conf/solrconfig.xml > > wunder > Walter Underwood > wun...@wunderwood.org &g

Best example solrconfig.xml?

2020-12-15 Thread Walter Underwood
We’re moving from 6.6 to 8.7 and I’m thinking of starting with an 8.7 solrconfig.xml and porting our changes into it. Is this the best one to start with? solr/server/solr/configsets/_default/conf/solrconfig.xml wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my

Re: How to reflect changes of solrconfig.xml to all the cores without causing any conflict

2020-11-09 Thread Shawn Heisey
the terms "collection" and "shards") suggests that you're running in SolrCloud mode. If you are, then modifying solrconfig.xml on the disk will change nothing. You need to modify the solrconfig.xml that lives in ZooKeeper, or re-upload the changes to ZK. Is that what

How to reflect changes of solrconfig.xml to all the cores without causing any conflict

2020-11-09 Thread raj.yadav
Recently we had modified `noCFSRatio` parameter of merge policy. 8 5 50.0 4000 0.0 This is our current merge policy. Earlier `noCFSRatio` was set to `0.1`. generally to reflect any changes of solrconfig we reload the collection. But we stop do

Re: Which solrconfig.xml and schema file should I start with?

2020-05-10 Thread Jan Høydahl
gt; > There are multiple copies with each a bit different of the > files solrconfig.xml and the various schema files. Should I be using > what's under \solr-8.5.1\server\solr\configsets\_default\conf as my > foundation to build on? > > Thanks > > Steve

Which solrconfig.xml and schema file should I start with?

2020-05-09 Thread Steven White
Hi everyone, There are multiple copies with each a bit different of the files solrconfig.xml and the various schema files. Should I be using what's under \solr-8.5.1\server\solr\configsets\_default\conf as my foundation to build on? Thanks Steve

Re: Ignore faceting for particular fields in solr using Solrconfig.xml

2019-05-22 Thread Bernd Fehling
Have a look at "invariants" for your requestHandler in solrconfig.xml. It might be an option for you. Regards Bernd Am 22.05.19 um 22:23 schrieb RaviTeja: Hello Solr Expert, How are you? Am trying to ignore faceting for some of the fields. Can you please help me out to ignore face

Re: Ignore faceting for particular fields in solr using Solrconfig.xml

2019-05-22 Thread Erick Erickson
Just don’t ask for them. Or you saying that users can specify arbitrary fields to facet on and you want to prevent certain fields from being possible? No, there’s no good way to do that in solrconfig.xml. You could write a query component that stripped out certain fields from the facet.field

Ignore faceting for particular fields in solr using Solrconfig.xml

2019-05-22 Thread RaviTeja
Hello Solr Expert, How are you? Am trying to ignore faceting for some of the fields. Can you please help me out to ignore faceting using solrconfig.xml. I tried but I can ignore faceting all the fields that useless. I'm trying to ignore some specific fields. Really Appreciate your help fo

Re: SolrCloud Using Solrconfig.xml Instead of Configoverlay.json for RequestHandler QF

2018-11-07 Thread Jan Høydahl
clean solr. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 5. nov. 2018 kl. 21:00 skrev Corey Ellsworth : > > Hello, > > I'm using Solr Cloud 6.6. I have a situation where I have a RequestHandler > configuration that exists in both the

SolrCloud Using Solrconfig.xml Instead of Configoverlay.json for RequestHandler QF

2018-11-05 Thread Corey Ellsworth
Hello, I'm using Solr Cloud 6.6. I have a situation where I have a RequestHandler configuration that exists in both the solrconfig.xml file and configoverlay.json file (We inherited this application and are not sure why it is set up like this). From reading the documentation, it seem

RE: Collection created error: Can't find resource 'solrconfig.xml'

2018-07-25 Thread Reem
Thanks for your reply Erich, that was really helpful! From: Erick Erickson Sent: Sunday, July 22, 2018 7:26 AM To: solr-user Subject: Re: Collection created error: Can't find resource 'solrconfig.xml' >From your SO post: "I've also created a directory /configs (a

Re: Collection created error: Can't find resource 'solrconfig.xml'

2018-07-21 Thread Erick Erickson
nd: > ./server/scripts/cloud-scripts/zkcli.sh -zkhost node-n01:2181 -cmd upconfig > -confname web -confdir /share/solr-7.2.1/server/configs/web > > However, I'm getting this error for the 32 nodes: > …"IP.IP.IP.56:8983_solr":"org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException

Collection created error: Can't find resource 'solrconfig.xml'

2018-07-21 Thread Reem
getting this error for the 32 nodes: …"IP.IP.IP.56:8983_solr":"org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error from server at http://IP.IP.IP.56:8983/solr: Error CREATEing SolrCore 'web_shard13_replica_n24': Unable to create core [web_shard13_repl

RE: Change/Override Solrconfig.xml across collections

2018-06-27 Thread Markus Jelsma
pache.org > Subject: Change/Override Solrconfig.xml across collections > > I would like to implement the Slow Query logging feature ( > https://lucene.apache.org/solr/guide/6_6/configuring-logging.html#ConfiguringLogging-LoggingSlowQueries) > across multiple collection without changin

Change/Override Solrconfig.xml across collections

2018-06-26 Thread Ganesh Sethuraman
I would like to implement the Slow Query logging feature ( https://lucene.apache.org/solr/guide/6_6/configuring-logging.html#ConfiguringLogging-LoggingSlowQueries) across multiple collection without changing solrconfig.xml in each and every collection. Is that possible? I am using solr 7.2.1 If

Re: How to enable or disable component based on document field value in solrconfig.xml

2018-04-13 Thread Erick Erickson
n the client side, but sounds like that's not really a good option. Best, Erick On Fri, Apr 13, 2018 at 3:22 AM, sarat chandra wrote: > We have a use case where we need to populate uniq field from multiple > fields. Our solrconfig.xml file like below. > > ** > *

How to enable or disable component based on document field value in solrconfig.xml

2018-04-13 Thread sarat chandra
We have a use case where we need to populate uniq field from multiple fields. Our solrconfig.xml file like below. ** * * * Code* * FullCode* * * * * * ExtendedCode* * FullCode* * * ** * _* * FullCode* * * ** The above configuration works fine if the document has both

Re: Rename solrconfig.xml

2018-02-27 Thread Zheng Lin Edwin Yeo
Hi Shawn, Yes, I'm running SolrCloud. Meaning we have to create all the cores in the collection with the default solrconfig.xml first? Then we have to modify the core.properties, and rename the solrconfig.xml. After which, we have to reload the renamed config to ZooKeeper, then reloa

Re: Rename solrconfig.xml

2018-02-27 Thread Shawn Heisey
solr/admin/collections?action=CREATE&name=collection The core.properties does not exists, and if I try to create one manually, Solr will not read it, and it will still try to look for solrconfig.xml. What should be the right way to create the core.properties? If you're running SolrCloud,

Re: Rename solrconfig.xml

2018-02-26 Thread Zheng Lin Edwin Yeo
ollection The core.properties does not exists, and if I try to create one manually, Solr will not read it, and it will still try to look for solrconfig.xml. What should be the right way to create the core.properties? Regards, Edwin On 27 February 2018 at 11:31, @Nandan@ wrote: > You can change into

Re: Rename solrconfig.xml

2018-02-26 Thread @Nandan@
ning-core-properties > > Whether it is a good idea longer term, is a different question. > > Regards, >Alex. > > On 23 February 2018 at 18:06, Zheng Lin Edwin Yeo > wrote: > > Hi, > > > > Would like to check, how can we rename solrconfig.xml to som

Re: Rename solrconfig.xml

2018-02-26 Thread Zheng Lin Edwin Yeo
//lucene.apache.org/solr/guide/7_2/defining-core- > properties.html#defining-core-properties > > Whether it is a good idea longer term, is a different question. > > Regards, >Alex. > > On 23 February 2018 at 18:06, Zheng Lin Edwin Yeo > wrote: > > Hi, > > &g

Re: Rename solrconfig.xml

2018-02-26 Thread Alexandre Rafalovitch
Zheng Lin Edwin Yeo wrote: > Hi, > > Would like to check, how can we rename solrconfig.xml to something else? > For example, I want to rename it to myconfig.xml. Is this possible? > > I'm using Solr 6.5.1, and planning to upgrade to Solr 7.2.1. > > Regards, > Edwin

Rename solrconfig.xml

2018-02-23 Thread Zheng Lin Edwin Yeo
Hi, Would like to check, how can we rename solrconfig.xml to something else? For example, I want to rename it to myconfig.xml. Is this possible? I'm using Solr 6.5.1, and planning to upgrade to Solr 7.2.1. Regards, Edwin

Re: Conditional based Filters on SolrConfig.xml

2017-12-08 Thread Shawn Heisey
On 12/8/2017 4:07 AM, sarat chandra wrote: > Currently we have a request handler contains appends option like below > > > inStock:true > > Now i want to append this filter to query on conditional based. > If my request query contains a flag or if the flag is true, i need to > append the above fi

Conditional based Filters on SolrConfig.xml

2017-12-08 Thread sarat chandra
HI Currently we have a request handler contains appends option like below inStock:true Now i want to append this filter to query on conditional based. If my request query contains a flag or if the flag is true, i need to append the above filter to query, otherwise the filter should not appe

Solr boost property through request handler in solrconfig.xml

2017-10-19 Thread ruby
If I'm not using edismax or dismax, is there a way to boost a specific property through solrconfig.xml? I'm avoiding hard-coding boost in query. Following is my the request handler in solronfig.xml right now explicit 10 myFiled

Solr boost property through request handler in solrconfig.xml

2017-10-19 Thread ruby
If I'm not using edismax or dismax, is there a way to boost a specific property through solrconfig.xml? I'm avoiding hard-coding boost in query. Following is my the request handler in solronfig.xml right now explicit 10 myFiled

Re: edismax-with-bq-complexphrase-query not working in solrconfig.xml search handler

2017-09-04 Thread Doug Turnbull
The problem is that the ${q} macro syntax is interpreted by Solr as a Java Property. Thus these two syntaxes conflict when we encode the macro substitution into the solrconfig.xml. See https://cwiki.apache.org/confluence/display/solr/Configuring+solrconfig.xml The way to escape seems to be to

edismax-with-bq-complexphrase-query not working in solrconfig.xml search handler

2017-09-04 Thread Bertrand Rigaldies
xPhraseQuery(\"iPod Mini\")* )/no_coord" However, *I have been unable to accomplish the same query using a search handler *in solrconfig.xml, as shown below: ALL 10 edismax name name, score *{!comple

precedence for configurations in solrconfig.xml file

2017-07-26 Thread suresh pendap
Hi, If I have a configoverlay.json file with the below content {"props":{"updateHandler":{"autoCommit":{ "maxTime":5, "maxDocs":1 and I also have a JVM properties set on the Solr JVM instance as -Dsolr.autoCommit.maxtime=2 -Dsolr.autoCommit.maxDocs=10 I w

Re: Modifying solrconfig.xml in solr cloud

2017-03-14 Thread Binoy Dalal
gt; wrote: > > Is there a simpler way of modifying solrconfig.xml in cloud mode without > > having to download the file from zookeeper, modifying it and reuploading > it? > > > > Something like the schema API maybe? > > -- > > Regards, > > Binoy Dalal > -- Regards, Binoy Dalal

Re: Modifying solrconfig.xml in solr cloud

2017-03-13 Thread Erick Erickson
First hit from googling "solr config API" https://cwiki.apache.org/confluence/display/solr/Config+API Best, Erick On Mon, Mar 13, 2017 at 8:27 PM, Binoy Dalal wrote: > Is there a simpler way of modifying solrconfig.xml in cloud mode without > having to download the fil

Modifying solrconfig.xml in solr cloud

2017-03-13 Thread Binoy Dalal
Is there a simpler​ way of modifying solrconfig.xml in cloud mode without having to download the file from zookeeper, modifying it and reuploading it? Something like the schema API maybe? -- Regards, Binoy Dalal

Re: Changing "configSetBaseDir" leads to, Can't find resource 'solrconfig.xml' in classpath error while creating core

2017-02-14 Thread Erick Erickson
s over to the new dir and deleted the old configs > name="configSetBaseDir">${configSetBaseDir:/xxx/Desktop/changed-configset} > > Now, if I restart Solr, core1 has no problems it is reading solrConfig.xml > and schema.xml from the new configset dir. > > But, if I t

Changing "configSetBaseDir" leads to, Can't find resource 'solrconfig.xml' in classpath error while creating core

2017-02-14 Thread saiks
Now, if I restart Solr, core1 has no problems it is reading solrConfig.xml and schema.xml from the new configset dir. But, if I try to create a new core using custom configset, it gives an error http://localhost:8983/solr/admin/cores?action=CREATE&name=core2&configset=cust

Re: newSearcher autowarming queries in solrconfig.xml run but does not appear to warm cache

2016-10-19 Thread Dalton Gooding
ot;finding values" >> means reading indexed terms >> from disk into low-level Lucene caches. >> >> When I say "populate the low-level Lucene caches", what I'm really >> talking about is reading them from >> disk into your physical memory via MMapDirect

Re: newSearcher autowarming queries in solrconfig.xml run but does not appear to warm cache

2016-10-16 Thread Dalton Gooding
suggestion is that you use real values from your index or > possibly ranges is so that part or all > of your disk files get read into MMapDirectorySpace via the first or > new Searcher event. > > Please just give it a try. My bet is that you'll see your QTime values > first time aft

Re: newSearcher autowarming queries in solrconfig.xml run but does not appear to warm cache

2016-10-09 Thread Dalton Gooding
Please just give it a try. My bet is that you'll see your QTime values first time after autowarming go down. Significantly. Be sure to use a wide variety of different values for autowarming. BTW, the autowarmCounts in solrconfig.xml filterCache and queryResultCache are intended to warm by usin

Re: newSearcher autowarming queries in solrconfig.xml run but does not appear to warm cache

2016-10-06 Thread Dalton Gooding
Erick, Thanks for the response. After I run the initial query and get a long response time, if I change the query to remove or add additional query statements, I find the speed is good. If I run the modified query after a new searcher has registered, the response is slow but after the modified q

Re: newSearcher autowarming queries in solrconfig.xml run but does not appear to warm cache

2016-10-06 Thread Erick Erickson
Submitting the exact same query twice will return results from the queryResultCache. I'm not entirely sure that the firstSearcher events get put into the cache. So if you change the query even slighty my guess is that you'll see response times very close to your original ones of over a second. Be

newSearcher autowarming queries in solrconfig.xml run but does not appear to warm cache

2016-10-06 Thread Dalton Gooding
After setting a number of newSearcher and firstSearcher queries, I can see in the console logs that the queries are run, but when I run the same query against the new searcher (using CuRL), I get a slow response time for the first run.  Config:                   DataType_s:Product           

Re: solrcloud: How can I get the schema.xml and solrconfig.xml locate.

2016-09-06 Thread cuizhaohua
Thank you for your help! I am solve my problem with no config and shcema. It's OK now!! : ) Thanks, cuizhaohua -- View this message in context: http://lucene.472066.n3.nabble.com/solrcloud-How-can-I-get-the-schema-xml-and-solrconfig-xml-locate-tp4294736p4294885.html Sent from the Solr - Use

Re: solrcloud: How can I get the schema.xml and solrconfig.xml locate.

2016-09-06 Thread Shawn Heisey
On 9/6/2016 12:03 AM, cuizhaohua wrote: > My env is 3 zookeeper server, 10 node of solrcloud. one of my collections > with 5 shard, and each one have two cores. > > > On web UI. I was via "core admin" unload a core . and now ,I want add or > reload the core via "Add Core" > > name: > instanceD

solrcloud: How can I get the schema.xml and solrconfig.xml locate.

2016-09-05 Thread cuizhaohua
My env is 3 zookeeper server, 10 node of solrcloud. one of my collections with 5 shard, and each one have two cores. On web UI. I was via "core admin" unload a core . and now ,I want add or reload the core via "Add Core" name: instanceDir: dataDir: config: schema: collection: shard: how ca

RE: Where should the listeners be defined in solrconfig.xml (Solr 6.0.1)

2016-08-03 Thread Alexandre Drouin
ed in solrconfig.xml (Solr 6.0.1) Importance: High As far as I remember the code it captures everywhere https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr/core/SolrConfig.java#L331 Double slash "//listener" means "everywhere". On Wed, Aug 3, 2016 at

Re: Where should the listeners be defined in solrconfig.xml (Solr 6.0.1)

2016-08-03 Thread Mikhail Khludnev
re.dro...@orckestra.com> wrote: > Does anyone knows where the listener should be defined in solrconfig.xml? > > > Alexandre Drouin > > > -Original Message- > From: Alexandre Drouin [mailto:alexandre.dro...@orckestra.com] > Sent: July 29, 2016 10:46 AM > To:

RE: Where should the listeners be defined in solrconfig.xml (Solr 6.0.1)

2016-08-03 Thread Alexandre Drouin
Does anyone knows where the listener should be defined in solrconfig.xml? Alexandre Drouin -Original Message- From: Alexandre Drouin [mailto:alexandre.dro...@orckestra.com] Sent: July 29, 2016 10:46 AM To: solr-user@lucene.apache.org Subject: Where should the listeners be defined in

Where should the listeners be defined in solrconfig.xml (Solr 6.0.1)

2016-07-29 Thread Alexandre Drouin
Hello, I was wondering where I should put the configuration. I can see from the sample solrconfig.xml that they are defined under the and elements. The Schema API for listeners does not specify a parent of type updateHandler or query so I wanted to know if I also define them directly

Re: Is it possible to pass parameters through solrconfig.xml ?

2016-05-24 Thread Chris Hostetter
your question confuses me - pass "through" from where? when search components are defined in solrconfig.xml, they can be declared with any init params you want which will be passed to the init() method. Both the sample_techproducts_configs and data_driven_schema_configs that

Is it possible to pass parameters through solrconfig.xml ?

2016-05-24 Thread vitaly bulgakov
I need to pass a parameter to one of my searchComponent class from solrconfog.xml file. Please advice me how to do it if it is possible. -- View this message in context: http://lucene.472066.n3.nabble.com/Is-it-possible-to-pass-parameters-through-solrconfig-xml-tp4278852.html Sent from the So

Re: solrconfig.xml location for cloud setup not working (works on single node)

2016-05-20 Thread Erick Erickson
life of me, get > the datahandler to work with the cloud setup. > > ls > /opt/solr/solr-6.0.0/example/cloud/node1/solr/activityDigest_shard1_replica1/conf/ > > currency.xml db-data-config.xml lang protwords.txt _rest_managed.json > schema.xml solrconfig.xml stopwords.txt syno

solrconfig.xml location for cloud setup not working (works on single node)

2016-05-20 Thread Justin Edmands
/ currency.xml db-data-config.xml lang protwords.txt _rest_managed.json schema.xml solrconfig.xml stopwords.txt synonyms.txt inside the solrconfig.xml, I have created a request handler to point to my config file: db-data-config.xml in the db-data-config.xml I have a working config

Re: maxBooleanClauses in solrconfig.xml is ignored

2016-04-07 Thread Zaccheo Bagnati
trying to set the maxBooleanClauses parameter in solrconfig.xml to > 1024 > > but I still have "Too many boolean clauses" error even with 513 terms > (with > > 512 terms it works). > > I've read in the documentation ( > > > https://cwiki.apache.org/confluenc

Re: maxBooleanClauses in solrconfig.xml is ignored

2016-04-07 Thread Jack Krupansky
Edismax phrase-boost terms? -- Jack Krupansky On Thu, Apr 7, 2016 at 10:28 AM, Shawn Heisey wrote: > On 4/7/2016 8:05 AM, Zaccheo Bagnati wrote: > > I'm trying to set the maxBooleanClauses parameter in solrconfig.xml to > 1024 > > but I still have "Too many boolean

Re: maxBooleanClauses in solrconfig.xml is ignored

2016-04-07 Thread Shawn Heisey
On 4/7/2016 8:05 AM, Zaccheo Bagnati wrote: > I'm trying to set the maxBooleanClauses parameter in solrconfig.xml to 1024 > but I still have "Too many boolean clauses" error even with 513 terms (with > 512 terms it works). > I've read in the documentation ( >

maxBooleanClauses in solrconfig.xml is ignored

2016-04-07 Thread Zaccheo Bagnati
Hi all, I'm trying to set the maxBooleanClauses parameter in solrconfig.xml to 1024 but I still have "Too many boolean clauses" error even with 513 terms (with 512 terms it works). I've read in the documentation ( https://cwiki.apache.org/confluence/display/solr/Query+Setting

Re: [scottchu] Is it possible to create a new colr in Solr 5.5 using my old schema.xml and solrconfig.xml?

2016-03-28 Thread Shawn Heisey
On 3/28/2016 12:54 AM, scott.chu wrote: > I have old schema.xml and solrconfig.xml from Solr 3.5. I want to rebuild the > core structure in Solr 5.5. I got some questions to request for answer or > suggestions: > > 1. Can I just put these 2 old xmls into the config folder an

[scottchu] Is it possible to create a new colr in Solr 5.5 using my old schema.xml and solrconfig.xml?

2016-03-27 Thread scott.chu
I have old schema.xml and solrconfig.xml from Solr 3.5. I want to rebuild the core structure in Solr 5.5. I got some questions to request for answer or suggestions: 1. Can I just put these 2 old xmls into the config folder and issue 'bin\solr.cmd -c corename -d config folder path'

RE: solrconfig.xml - configuration scope

2016-01-19 Thread Cario, Elaine
s was with 4.10. -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Tuesday, December 08, 2015 3:09 PM To: solr-user Subject: Re: solrconfig.xml - configuration scope What specifically are you seeing? Most things are per-core as you surmised. There are a

Re: error in initializing solrconfig.xml

2016-01-14 Thread Erick Erickson
Tell us a lot more. What exact error are you seeing in the Solr log? On Wed, Jan 13, 2016 at 11:50 PM, Zap Org wrote: > i have 2 running solr nodes in my cluster one node hot down. i restarted > tomcat server and its throughing exception for initializing solrconfig.xml > and didnot

error in initializing solrconfig.xml

2016-01-13 Thread Zap Org
i have 2 running solr nodes in my cluster one node hot down. i restarted tomcat server and its throughing exception for initializing solrconfig.xml and didnot recognize collection

Re: solrconfig.xml - configuration scope

2015-12-08 Thread Erick Erickson
e if so! > > I'm looking to validate whether something I **think** I have observed when > using Solr is a known behaviour: > > From my read of the docs etc. it was my understanding that solrconfig.xml was > the configuration for a core, and that if I had multiple cores in my So

solrconfig.xml - configuration scope

2015-12-08 Thread Fitzpatrick, Adrian
Hi, This is probably a very basic question that has been asked many times before - apologies in advance if so! I'm looking to validate whether something I **think** I have observed when using Solr is a known behaviour: >From my read of the docs etc. it was my understanding that solrco

Re: which solrconfig.xml

2015-09-04 Thread Mikhail Khludnev
Mark, Thanks for your feedback. Making Solr handy is important for us. On Fri, Sep 4, 2015 at 1:43 PM, Mark Fenbers wrote: > Chris, > > The document "Uploading Structured Data Store Data with the Data Import > Handler" has a number of references to solrconfig.xml, st

Re: which solrconfig.xml

2015-09-04 Thread Erick Erickson
ore Data with the Data Import > Handler" has a number of references to solrconfig.xml, starting on Page 2 > and continuing on page 3 in the section "Configuring solrconfig.xml". It > also is mentioned on Page 5 in the "Property Writer" and the "Data Sour

Re: which solrconfig.xml

2015-09-04 Thread Mark Fenbers
Chris, The document "Uploading Structured Data Store Data with the Data Import Handler" has a number of references to solrconfig.xml, starting on Page 2 and continuing on page 3 in the section "Configuring solrconfig.xml". It also is mentioned on Page 5 in the "Prope

Re: which solrconfig.xml

2015-09-03 Thread Mikhail Khludnev
owever, there are a dozen or so instances of solrconfig.xml > in various $HOME/solr-5.3.0 subdirectories. The documents/tutorials say to > edit the solrconfig.xml file for various configuration details, but they > never say which one of these dozen to edit. Moreover, I cannot determine > w

Re: which solrconfig.xml

2015-09-02 Thread Chris Hostetter
: various $HOME/solr-5.3.0 subdirectories. The documents/tutorials say to edit : the solrconfig.xml file for various configuration details, but they never say : which one of these dozen to edit. Moreover, I cannot determine which version can you please give us a specific examples (ie: urls

Re: which solrconfig.xml

2015-09-02 Thread Alexandre Rafalovitch
Have you looked at Admin Web UI in details yet? When you look at the "Overview" page, on the right hand side, it lists a bunch of directories. You want one that says "Instance". Then, your solrconfig.xml is in "conf" directory under that. Regards, Alex. P.s.

which solrconfig.xml

2015-09-02 Thread Mark Fenbers
Hi, I've been fiddling with Solr for two whole days since downloading/unzipping it. I've learned a lot by reading 4 documents and the web site. However, there are a dozen or so instances of solrconfig.xml in various $HOME/solr-5.3.0 subdirectories. The documents/tutorials say t

Re: What's not a valid attribute data in Solr's schema.xml and solrconfig.xml

2015-06-12 Thread Steven White
Thanks Shawn. Steve On Fri, Jun 12, 2015 at 6:00 PM, Shawn Heisey wrote: > On 6/12/2015 3:30 PM, Steven White wrote: > > Thank you Erik and Shawn for your support. > > > > I'm using Solr's Schema API and Config API to manage and administer a > Solr > > deployment based on customer specific sett

Re: What's not a valid attribute data in Solr's schema.xml and solrconfig.xml

2015-06-12 Thread Shawn Heisey
On 6/12/2015 3:30 PM, Steven White wrote: > Thank you Erik and Shawn for your support. > > I'm using Solr's Schema API and Config API to manage and administer a Solr > deployment based on customer specific setting that my application will need > to do to a Solr deployment. A client application wil

Re: What's not a valid attribute data in Solr's schema.xml and solrconfig.xml

2015-06-12 Thread Steven White
Thank you Erik and Shawn for your support. I'm using Solr's Schema API and Config API to manage and administer a Solr deployment based on customer specific setting that my application will need to do to a Solr deployment. A client application will be using my APIs and as part of data validation,

Re: What's not a valid attribute data in Solr's schema.xml and solrconfig.xml

2015-06-12 Thread Erik Hatcher
Do note that AdminHandler*s* (plural) is "* A special Handler that registers all standard admin handlers”, so if you’re trying to do something tricky with admin handlers, Note that AdminHandlers is also deprecated and these admin handlers are implicitly registered with ImplicitPlugins these day

Re: What's not a valid attribute data in Solr's schema.xml and solrconfig.xml

2015-06-12 Thread Shawn Heisey
On 6/12/2015 1:02 PM, Steven White wrote: > You are right. If I use "solr.SearchHandler" it works, but if I > use "solr.admin.AdminHandlers" like so: > > > > > Solr reports this error: > > HTTP ERROR 500 > > Problem accessing /solr/db/config/requestHandler. Reason: > > {msg=SolrCore 'db'

Re: What's not a valid attribute data in Solr's schema.xml and solrconfig.xml

2015-06-12 Thread Steven White
gt; > But having a name with a space, such as "/ 987" or "/ 1 2 3 " works. > > > > This is one example, but my question is much brother and extends to other > > attributes: where can I find what's not valid data in attributes used by > > both schema.xml

Re: What's not a valid attribute data in Solr's schema.xml and solrconfig.xml

2015-06-12 Thread Shawn Heisey
; > > > But having a name with a space, such as "/ 987" or "/ 1 2 3 " works. > > This is one example, but my question is much brother and extends to other > attributes: where can I find what's not valid data in attributes used by > both schema.xm

What's not a valid attribute data in Solr's schema.xml and solrconfig.xml

2015-06-12 Thread Steven White
quot; or "/ 1 2 3 " works. This is one example, but my question is much brother and extends to other attributes: where can I find what's not valid data in attributes used by both schema.xml and solrconfig.xml file? Thanks in advance. Steve

Re: SolrCloud 4.8 - solrconfig.xml hot changes

2015-04-15 Thread Vincenzo D'Amore
> > On Wed, Apr 15, 2015 at 6:12 AM, Vincenzo D'Amore > wrote: > > Hi all, > > > > can I change solrconfig.xml configuration when solrcloud is up and > running? > > > > Best regards, > > Vincenzo > > > > > > -- > >

Re: SolrCloud 4.8 - solrconfig.xml hot changes

2015-04-15 Thread Erick Erickson
Yes, but you must then push the changes up to Zookeeper (usually via zkcli -cmd upconfig ) then reload the collection to get the changes to take effect on all the replicas. Best, Erick On Wed, Apr 15, 2015 at 6:12 AM, Vincenzo D'Amore wrote: > Hi all, > > can I change

SolrCloud 4.8 - solrconfig.xml hot changes

2015-04-15 Thread Vincenzo D'Amore
Hi all, can I change solrconfig.xml configuration when solrcloud is up and running? Best regards, Vincenzo -- Vincenzo D'Amore email: v.dam...@gmail.com skype: free.dev mobile: +39 349 8513251

Re: solrconfig.xml error

2015-04-08 Thread Andrea Gazzarini
Hi Pradeep, AFAIK the mailing list doesn't allow attachments. I think pasting the error should be enough Best, Andrea On 04/08/2015 09:02 AM, Pradeep wrote: We have installed solr-4.3.0 is our local but we are getting error. Please find attachment. And help us to fix this error. Thank You.

solrconfig.xml error

2015-04-08 Thread Pradeep
We have installed solr-4.3.0 is our local but we are getting error. Please find attachment. And help us to fix this error. Thank You. Regards, Pradeep

Re: Config join parse in solrconfig.xml

2015-04-07 Thread Frank li
, Apr 3, 2015 at 1:31 PM, Erick Erickson > > >> wrote: > >> > >>> You have to show us several more things: > >>> > >>> 1> what exactly does the query look like? > >>> 2> what do you expect? > >>> 3> out

Re: Config join parse in solrconfig.xml

2015-04-06 Thread Erick Erickson
us several more things: >>> >>> 1> what exactly does the query look like? >>> 2> what do you expect? >>> 3> output when you specify &debug=query >>> 4> anything else that would help. You might review: >>> >>>

Re: Config join parse in solrconfig.xml

2015-04-06 Thread Frank li
o show us several more things: >> >> 1> what exactly does the query look like? >> 2> what do you expect? >> 3> output when you specify &debug=query >> 4> anything else that would help. You might review: >> >> http://wiki.apache.org/s

Re: Config join parse in solrconfig.xml

2015-04-06 Thread Frank li
ng else that would help. You might review: > > http://wiki.apache.org/solr/UsingMailingLists > > Best, > Erick > > On Fri, Apr 3, 2015 at 10:58 AM, Frank li wrote: > > Hi, > > > > I am starting using join parser with our solr. We have some default >

Re: Config join parse in solrconfig.xml

2015-04-03 Thread Erick Erickson
10:58 AM, Frank li wrote: > Hi, > > I am starting using join parser with our solr. We have some default fields. > They are defined in solrconfig.xml: > > >edismax >explicit >10 >all_text number party name all_code ent_name >

Config join parse in solrconfig.xml

2015-04-03 Thread Frank li
Hi, I am starting using join parser with our solr. We have some default fields. They are defined in solrconfig.xml: edismax explicit 10 all_text number party name all_code ent_name all_text number^3 name^5 party^3 all_code^2 ent_name^7 id

Re: Where is schema.xml and solrconfig.xml in solr 5.0.0

2015-03-12 Thread Nitin Solanki
Thanks Shawn and Erick for explanation... On Thu, Mar 12, 2015 at 9:02 PM, Shawn Heisey wrote: > On 3/12/2015 9:18 AM, Erick Erickson wrote: > > By and large, I really never use linking. But it's about associating a > > config set > > you've _already_ uploaded with a collection. > > > > So uploa

Re: Where is schema.xml and solrconfig.xml in solr 5.0.0

2015-03-12 Thread Shawn Heisey
On 3/12/2015 9:18 AM, Erick Erickson wrote: > By and large, I really never use linking. But it's about associating a > config set > you've _already_ uploaded with a collection. > > So uploading is pushing the configset from your local machine up to Zookeeper, > and linking is using that uploaded, n

Re: Where is schema.xml and solrconfig.xml in solr 5.0.0

2015-03-12 Thread Erick Erickson
k, then >>> push them to Zookeeper, >>> then reload the collection (or restart everything). See the reference >>> guide here: >>> https://cwiki.apache.org/confluence/display/solr/Command+Line+Utilities >>> >>> Best, >>> Erick >>&g

Re: Where is schema.xml and solrconfig.xml in solr 5.0.0

2015-03-12 Thread Nitin Solanki
ps://cwiki.apache.org/confluence/display/solr/Command+Line+Utilities >> >> Best, >> Erick >> >> On Wed, Mar 11, 2015 at 6:01 AM, Nitin Solanki >> wrote: >> > Hi, alexandre.. >> > >> > Thanks for responding... >> > When I crea

Re: Where is schema.xml and solrconfig.xml in solr 5.0.0

2015-03-11 Thread Nitin Solanki
e.org/confluence/display/solr/Command+Line+Utilities > > Best, > Erick > > On Wed, Mar 11, 2015 at 6:01 AM, Nitin Solanki > wrote: > > Hi, alexandre.. > > > > Thanks for responding... > > When I created new collection(wikingram) using s

Re: Where is schema.xml and solrconfig.xml in solr 5.0.0

2015-03-11 Thread Erick Erickson
reated new collection(wikingram) using solrCloud. It gets create > into example/cloud/node*(node1, node2) like that. > I have used *schema.xml and solrconfig.xml of sample_techproducts_configs* > configuration. > > Now, The problem is that. > If I change the configuration of *

Re: Where is schema.xml and solrconfig.xml in solr 5.0.0

2015-03-11 Thread Nitin Solanki
Hi, alexandre.. Thanks for responding... When I created new collection(wikingram) using solrCloud. It gets create into example/cloud/node*(node1, node2) like that. I have used *schema.xml and solrconfig.xml of sample_techproducts_configs* configuration. Now, The problem is that. If I change the

  1   2   3   4   >