[IMPORTANT] Apache Solr TLP Update - Solr User email list migration

2021-02-23 Thread Anshum Gupta
Hi Solr Users, As part of setting up Apache Solr as a Top Level Project, we’re migrating the existing solr-user@lucene.apache.org mailing list to us...@solr.apache.org. All existing subscriptions, and conversations will be migrated to the new list but if you have any mail client filters, please f

Re: Update Solr 7.7 Reference Guide graceTime -> graceDuration

2019-05-02 Thread Jan Høydahl
Thanks. Actually you may edit the page and submit a GitHub PullRequest directly if you wish at https://github.com/apache/lucene-solr/blob/master/solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc

Update Solr 7.7 Reference Guide graceTime -> graceDuration

2019-05-01 Thread bban954
When setting up a Scheduled Trigger for Solr autoscaling I was running into errors that graceTime was an undefined property. I found some discussion on patch changes that had updated this property name to graceDuration, which should probably be reflected in the reference guide at https://lucene.apa

[solr-index-update] solr update Is there a "literal.field_name" feature in json?

2018-12-16 Thread 유정인
Hello, The solr update's csv has a "literal.field_name" function. Does json have a similar function? No function found. Thank you.

Re: Update Solr Document

2018-06-01 Thread Alessandro Benedetti
There is no quick answer, it really depends on a lot of factors... *TL;DR* : Updating a single document field will likely take more time in a bigger collection. *Partial Document Update* First of all, which field are you updating ? Depending on the type and attributes you may end up in different s

Re: Update Solr Document

2018-06-01 Thread Emir Arnautović
Hi Rushikesh, There is no update of documents in Solr - it is always indexing a new document to a new segment. That means that indexing operation is equally heavy on any collection. But that does not mean that updates will take equal time. There are other activities that are heavier on larger in

Update Solr Document

2018-05-31 Thread Rushikesh Garadade
Hi solr-user, I am using Solr 7.2. I am newbie in solr , please forgive my nuisance. Lets say I have one solr collection(say Collection X) with 100 Documents(lets say 5 fields in one Document) and I have another collection(say Collection Y) with 1 lakh Documents (same 5 fields in one Document th

Re: in-places update solr 5.5.2

2017-07-26 Thread elisabeth benoit
Thanks a lot for your answer 2017-07-26 16:35 GMT+02:00 Cassandra Targett : > The in-place update section you referenced was added in Solr 6.5. On > p. 224 of the PDF for 5.5, note it says there are only two available > approaches and the section on in-place updates you see online isn't > mention

Re: in-places update solr 5.5.2

2017-07-26 Thread Cassandra Targett
The in-place update section you referenced was added in Solr 6.5. On p. 224 of the PDF for 5.5, note it says there are only two available approaches and the section on in-place updates you see online isn't mentioned. I looked into the history of the online page and the section on in-place updates w

in-places update solr 5.5.2

2017-07-26 Thread elisabeth benoit
Are in place updates available in solr 5.5.2, I find atomic updates in the doc https://archive.apache.org/dist/lucene/solr/ref-guide/apache-solr-ref-guide-5.5.pdf, which redirects me to the page https://cwiki.apache.org/confluence/display/solr/Updating+Parts+of+Documents#UpdatingPartsofDocuments-At

Re: Apply patch steps and update solr with new patch

2016-12-01 Thread Shawn Heisey
On 12/1/2016 9:52 PM, Reth RM wrote: > Does "ant server" executed under "/solr/" also > compiles/includes changes of patch made to lucene libraries? This > patch is adding/modifying lucene modules. Compiling Solr will also compile Lucene. I would amend the procedure a little bit to be absolutely

Re: Apply patch steps and update solr with new patch

2016-12-01 Thread Reth RM
e jar files > for any SolrJ program I happen to be working with too... > > Best, > Erick > > On Thu, Dec 1, 2016 at 1:52 PM, Reth RM wrote: > > Hi, > > > > I followed the below steps to apply a patch, but have issues, any > pointers > > to mistake or blo

Re: Apply patch steps and update solr with new patch

2016-12-01 Thread Erick Erickson
the jar files for any SolrJ program I happen to be working with too... Best, Erick On Thu, Dec 1, 2016 at 1:52 PM, Reth RM wrote: > Hi, > > I followed the below steps to apply a patch, but have issues, any pointers > to mistake or blogs to apply patch and update solr with patch, will b

Apply patch steps and update solr with new patch

2016-12-01 Thread Reth RM
Hi, I followed the below steps to apply a patch, but have issues, any pointers to mistake or blogs to apply patch and update solr with patch, will be helpful. 1. git clone https://github.com/apache/lucene-solr.git 2. ant clean, ant compile ant idea 3. open project in idea(intellij) 4. apply

Re: Update solr schema.xml in real time for Solr 4.10.1

2015-03-14 Thread Shawn Heisey
On 3/14/2015 1:32 AM, Zheng Lin Edwin Yeo wrote: > What I experienced is when I create a new collection, there's no physical > schema in that collection. But there is schema.xml in some of the example > folder. You can create your own schema.xml in your own collection, but in > order to use it, you

Re: Update solr schema.xml in real time for Solr 4.10.1

2015-03-14 Thread Nitin Solanki
Ok.. Got Zheng... Thanks a Lot.. On Sat, Mar 14, 2015 at 1:02 PM, Zheng Lin Edwin Yeo wrote: > Hi Nitin, > > What I experienced is when I create a new collection, there's no physical > schema in that collection. But there is schema.xml in some of the example > folder. You can create your own sch

Re: Update solr schema.xml in real time for Solr 4.10.1

2015-03-14 Thread Zheng Lin Edwin Yeo
Hi Nitin, What I experienced is when I create a new collection, there's no physical schema in that collection. But there is schema.xml in some of the example folder. You can create your own schema.xml in your own collection, but in order to use it, you have to change the schemaFactory class to Cla

Re: Update solr schema.xml in real time for Solr 4.10.1

2015-03-14 Thread Nitin Solanki
Hi Zheng, As you said **there's no physical schema.xml** but I have. I am using sampletechproductsconfig configuration where I have found schema.xml. In that, I am managing my schema.xml and then I upload that it into zookeeper and reload the collection. On 3/14/15, Zheng Lin Edwin

Re: Update solr schema.xml in real time for Solr 4.10.1

2015-03-13 Thread Zheng Lin Edwin Yeo
Hi Erick, The "real time update of the schema" means we can just do an update using REST-API curl instead of manually editing the schema.xml and restart the Solr server. In Solr 5.0, if Solr is loading the schema from the resource named in 'managedSchemaResourceName', instead of schema.xml, I can

Re: Update solr schema.xml in real time for Solr 4.10.1

2015-03-13 Thread Zheng Lin Edwin Yeo
Hi Nitin, To update the schema using Curl in Solr 5.0, we can use the following command if we are using ManagedIndexSchemaFactory: curl -X POST -H 'Content-type:application/json' --data-binary '{ "add-field" : { "name":"sell-by", "type":"tdate", "stored":true} }' http:

Re: Update solr schema.xml in real time for Solr 4.10.1

2015-03-12 Thread Erick Erickson
Actually I ran across a neat IntelliJ plugin that you could install and directly edit ZK files. And I'm pretty sure there are stand-alone programs that do this, but they are all outside Solr. I'm not sure what "real time update of the schema" is for, would you (Zheng) explain further? Collections

Re: Update solr schema.xml in real time for Solr 4.10.1

2015-03-12 Thread Shawn Heisey
On 3/12/2015 2:00 AM, Zheng Lin Edwin Yeo wrote: > I understand that in Solr 5.0, they provide a REST API to do real-time > update of the schema using Curl. However, I could not do that for my > eariler version of Solr 4.10.1. > > Would like to check, is this function available for the earlier ver

Re: Update solr schema.xml in real time for Solr 4.10.1

2015-03-12 Thread Nitin Solanki
Hi Zheng, *** I understand that in Solr 5.0, they provide a REST API to do real-time update of the schema using Curl ** *. Would please help me how to do this? I need to update both schema.xml and solrconfig.xml in Solr 5.0 in SolrCloud. Your help is appreciated.. *Thanks Again..* On Thu, Mar

Update solr schema.xml in real time for Solr 4.10.1

2015-03-12 Thread Zheng Lin Edwin Yeo
Hi, I understand that in Solr 5.0, they provide a REST API to do real-time update of the schema using Curl. However, I could not do that for my eariler version of Solr 4.10.1. Would like to check, is this function available for the earlier version of Solr, and is the curl syntax the same as Solr

Re: How to update SOLR schema from continuous integration environment

2014-11-02 Thread Jack Krupansky
urther, the "crash" would more likely have occurred on your "dev" cluster first, well before even making it to your pre-production test system. -- Jack Krupansky -Original Message- From: Will Martin Sent: Sunday, November 2, 2014 6:37 AM To: solr-user@lucene.apac

RE: How to update SOLR schema from continuous integration environment

2014-11-02 Thread Will Martin
ber 01, 2014 11:42 PM To: solr-user@lucene.apache.org Subject: Re: How to update SOLR schema from continuous integration environment You do that with schema changes and I'll watch your site crash. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ On Nov 1, 20

Re: How to update SOLR schema from continuous integration environment

2014-11-01 Thread Walter Underwood
> > -Original Message- > From: Walter Underwood [mailto:wun...@wunderwood.org] > Sent: Saturday, November 01, 2014 12:25 PM > To: solr-user@lucene.apache.org > Subject: Re: How to update SOLR schema from continuous integration > environment > > Nice pictures, but t

RE: How to update SOLR schema from continuous integration environment

2014-11-01 Thread Will Martin
ssage- From: Walter Underwood [mailto:wun...@wunderwood.org] Sent: Saturday, November 01, 2014 12:25 PM To: solr-user@lucene.apache.org Subject: Re: How to update SOLR schema from continuous integration environment Nice pictures, but that preso does not even begin to answer the question. Wi

Re: How to update SOLR schema from continuous integration environment

2014-11-01 Thread Walter Underwood
ing > > > -Original Message- > From: Jack Krupansky [mailto:j...@basetechnology.com] > Sent: Saturday, November 01, 2014 9:46 AM > To: solr-user@lucene.apache.org > Subject: Re: How to update SOLR schema from continuous integration environment > > In all honesty, incrementally upda

RE: How to update SOLR schema from continuous integration environment

2014-11-01 Thread Will Martin
http://www.thoughtworks.com/insights/blog/enabling-continuous-delivery-enterprises-testing -Original Message- From: Jack Krupansky [mailto:j...@basetechnology.com] Sent: Saturday, November 01, 2014 9:46 AM To: solr-user@lucene.apache.org Subject: Re: How to update SOLR schema from

Re: How to update SOLR schema from continuous integration environment

2014-11-01 Thread Jack Krupansky
, 2014 12:10 AM To: solr-user@lucene.apache.org Subject: How to update SOLR schema from continuous integration environment Hi, How do people usually update Solr configuration files from continuous integration environment like TeamCity or Jenkins. We have multiple development and testing enviro

How to update SOLR schema from continuous integration environment

2014-10-31 Thread Faisal Mansoor
Hi, How do people usually update Solr configuration files from continuous integration environment like TeamCity or Jenkins. We have multiple development and testing environments and use WebDeploy and AwsDeploy type of tools to remotely deploy code multiple times a day, to update solr I wrote a

Re: Question about Streaming Update Solr Server

2012-03-08 Thread Anderson vasconcelos
Anyone could reply this questions? Thanks 2012/3/5 Anderson vasconcelos > Hi > > I have some questions about StreamingUpdateSolrServer. > > 1)What's queue size parameter? It's the number of documents in each > thread? > > 2)When i configurated like this StreamingUpdateSolrServer(URL, 1000, 5)

RE: Update Solr Schema To Store Field

2012-02-01 Thread Michael Ryan
This should be fine. From my experience, changing a field from stored="false" to stored="true" and vice versa is generally safe to do and has no unexpected behavior. -Michael

Update Solr Schema To Store Field

2012-02-01 Thread Johannes Goll
Hi, I am running apache-solr-3.1.0 and would like to change a field attribute from stored="false" to stored="true". I have several hundred cores that have been indexed without storing the field which is fine as I only would like to retrieve the value for new data that I plan to index with the upd

Re: how to update solr cache when i delete records from remote database?

2011-08-29 Thread nagarjuna
hanges in my DB then what is the use of powerful search server solr? am i making sense or not? -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-update-solr-cache-when-i-delete-records-from-remote-database-tp3291879p3292203.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to update solr cache when i delete records from remote database?

2011-08-29 Thread vighnesh
thanx for giving response. which one should i delete from solr? please explain in clear -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-update-solr-cache-when-i-delete-records-from-remote-database-tp3291879p3292194.html Sent from the Solr - User mailing

Re: how to update solr cache when i delete records from remote database?

2011-08-29 Thread pravesh
You would have to delete them from SOLR also, and then commit it (commit will automatically refresh your caches). Thanx Pravesh -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-update-solr-cache-when-i-delete-records-from-remote-database-tp3291879p3292074.html Sent

how to update solr cache when i delete records from remote database?

2011-08-28 Thread vighnesh
: http://lucene.472066.n3.nabble.com/how-to-update-solr-cache-when-i-delete-records-from-remote-database-tp3291879p3291879.html Sent from the Solr - User mailing list archive at Nabble.com.

How to update solr index.

2010-12-08 Thread bachpv
Data posted to Solr server and indexed, but after that, data has some change and how to it reflect to solr index? Thank you! -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-update-solr-index-tp2038480p2038480.html Sent from the Solr - User mailing list archive at

Re: How to update solr index.

2010-12-08 Thread bachpv
Thanks you, and i have one more question, - How to customize solr source and embed functions about data minning? - And what is the best crawler use for Solr server. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-update-solr-index-tp2038480p2038825.html Sent from the

Re: How to update solr index.

2010-12-08 Thread Grijesh.singh
You have to create again solr xml doc from modified data with same unique id and post it to solr You can not change any specific field of any document - Grijesh -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-update-solr-index-tp2038480p2038801.html Sent from

Re: How to update solr index.

2010-12-07 Thread Anurag
Can you clarify ur question? - Kumar Anurag -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-update-solr-index-tp2038480p2038580.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to update solr to older 1.5 builds instead of to trunk

2010-08-12 Thread solr-user
no, once upgraded I wouldnt need to have an older solr read the indexes. misunderstood the note. thx -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-update-solr-to-older-1-5-builds-instead-of-to-trunk-tp1113863p1115694.html Sent from the Solr - User mailing list

Re: how to update solr to older 1.5 builds instead of to trunk

2010-08-12 Thread Yonik Seeley
On Thu, Aug 12, 2010 at 12:24 PM, solr-user wrote: > Thanks Yonik but > http://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x/solr/CHANGES.txt > says that the lucene index has changed Right - but it will be able to read your older index. Do you need Solr 1.4 to be able to read the new ind

Re: how to update solr to older 1.5 builds instead of to trunk

2010-08-12 Thread solr-user
pain Is there any way to get a set of builds with versions prior to 3.x?? -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-update-solr-to-older-1-5-builds-instead-of-to-trunk-tp1113863p1114353.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to update solr to older 1.5 builds instead of to trunk

2010-08-12 Thread Yonik Seeley
t; I tried using svn on repository > http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.5-dev/ but get a > "Repository moved permanently to > '/viewc/lucene/solr/branches/branch-1.5-dev/' message. > > Any help would be great > > -- > View this

how to update solr to older 1.5 builds instead of to trunk

2010-08-12 Thread solr-user
ch-1.5-dev/' message. Any help would be great -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-update-solr-to-older-1-5-builds-instead-of-to-trunk-tp1113863p1113863.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: update solr index

2010-01-12 Thread Marc Des Garets
ekhar Mangar [mailto:shalinman...@gmail.com] Sent: 12 January 2010 07:49 To: solr-user@lucene.apache.org Subject: Re: update solr index On Mon, Jan 11, 2010 at 7:42 PM, Marc Des Garets wrote: > > I am running solr in tomcat and I have about 35 indexes (between 2 and > 80 millions documents

Re: update solr index

2010-01-11 Thread Shalin Shekhar Mangar
On Mon, Jan 11, 2010 at 7:42 PM, Marc Des Garets wrote: > > I am running solr in tomcat and I have about 35 indexes (between 2 and > 80 millions documents each). Currently if I try to update few documents > from an index (let's say the one which contains 80 millions documents) > while tomcat is ru

update solr index

2010-01-11 Thread Marc Des Garets
Hi, I am running solr in tomcat and I have about 35 indexes (between 2 and 80 millions documents each). Currently if I try to update few documents from an index (let's say the one which contains 80 millions documents) while tomcat is running and therefore receiving requests, I am getting few very

Re: full-import vs delta-import to update solr index

2008-11-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
hints to solve this issue. Waiting for your > responce, > Thanking in advance > con. > -- > View this message in context: > http://www.nabble.com/full-import-vs-delta-import-to-update-solr-index-tp20399673p20399673.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- --Noble Paul

full-import vs delta-import to update solr index

2008-11-08 Thread con
suggestion or hints to solve this issue. Waiting for your responce, Thanking in advance con. -- View this message in context: http://www.nabble.com/full-import-vs-delta-import-to-update-solr-index-tp20399673p20399673.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: update solr

2008-09-15 Thread Kashyap, Raghu
] Sent: Friday, September 12, 2008 4:36 AM To: solr-user@lucene.apache.org Subject: update solr Hi - I am a newbie to Solr and would like to know how to update solr version properly. I saw a lot of patch everywhere and I don't want to mess up everything. My environment is Linux. Thanks a lot,

update solr

2008-09-12 Thread sunnyfr
Hi - I am a newbie to Solr and would like to know how to update solr version properly. I saw a lot of patch everywhere and I don't want to mess up everything. My environment is Linux. Thanks a lot, Sunny -- View this message in context: http://www.nabble.com/update-solr-tp19452613p194

Re: [Update] Solr can be started from jetty but not tomcat

2008-06-19 Thread mike segv
cessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433) > Caused by: j

Re: [Update] Solr can be started from jetty but not tomcat

2008-03-14 Thread Vinci
gt;>> Finally found out that the problem was due to the Tomcat Java 1.4 >>>> compatibility libraries. I had recently upgraded to Java 1.5, but >>>> forgot to remove them. >>>> >>>> $TOMCAT_HOME/common/endorsed/xercesImpl.jar >>>> $T

Re: [Update] Solr can be started from jetty but not tomcat

2008-03-13 Thread Chris Hostetter
: By your hint, I found there is XML library missing in tomcat, not ... : ** Also please someone kindly put those library in the system requirement/ : wiki FAQ. That save a lot of people and forum resources if all library used : is listed properly (with links) - newly build tomcat server h

Re: [Update] Solr can be started from jetty but not tomcat

2008-03-13 Thread Ryan McKinley
glad you got things worked out. I don't use tomcat, so I can't be too much use. Check: http://wiki.apache.org/solr/SolrTomcat and also feel free to include any tips to help others as well. One more question: Does tomcat have anywhere to place the library shared by all application? This i

Re: [Update] Solr can be started from jetty but not tomcat

2008-03-13 Thread Vinci
che.catalina.startup.Catalina.start(Catalina.java:552) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at >> org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295) >> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433) >> Caused by: java.lang.RuntimeException: XPathFactory#newInstance() failed >> to create an XPathFactory for the default object model: >> http://java.sun.com/jaxp/xpath/dom with the >> XPathFactoryConfigurationException: >> javax.xml.xpath.XPathFactoryConfiguration >> > > -- View this message in context: http://www.nabble.com/-Update--Solr-can-be-started-from-jetty-but-not-tomcat-tp15998642p16023734.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: [Update] Solr can be started from jetty but not tomcat

2008-03-13 Thread Vinci
che.catalina.startup.Catalina.start(Catalina.java:552) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at >> org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295) >> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433) >> Caused by: java.lang.RuntimeException: XPathFactory#newInstance() failed >> to create an XPathFactory for the default object model: >> http://java.sun.com/jaxp/xpath/dom with the >> XPathFactoryConfigurationException: >> javax.xml.xpath.XPathFactoryConfiguration >> > > -- View this message in context: http://www.nabble.com/-Update--Solr-can-be-started-from-jetty-but-not-tomcat-tp15998642p16023732.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: [Update] Solr can be started from jetty but not tomcat

2008-03-13 Thread Vinci
for the default object model: >> http://java.sun.com/jaxp/xpath/dom with the >> XPathFactoryConfigurationException: >> javax.xml.xpath.XPathFactoryConfiguration > > I'm not sure how that is configured in tomcat though... > > -- View this message in context: http://w

Re: [Update] Solr can be started from jetty but not tomcat

2008-03-13 Thread Vinci
t(Bootstrap.java:295) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433) > Caused by: java.lang.RuntimeException: XPathFactory#newInstance() failed > to create an XPathFactory for the default object model: > http://java.sun.com/jaxp/xpath/dom with the > XPathFactoryConfigurationException: > javax.xml.xpath.XPathFactoryConfiguration > -- View this message in context: http://www.nabble.com/-Update--Solr-can-be-started-from-jetty-but-not-tomcat-tp15998642p16022290.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: [Update] Solr can be started from jetty but not tomcat

2008-03-12 Thread Ryan McKinley
Vinci wrote: Hi all, after several hour I make the solr works a little bit: the jetty version works, but the tomcat version doesn't. To me it looks like the xml parser is not loading properly... check the last line of your trace. at org.apache.catalina.startup.Bootstrap.main(Boot

[Update] Solr can be started from jetty but not tomcat

2008-03-11 Thread Vinci
http://www.nabble.com/-Update--Solr-can-be-started-from-jetty-but-not-tomcat-tp15998642p15998642.html Sent from the Solr - User mailing list archive at Nabble.com.