Re: Datatype change in solr

2017-02-09 Thread Xavier Morera
Have you considered adding a copyfield and reindexing? Less disruptive.

On Wed, Feb 8, 2017 at 11:33 PM, Manjunath N S (mans3) <ma...@cisco.com>
wrote:

> Hello,
>
> I had defined one of my field as string and indexed the data but it is of
> type integer. Now when I try to change the field type as tint ,to allow
> sorting to be performed on that field ,I am getting Async distributed error.
> I have deleted the document with that id.
>
>
> Is there a way to change the field types without deleting the index ?
>
>
> Thanks,
> manjunath
>
>
>


-- 

*Xavier Morera*

Entrepreneur | Author & Trainer | Consultant | Developer & Scrum Master

*www.xaviermorera.com <http://www.xaviermorera.com/>*

office:  (305) 600-4919

cel: +506 8849-8866

skype: xmorera
Twitter <https://twitter.com/xmorera> | LinkedIn
<https://www.linkedin.com/in/xmorera> | Pluralsight Author
<http://www.pluralsight.com/author/xavier-morera>


[jira] [Comment Edited] (SOLR-4146) Error handling 'status' action, cannot access GUI

2016-04-26 Thread Xavier Morera (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258999#comment-15258999
 ] 

Xavier Morera edited comment on SOLR-4146 at 4/26/16 9:53 PM:
--

I have been able to reproduce this error consistently with Solr 5.5. I have not 
yet isolated it, but I can try to put together a simple example. Here are my 
steps:
* Start Solr 5.5
* Create a core called courses
* In SolrConfig.xml Change  to  and comment the other schemaFactory
* Rename managed-schema to schema.xml
* In SolrConfig.xml comment out  
* Add a field called description that is set to required true

{noformat}

{noformat}

* Now index multiple documents, of which does not have a description but it 
does the other fields

At this point the Admin UI freezes and I get the following error message in the 
logs

{noformat}
null:org.apache.solr.common.SolrException: Error handling 'status' action
{noformat}




was (Author: xavier-morera):
I have been able to reproduce this error consistently with Solr 5.5. I have not 
yet isolated it, but I can try to put together a simple example. Here are my 
steps:
* Start Solr 5.5
* Create a core called courses
* In SolrConfig.xml Change  to  and comment the other schemaFactory
* Rename managed-schema to schema.xml
* In SolrConfig.xml comment out  
* Add a field called description that is set to required true
{noformat}

{noformat}
* Now index multiple documents, of which does not have a description but it 
does the other fields

At this point the Admin UI freezes and I get the following error message in the 
logs
{noformat}
null:org.apache.solr.common.SolrException: Error handling 'status' action
{noformat}



> Error handling 'status' action, cannot access GUI
> -
>
> Key: SOLR-4146
> URL: https://issues.apache.org/jira/browse/SOLR-4146
> Project: Solr
>  Issue Type: Bug
>  Components: SolrCloud, web gui
>Affects Versions: master
>Reporter: Markus Jelsma
> Fix For: master
>
> Attachments: solr.png
>
>
> We sometimes see a node not responding to GUI requests. It then generates the 
> stack trace below. It does respond to search requests.
> {code}
> 2012-12-05 15:53:24,329 ERROR [solr.core.SolrCore] - [http-8080-exec-7] - : 
> org.apache.solr.common.SolrException: Error handling 'status' action 
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.handleStatusAction(CoreAdminHandler.java:725)
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:158)
> at 
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:144)
> at 
> org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:372)
> at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:181)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
> at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
> at 
> org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:889)
> at 
> org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:744)
> at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2274)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> Caused by: org.apache.solr.common.SolrException: 
> java.util.concurrent.RejectedExecutionException
> at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1674)
> at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1330)
> at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1265)
> at 
> org.apache.solr.handler.admin.CoreA

[jira] [Comment Edited] (SOLR-4146) Error handling 'status' action, cannot access GUI

2016-04-26 Thread Xavier Morera (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258999#comment-15258999
 ] 

Xavier Morera edited comment on SOLR-4146 at 4/26/16 9:57 PM:
--

I have been able to reproduce this error consistently with Solr 5.5. I have not 
yet isolated it, but I can try to put together a simple example if someone 
wants to take a look. 

Here are my repro steps:
* Start Solr 5.5 (not SolrCloud)
* Create a core called courses
* In SolrConfig.xml Change  to  and comment the other schemaFactory
* Rename managed-schema to schema.xml
* In SolrConfig.xml comment out  
* Add a field called description that is set to required true

{noformat}

{noformat}

* Now index multiple documents, of which one of them does not have a 
description but it does have the other fields.

At this point the Admin UI freezes and I get the following error message in the 
logs

{noformat}
null:org.apache.solr.common.SolrException: Error handling 'status' action
{noformat}

>From the Admin UI Logging
!2016-04-26_1547.png!

For now, restarting seems to be my only way to fix it.




was (Author: xavier-morera):
I have been able to reproduce this error consistently with Solr 5.5. I have not 
yet isolated it, but I can try to put together a simple example if someone 
wants to take a look. 

Here are my repro steps:
* Start Solr 5.5
* Create a core called courses
* In SolrConfig.xml Change  to  and comment the other schemaFactory
* Rename managed-schema to schema.xml
* In SolrConfig.xml comment out  
* Add a field called description that is set to required true

{noformat}

{noformat}

* Now index multiple documents, of which one of them does not have a 
description but it does have the other fields.

At this point the Admin UI freezes and I get the following error message in the 
logs

{noformat}
null:org.apache.solr.common.SolrException: Error handling 'status' action
{noformat}

>From the Admin UI Logging
!2016-04-26_1547.png!

For now, restarting seems to be my only way to fix it.



> Error handling 'status' action, cannot access GUI
> -
>
> Key: SOLR-4146
> URL: https://issues.apache.org/jira/browse/SOLR-4146
> Project: Solr
>  Issue Type: Bug
>  Components: SolrCloud, web gui
>Affects Versions: master
>Reporter: Markus Jelsma
> Fix For: master
>
> Attachments: 2016-04-26_1547.png, solr.png
>
>
> We sometimes see a node not responding to GUI requests. It then generates the 
> stack trace below. It does respond to search requests.
> {code}
> 2012-12-05 15:53:24,329 ERROR [solr.core.SolrCore] - [http-8080-exec-7] - : 
> org.apache.solr.common.SolrException: Error handling 'status' action 
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.handleStatusAction(CoreAdminHandler.java:725)
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:158)
> at 
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:144)
> at 
> org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:372)
> at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:181)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
> at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
> at 
> org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:889)
> at 
> org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:744)
> at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2274)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> Caused by: org.apache.solr.common.SolrException: 

[jira] [Comment Edited] (SOLR-4146) Error handling 'status' action, cannot access GUI

2016-04-26 Thread Xavier Morera (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258999#comment-15258999
 ] 

Xavier Morera edited comment on SOLR-4146 at 4/26/16 9:57 PM:
--

I have been able to reproduce this error consistently with Solr 5.5. I have not 
yet isolated it, but I can try to put together a simple example if someone 
wants to take a look. 

Here are my repro steps:
* Start Solr 5.5 (single instance)
* Create a core called courses
* In SolrConfig.xml Change  to  and comment the other schemaFactory
* Rename managed-schema to schema.xml
* In SolrConfig.xml comment out  
* Add a field called description that is set to required true

{noformat}

{noformat}

* Now index multiple documents, of which one of them does not have a 
description but it does have the other fields.

At this point the Admin UI freezes and I get the following error message in the 
logs

{noformat}
null:org.apache.solr.common.SolrException: Error handling 'status' action
{noformat}

>From the Admin UI Logging
!2016-04-26_1547.png!

For now, restarting seems to be my only way to fix it.




was (Author: xavier-morera):
I have been able to reproduce this error consistently with Solr 5.5. I have not 
yet isolated it, but I can try to put together a simple example if someone 
wants to take a look. 

Here are my repro steps:
* Start Solr 5.5 (not SolrCloud)
* Create a core called courses
* In SolrConfig.xml Change  to  and comment the other schemaFactory
* Rename managed-schema to schema.xml
* In SolrConfig.xml comment out  
* Add a field called description that is set to required true

{noformat}

{noformat}

* Now index multiple documents, of which one of them does not have a 
description but it does have the other fields.

At this point the Admin UI freezes and I get the following error message in the 
logs

{noformat}
null:org.apache.solr.common.SolrException: Error handling 'status' action
{noformat}

>From the Admin UI Logging
!2016-04-26_1547.png!

For now, restarting seems to be my only way to fix it.



> Error handling 'status' action, cannot access GUI
> -
>
> Key: SOLR-4146
> URL: https://issues.apache.org/jira/browse/SOLR-4146
> Project: Solr
>  Issue Type: Bug
>  Components: SolrCloud, web gui
>Affects Versions: master
>Reporter: Markus Jelsma
> Fix For: master
>
> Attachments: 2016-04-26_1547.png, solr.png
>
>
> We sometimes see a node not responding to GUI requests. It then generates the 
> stack trace below. It does respond to search requests.
> {code}
> 2012-12-05 15:53:24,329 ERROR [solr.core.SolrCore] - [http-8080-exec-7] - : 
> org.apache.solr.common.SolrException: Error handling 'status' action 
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.handleStatusAction(CoreAdminHandler.java:725)
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:158)
> at 
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:144)
> at 
> org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:372)
> at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:181)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
> at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
> at 
> org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:889)
> at 
> org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:744)
> at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2274)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662

[jira] [Comment Edited] (SOLR-4146) Error handling 'status' action, cannot access GUI

2016-04-26 Thread Xavier Morera (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258999#comment-15258999
 ] 

Xavier Morera edited comment on SOLR-4146 at 4/26/16 9:56 PM:
--

I have been able to reproduce this error consistently with Solr 5.5. I have not 
yet isolated it, but I can try to put together a simple example if someone 
wants to take a look. 

Here are my repro steps:
* Start Solr 5.5
* Create a core called courses
* In SolrConfig.xml Change  to  and comment the other schemaFactory
* Rename managed-schema to schema.xml
* In SolrConfig.xml comment out  
* Add a field called description that is set to required true

{noformat}

{noformat}

* Now index multiple documents, of which one of them does not have a 
description but it does have the other fields.

At this point the Admin UI freezes and I get the following error message in the 
logs

{noformat}
null:org.apache.solr.common.SolrException: Error handling 'status' action
{noformat}

>From the Admin UI Logging
!2016-04-26_1547.png!

For now, restarting seems to be my only way to fix it.




was (Author: xavier-morera):
I have been able to reproduce this error consistently with Solr 5.5. I have not 
yet isolated it, but I can try to put together a simple example if someone 
wants to take a look. 

Here are my repro steps:
* Start Solr 5.5
* Create a core called courses
* In SolrConfig.xml Change  to  and comment the other schemaFactory
* Rename managed-schema to schema.xml
* In SolrConfig.xml comment out  
* Add a field called description that is set to required true

{noformat}

{noformat}

* Now index multiple documents, of which does not have a description but it 
does the other fields

At this point the Admin UI freezes and I get the following error message in the 
logs

{noformat}
null:org.apache.solr.common.SolrException: Error handling 'status' action
{noformat}

>From the Admin UI Logging
!2016-04-26_1547.png!

For now, restarting seems to be my only way to fix it.



> Error handling 'status' action, cannot access GUI
> -
>
> Key: SOLR-4146
> URL: https://issues.apache.org/jira/browse/SOLR-4146
> Project: Solr
>  Issue Type: Bug
>  Components: SolrCloud, web gui
>Affects Versions: master
>Reporter: Markus Jelsma
> Fix For: master
>
> Attachments: 2016-04-26_1547.png, solr.png
>
>
> We sometimes see a node not responding to GUI requests. It then generates the 
> stack trace below. It does respond to search requests.
> {code}
> 2012-12-05 15:53:24,329 ERROR [solr.core.SolrCore] - [http-8080-exec-7] - : 
> org.apache.solr.common.SolrException: Error handling 'status' action 
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.handleStatusAction(CoreAdminHandler.java:725)
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:158)
> at 
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:144)
> at 
> org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:372)
> at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:181)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
> at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
> at 
> org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:889)
> at 
> org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:744)
> at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2274)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> Caused by: org.apache.solr.common.SolrException: 
> java.util.con

[jira] [Comment Edited] (SOLR-4146) Error handling 'status' action, cannot access GUI

2016-04-26 Thread Xavier Morera (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258999#comment-15258999
 ] 

Xavier Morera edited comment on SOLR-4146 at 4/26/16 9:55 PM:
--

I have been able to reproduce this error consistently with Solr 5.5. I have not 
yet isolated it, but I can try to put together a simple example if someone 
wants to take a look. 

Here are my repro steps:
* Start Solr 5.5
* Create a core called courses
* In SolrConfig.xml Change  to  and comment the other schemaFactory
* Rename managed-schema to schema.xml
* In SolrConfig.xml comment out  
* Add a field called description that is set to required true

{noformat}

{noformat}

* Now index multiple documents, of which does not have a description but it 
does the other fields

At this point the Admin UI freezes and I get the following error message in the 
logs

{noformat}
null:org.apache.solr.common.SolrException: Error handling 'status' action
{noformat}

>From the Admin UI Logging
!2016-04-26_1547.png!

For now, restarting seems to be my only way to fix it.




was (Author: xavier-morera):
I have been able to reproduce this error consistently with Solr 5.5. I have not 
yet isolated it, but I can try to put together a simple example if someone 
wants to take a look. 

Here are my repro steps:
* Start Solr 5.5
* Create a core called courses
* In SolrConfig.xml Change  to  and comment the other schemaFactory
* Rename managed-schema to schema.xml
* In SolrConfig.xml comment out  
* Add a field called description that is set to required true

{noformat}

{noformat}

* Now index multiple documents, of which does not have a description but it 
does the other fields

At this point the Admin UI freezes and I get the following error message in the 
logs

{noformat}
null:org.apache.solr.common.SolrException: Error handling 'status' action
{noformat}

>From the Admin UI Logging
!2016-04-26_1547.png!



> Error handling 'status' action, cannot access GUI
> -
>
> Key: SOLR-4146
> URL: https://issues.apache.org/jira/browse/SOLR-4146
> Project: Solr
>  Issue Type: Bug
>  Components: SolrCloud, web gui
>Affects Versions: master
>Reporter: Markus Jelsma
> Fix For: master
>
> Attachments: 2016-04-26_1547.png, solr.png
>
>
> We sometimes see a node not responding to GUI requests. It then generates the 
> stack trace below. It does respond to search requests.
> {code}
> 2012-12-05 15:53:24,329 ERROR [solr.core.SolrCore] - [http-8080-exec-7] - : 
> org.apache.solr.common.SolrException: Error handling 'status' action 
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.handleStatusAction(CoreAdminHandler.java:725)
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:158)
> at 
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:144)
> at 
> org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:372)
> at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:181)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
> at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
> at 
> org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:889)
> at 
> org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:744)
> at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2274)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> Caused by: org.apache.solr.common.SolrException: 
> java.util.concurrent.RejectedExecutionException
> at org.apache.solr.core.Sol

[jira] [Comment Edited] (SOLR-4146) Error handling 'status' action, cannot access GUI

2016-04-26 Thread Xavier Morera (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258999#comment-15258999
 ] 

Xavier Morera edited comment on SOLR-4146 at 4/26/16 9:54 PM:
--

I have been able to reproduce this error consistently with Solr 5.5. I have not 
yet isolated it, but I can try to put together a simple example if someone 
wants to take a look. 

Here are my repro steps:
* Start Solr 5.5
* Create a core called courses
* In SolrConfig.xml Change  to  and comment the other schemaFactory
* Rename managed-schema to schema.xml
* In SolrConfig.xml comment out  
* Add a field called description that is set to required true

{noformat}

{noformat}

* Now index multiple documents, of which does not have a description but it 
does the other fields

At this point the Admin UI freezes and I get the following error message in the 
logs

{noformat}
null:org.apache.solr.common.SolrException: Error handling 'status' action
{noformat}

!2016-04-26_1547.png!




was (Author: xavier-morera):
I have been able to reproduce this error consistently with Solr 5.5. I have not 
yet isolated it, but I can try to put together a simple example. Here are my 
steps:
* Start Solr 5.5
* Create a core called courses
* In SolrConfig.xml Change  to  and comment the other schemaFactory
* Rename managed-schema to schema.xml
* In SolrConfig.xml comment out  
* Add a field called description that is set to required true

{noformat}

{noformat}

* Now index multiple documents, of which does not have a description but it 
does the other fields

At this point the Admin UI freezes and I get the following error message in the 
logs

{noformat}
null:org.apache.solr.common.SolrException: Error handling 'status' action
{noformat}

!2016-04-26_1547.png!



> Error handling 'status' action, cannot access GUI
> -
>
> Key: SOLR-4146
> URL: https://issues.apache.org/jira/browse/SOLR-4146
> Project: Solr
>  Issue Type: Bug
>  Components: SolrCloud, web gui
>Affects Versions: master
>Reporter: Markus Jelsma
> Fix For: master
>
> Attachments: 2016-04-26_1547.png, solr.png
>
>
> We sometimes see a node not responding to GUI requests. It then generates the 
> stack trace below. It does respond to search requests.
> {code}
> 2012-12-05 15:53:24,329 ERROR [solr.core.SolrCore] - [http-8080-exec-7] - : 
> org.apache.solr.common.SolrException: Error handling 'status' action 
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.handleStatusAction(CoreAdminHandler.java:725)
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:158)
> at 
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:144)
> at 
> org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:372)
> at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:181)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
> at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
> at 
> org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:889)
> at 
> org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:744)
> at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2274)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> Caused by: org.apache.solr.common.SolrException: 
> java.util.concurrent.RejectedExecutionException
> at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1674)
> at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:

[jira] [Comment Edited] (SOLR-4146) Error handling 'status' action, cannot access GUI

2016-04-26 Thread Xavier Morera (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258999#comment-15258999
 ] 

Xavier Morera edited comment on SOLR-4146 at 4/26/16 9:54 PM:
--

I have been able to reproduce this error consistently with Solr 5.5. I have not 
yet isolated it, but I can try to put together a simple example. Here are my 
steps:
* Start Solr 5.5
* Create a core called courses
* In SolrConfig.xml Change  to  and comment the other schemaFactory
* Rename managed-schema to schema.xml
* In SolrConfig.xml comment out  
* Add a field called description that is set to required true

{noformat}

{noformat}

* Now index multiple documents, of which does not have a description but it 
does the other fields

At this point the Admin UI freezes and I get the following error message in the 
logs

{noformat}
null:org.apache.solr.common.SolrException: Error handling 'status' action
{noformat}

!2016-04-26_1547.png!




was (Author: xavier-morera):
I have been able to reproduce this error consistently with Solr 5.5. I have not 
yet isolated it, but I can try to put together a simple example. Here are my 
steps:
* Start Solr 5.5
* Create a core called courses
* In SolrConfig.xml Change  to  and comment the other schemaFactory
* Rename managed-schema to schema.xml
* In SolrConfig.xml comment out  
* Add a field called description that is set to required true

{noformat}

{noformat}

* Now index multiple documents, of which does not have a description but it 
does the other fields

At this point the Admin UI freezes and I get the following error message in the 
logs

{noformat}
null:org.apache.solr.common.SolrException: Error handling 'status' action
{noformat}



> Error handling 'status' action, cannot access GUI
> -
>
> Key: SOLR-4146
> URL: https://issues.apache.org/jira/browse/SOLR-4146
> Project: Solr
>  Issue Type: Bug
>  Components: SolrCloud, web gui
>Affects Versions: master
>Reporter: Markus Jelsma
> Fix For: master
>
> Attachments: 2016-04-26_1547.png, solr.png
>
>
> We sometimes see a node not responding to GUI requests. It then generates the 
> stack trace below. It does respond to search requests.
> {code}
> 2012-12-05 15:53:24,329 ERROR [solr.core.SolrCore] - [http-8080-exec-7] - : 
> org.apache.solr.common.SolrException: Error handling 'status' action 
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.handleStatusAction(CoreAdminHandler.java:725)
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:158)
> at 
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:144)
> at 
> org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:372)
> at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:181)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
> at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
> at 
> org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:889)
> at 
> org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:744)
> at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2274)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> Caused by: org.apache.solr.common.SolrException: 
> java.util.concurrent.RejectedExecutionException
> at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1674)
> at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1330)
> at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1265)
> at 
> org.apache.solr.handler.ad

[jira] [Comment Edited] (SOLR-4146) Error handling 'status' action, cannot access GUI

2016-04-26 Thread Xavier Morera (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258999#comment-15258999
 ] 

Xavier Morera edited comment on SOLR-4146 at 4/26/16 9:55 PM:
--

I have been able to reproduce this error consistently with Solr 5.5. I have not 
yet isolated it, but I can try to put together a simple example if someone 
wants to take a look. 

Here are my repro steps:
* Start Solr 5.5
* Create a core called courses
* In SolrConfig.xml Change  to  and comment the other schemaFactory
* Rename managed-schema to schema.xml
* In SolrConfig.xml comment out  
* Add a field called description that is set to required true

{noformat}

{noformat}

* Now index multiple documents, of which does not have a description but it 
does the other fields

At this point the Admin UI freezes and I get the following error message in the 
logs

{noformat}
null:org.apache.solr.common.SolrException: Error handling 'status' action
{noformat}

>From the Admin UI Logging
!2016-04-26_1547.png!




was (Author: xavier-morera):
I have been able to reproduce this error consistently with Solr 5.5. I have not 
yet isolated it, but I can try to put together a simple example if someone 
wants to take a look. 

Here are my repro steps:
* Start Solr 5.5
* Create a core called courses
* In SolrConfig.xml Change  to  and comment the other schemaFactory
* Rename managed-schema to schema.xml
* In SolrConfig.xml comment out  
* Add a field called description that is set to required true

{noformat}

{noformat}

* Now index multiple documents, of which does not have a description but it 
does the other fields

At this point the Admin UI freezes and I get the following error message in the 
logs

{noformat}
null:org.apache.solr.common.SolrException: Error handling 'status' action
{noformat}

!2016-04-26_1547.png!



> Error handling 'status' action, cannot access GUI
> -
>
> Key: SOLR-4146
> URL: https://issues.apache.org/jira/browse/SOLR-4146
> Project: Solr
>  Issue Type: Bug
>  Components: SolrCloud, web gui
>Affects Versions: master
>Reporter: Markus Jelsma
> Fix For: master
>
> Attachments: 2016-04-26_1547.png, solr.png
>
>
> We sometimes see a node not responding to GUI requests. It then generates the 
> stack trace below. It does respond to search requests.
> {code}
> 2012-12-05 15:53:24,329 ERROR [solr.core.SolrCore] - [http-8080-exec-7] - : 
> org.apache.solr.common.SolrException: Error handling 'status' action 
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.handleStatusAction(CoreAdminHandler.java:725)
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:158)
> at 
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:144)
> at 
> org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:372)
> at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:181)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
> at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
> at 
> org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:889)
> at 
> org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:744)
> at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2274)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> Caused by: org.apache.solr.common.SolrException: 
> java.util.concurrent.RejectedExecutionException
> at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1674)
> at org.apache.solr.core.SolrCore.getSearcher(SolrCore.ja

[jira] [Updated] (SOLR-4146) Error handling 'status' action, cannot access GUI

2016-04-26 Thread Xavier Morera (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xavier Morera updated SOLR-4146:

Attachment: 2016-04-26_1547.png

> Error handling 'status' action, cannot access GUI
> -
>
> Key: SOLR-4146
> URL: https://issues.apache.org/jira/browse/SOLR-4146
> Project: Solr
>  Issue Type: Bug
>  Components: SolrCloud, web gui
>Affects Versions: master
>Reporter: Markus Jelsma
> Fix For: master
>
> Attachments: 2016-04-26_1547.png, solr.png
>
>
> We sometimes see a node not responding to GUI requests. It then generates the 
> stack trace below. It does respond to search requests.
> {code}
> 2012-12-05 15:53:24,329 ERROR [solr.core.SolrCore] - [http-8080-exec-7] - : 
> org.apache.solr.common.SolrException: Error handling 'status' action 
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.handleStatusAction(CoreAdminHandler.java:725)
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:158)
> at 
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:144)
> at 
> org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:372)
> at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:181)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
> at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
> at 
> org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:889)
> at 
> org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:744)
> at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2274)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> Caused by: org.apache.solr.common.SolrException: 
> java.util.concurrent.RejectedExecutionException
> at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1674)
> at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1330)
> at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1265)
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.getCoreStatus(CoreAdminHandler.java:997)
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.handleStatusAction(CoreAdminHandler.java:711)
> ... 18 more
> Caused by: java.util.concurrent.RejectedExecutionException
> at 
> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1768)
> at 
> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:767)
> at 
> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:658)
> at 
> java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:92)
> at 
> java.util.concurrent.Executors$DelegatedExecutorService.submit(Executors.java:603)
> at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1605)
> ... 22 more
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-4146) Error handling 'status' action, cannot access GUI

2016-04-26 Thread Xavier Morera (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258999#comment-15258999
 ] 

Xavier Morera commented on SOLR-4146:
-

I have been able to reproduce this error consistently with Solr 5.5. I have not 
yet isolated it, but I can try to put together a simple example. Here are my 
steps:
* Start Solr 5.5
* Create a core called courses
* In SolrConfig.xml Change  to  and comment the other schemaFactory
* Rename managed-schema to schema.xml
* In SolrConfig.xml comment out  
* Add a field called description that is set to required true
{noformat}

{noformat}
* Now index multiple documents, of which does not have a description but it 
does the other fields

At this point the Admin UI freezes and I get the following error message in the 
logs
{noformat}
null:org.apache.solr.common.SolrException: Error handling 'status' action
{noformat}



> Error handling 'status' action, cannot access GUI
> -
>
> Key: SOLR-4146
> URL: https://issues.apache.org/jira/browse/SOLR-4146
> Project: Solr
>  Issue Type: Bug
>  Components: SolrCloud, web gui
>Affects Versions: master
>Reporter: Markus Jelsma
> Fix For: master
>
> Attachments: solr.png
>
>
> We sometimes see a node not responding to GUI requests. It then generates the 
> stack trace below. It does respond to search requests.
> {code}
> 2012-12-05 15:53:24,329 ERROR [solr.core.SolrCore] - [http-8080-exec-7] - : 
> org.apache.solr.common.SolrException: Error handling 'status' action 
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.handleStatusAction(CoreAdminHandler.java:725)
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:158)
> at 
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:144)
> at 
> org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:372)
> at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:181)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
> at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
> at 
> org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:889)
> at 
> org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:744)
> at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2274)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> Caused by: org.apache.solr.common.SolrException: 
> java.util.concurrent.RejectedExecutionException
> at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1674)
> at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1330)
> at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1265)
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.getCoreStatus(CoreAdminHandler.java:997)
> at 
> org.apache.solr.handler.admin.CoreAdminHandler.handleStatusAction(CoreAdminHandler.java:711)
> ... 18 more
> Caused by: java.util.concurrent.RejectedExecutionException
> at 
> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1768)
> at 
> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:767)
> at 
> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:658)
> at 
> java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:92)
> at 
> java.util.concurrent.Executors$DelegatedExecutorService.submit(Executors.java:603)
> at org.apache.solr.core.SolrCore.getSearcher(So

[jira] [Commented] (SOLR-6748) Additional resources to the site to help new Solr users ramp up quicker

2014-12-13 Thread Xavier Morera (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14245789#comment-14245789
 ] 

Xavier Morera commented on SOLR-6748:
-

Hi [~steve_rowe],

Thanks for your feedback. I will add it there. Two comments:
- Even though the training is under a paid site, if you get a trial account you 
can actually watch the course for free so there is no obligation to pay. That's 
why I thought it would've been a good fit under Resources page. Also, I've 
spent hundreds of hours creating material to help non-proficient-in-search-devs 
get started, delivered it as an online training, then an in person training and 
now...
- I also have a book coming up in the next month on the same subject, focusing 
on helping people get started with Solr quickly. This one will be 100% free. 
Being a book, can I come back and submit it to be added to the website with the 
others?

Thanks also for your time to reply. Much appreciated.

 Additional resources to the site to help new Solr users ramp up quicker
 ---

 Key: SOLR-6748
 URL: https://issues.apache.org/jira/browse/SOLR-6748
 Project: Solr
  Issue Type: Sub-task
  Components: documentation
Reporter: Xavier Morera

 I would like to request the addition of an online training I created for 
 Pluralsight called *Getting Started with Enterprise Search using Apache Solr* 
 in the following page: http://lucene.apache.org/solr/resources.html
 It is not exactly a video only, it is an online training so no idea if it 
 should be added beneath videos or separately.
 It aims to take a developer with absolutely no knowledge of Solr or even 
 search engines, to take them into being able to create a basic POC style 
 application with Solr in the backend. A few thousand people have watched it 
 and I have received very positive feedback on how it has helped people get 
 started very quickly and reduce the entry level barrier.  
 Is this possible? The url of the training is:
 http://www.pluralsight.com/courses/table-of-contents/enterprise-search-using-apache-solr
 I believe it will help a lot of people get started quicker.
 Here is the full story of how this training came to be:
 A while back I was a Solr total rookie, but I knew I needed it for one of my 
 projects. I had a little bit of a hard time getting started, but I did after 
 a lot of hard work and working with other pretty good Solr developers.
 I then worked and created a system which is doing pretty good now. But I 
 decided that I wanted to create a resource that will help people with 
 absolutely no knowledge of Solr or search engines get started as quickly as 
 possible. And given that I am already a trainer/author at Pluralsight, who 
 focused mainly on Agile development, I thought this was the right place to 
 start helping others.
 And so I did. I have received positive feedback, and given my background as a 
 trainer I have also given it as Solr for the Uninitiated, also for people 
 with no previous knowledge of Solr. 
 It has also been received well to the extent that I have been hired to make 
 it into a book, which I am writing at the moment.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-6058) Solr needs a new website

2014-12-13 Thread Xavier Morera (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14245790#comment-14245790
 ] 

Xavier Morera commented on SOLR-6058:
-

Thanks for the feedback. I will do as suggested in Solr-6748

 Solr needs a new website
 

 Key: SOLR-6058
 URL: https://issues.apache.org/jira/browse/SOLR-6058
 Project: Solr
  Issue Type: Task
Reporter: Grant Ingersoll
Assignee: Grant Ingersoll
 Attachments: HTML.rar, SOLR-6058, SOLR-6058.location-fix.patchfile, 
 SOLR-6058.offset-fix.patch, Solr_Icons.pdf, Solr_Logo_on_black.pdf, 
 Solr_Logo_on_black.png, Solr_Logo_on_orange.pdf, Solr_Logo_on_orange.png, 
 Solr_Logo_on_white.pdf, Solr_Logo_on_white.png, Solr_Styleguide.pdf


 Solr needs a new website:  better organization of content, less verbose, more 
 pleasing graphics, etc.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Comment Edited] (SOLR-6748) Additional resources to the site to help new Solr users ramp up quicker

2014-12-13 Thread Xavier Morera (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14245789#comment-14245789
 ] 

Xavier Morera edited comment on SOLR-6748 at 12/14/14 2:59 AM:
---

Hi [~steve_rowe],

Thanks for your feedback. I will add it there. Two comments:
- Even though the training is under a paid site, if you get a trial account you 
can actually watch the course for free so there is no obligation to pay. That's 
why I thought it would've been a good fit under Resources page. Also, I've 
spent hundreds of hours creating material to help non-proficient-in-search-devs 
get started, delivered it as an online training, then an in person training and 
now...
- I also have a book coming up in the next month on the same subject, focusing 
on helping people get started with Solr quickly. This one will be 100% free. 
Being a book, can I come back and submit it to be added to the website with the 
others?

Thanks also for your time to reply. Much appreciated. Who can I contact to get 
approved for the Wiki?


was (Author: xavier-morera):
Hi [~steve_rowe],

Thanks for your feedback. I will add it there. Two comments:
- Even though the training is under a paid site, if you get a trial account you 
can actually watch the course for free so there is no obligation to pay. That's 
why I thought it would've been a good fit under Resources page. Also, I've 
spent hundreds of hours creating material to help non-proficient-in-search-devs 
get started, delivered it as an online training, then an in person training and 
now...
- I also have a book coming up in the next month on the same subject, focusing 
on helping people get started with Solr quickly. This one will be 100% free. 
Being a book, can I come back and submit it to be added to the website with the 
others?

Thanks also for your time to reply. Much appreciated.

 Additional resources to the site to help new Solr users ramp up quicker
 ---

 Key: SOLR-6748
 URL: https://issues.apache.org/jira/browse/SOLR-6748
 Project: Solr
  Issue Type: Sub-task
  Components: documentation
Reporter: Xavier Morera

 I would like to request the addition of an online training I created for 
 Pluralsight called *Getting Started with Enterprise Search using Apache Solr* 
 in the following page: http://lucene.apache.org/solr/resources.html
 It is not exactly a video only, it is an online training so no idea if it 
 should be added beneath videos or separately.
 It aims to take a developer with absolutely no knowledge of Solr or even 
 search engines, to take them into being able to create a basic POC style 
 application with Solr in the backend. A few thousand people have watched it 
 and I have received very positive feedback on how it has helped people get 
 started very quickly and reduce the entry level barrier.  
 Is this possible? The url of the training is:
 http://www.pluralsight.com/courses/table-of-contents/enterprise-search-using-apache-solr
 I believe it will help a lot of people get started quicker.
 Here is the full story of how this training came to be:
 A while back I was a Solr total rookie, but I knew I needed it for one of my 
 projects. I had a little bit of a hard time getting started, but I did after 
 a lot of hard work and working with other pretty good Solr developers.
 I then worked and created a system which is doing pretty good now. But I 
 decided that I wanted to create a resource that will help people with 
 absolutely no knowledge of Solr or search engines get started as quickly as 
 possible. And given that I am already a trainer/author at Pluralsight, who 
 focused mainly on Agile development, I thought this was the right place to 
 start helping others.
 And so I did. I have received positive feedback, and given my background as a 
 trainer I have also given it as Solr for the Uninitiated, also for people 
 with no previous knowledge of Solr. 
 It has also been received well to the extent that I have been hired to make 
 it into a book, which I am writing at the moment.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Comment Edited] (SOLR-6748) Additional resources to the site to help new Solr users ramp up quicker

2014-12-13 Thread Xavier Morera (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14245789#comment-14245789
 ] 

Xavier Morera edited comment on SOLR-6748 at 12/14/14 3:16 AM:
---

Hi [~steve_rowe],

Thanks for your feedback. I will add it there. Two comments:
- Even though the training is under a paid site, if you get a trial account you 
can actually watch the course for free so there is no obligation to pay. That's 
why I thought it would've been a good fit under Resources page. Also, I've 
spent hundreds of hours creating material to help non-proficient-in-search-devs 
get started, delivered it as an online training, then an in person training and 
now...
- I also have a book coming up in the next month on the same subject, focusing 
on helping people get started with Solr quickly. This one will be 100% free. 
Being a book, can I come back and submit it to be added to the website with the 
others?

Thanks also for your time to reply. Much appreciated. 


was (Author: xavier-morera):
Hi [~steve_rowe],

Thanks for your feedback. I will add it there. Two comments:
- Even though the training is under a paid site, if you get a trial account you 
can actually watch the course for free so there is no obligation to pay. That's 
why I thought it would've been a good fit under Resources page. Also, I've 
spent hundreds of hours creating material to help non-proficient-in-search-devs 
get started, delivered it as an online training, then an in person training and 
now...
- I also have a book coming up in the next month on the same subject, focusing 
on helping people get started with Solr quickly. This one will be 100% free. 
Being a book, can I come back and submit it to be added to the website with the 
others?

Thanks also for your time to reply. Much appreciated. Who can I contact to get 
approved for the Wiki?

 Additional resources to the site to help new Solr users ramp up quicker
 ---

 Key: SOLR-6748
 URL: https://issues.apache.org/jira/browse/SOLR-6748
 Project: Solr
  Issue Type: Sub-task
  Components: documentation
Reporter: Xavier Morera

 I would like to request the addition of an online training I created for 
 Pluralsight called *Getting Started with Enterprise Search using Apache Solr* 
 in the following page: http://lucene.apache.org/solr/resources.html
 It is not exactly a video only, it is an online training so no idea if it 
 should be added beneath videos or separately.
 It aims to take a developer with absolutely no knowledge of Solr or even 
 search engines, to take them into being able to create a basic POC style 
 application with Solr in the backend. A few thousand people have watched it 
 and I have received very positive feedback on how it has helped people get 
 started very quickly and reduce the entry level barrier.  
 Is this possible? The url of the training is:
 http://www.pluralsight.com/courses/table-of-contents/enterprise-search-using-apache-solr
 I believe it will help a lot of people get started quicker.
 Here is the full story of how this training came to be:
 A while back I was a Solr total rookie, but I knew I needed it for one of my 
 projects. I had a little bit of a hard time getting started, but I did after 
 a lot of hard work and working with other pretty good Solr developers.
 I then worked and created a system which is doing pretty good now. But I 
 decided that I wanted to create a resource that will help people with 
 absolutely no knowledge of Solr or search engines get started as quickly as 
 possible. And given that I am already a trainer/author at Pluralsight, who 
 focused mainly on Agile development, I thought this was the right place to 
 start helping others.
 And so I did. I have received positive feedback, and given my background as a 
 trainer I have also given it as Solr for the Uninitiated, also for people 
 with no previous knowledge of Solr. 
 It has also been received well to the extent that I have been hired to make 
 it into a book, which I am writing at the moment.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-6058) Solr needs a new website

2014-12-09 Thread Xavier Morera (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14240098#comment-14240098
 ] 

Xavier Morera commented on SOLR-6058:
-

I would like to add a resource to help users ramp up quickly as a suggestion: 
SOLR-6748 

Is it possible to add it?

 Solr needs a new website
 

 Key: SOLR-6058
 URL: https://issues.apache.org/jira/browse/SOLR-6058
 Project: Solr
  Issue Type: Task
Reporter: Grant Ingersoll
Assignee: Grant Ingersoll
 Attachments: HTML.rar, SOLR-6058, SOLR-6058.location-fix.patchfile, 
 SOLR-6058.offset-fix.patch, Solr_Icons.pdf, Solr_Logo_on_black.pdf, 
 Solr_Logo_on_black.png, Solr_Logo_on_orange.pdf, Solr_Logo_on_orange.png, 
 Solr_Logo_on_white.pdf, Solr_Logo_on_white.png, Solr_Styleguide.pdf


 Solr needs a new website:  better organization of content, less verbose, more 
 pleasing graphics, etc.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-6748) Additional resources to the site to help new Solr users ramp up quicker

2014-12-09 Thread Xavier Morera (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-6748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xavier Morera updated SOLR-6748:

Issue Type: Sub-task  (was: Improvement)
Parent: SOLR-6058

 Additional resources to the site to help new Solr users ramp up quicker
 ---

 Key: SOLR-6748
 URL: https://issues.apache.org/jira/browse/SOLR-6748
 Project: Solr
  Issue Type: Sub-task
  Components: documentation
Reporter: Xavier Morera

 I would like to request the addition of an online training I created for 
 Pluralsight called *Getting Started with Enterprise Search using Apache Solr* 
 in the following page: http://lucene.apache.org/solr/resources.html
 It is not exactly a video only, it is an online training so no idea if it 
 should be added beneath videos or separately.
 It aims to take a developer with absolutely no knowledge of Solr or even 
 search engines, to take them into being able to create a basic POC style 
 application with Solr in the backend. A few thousand people have watched it 
 and I have received very positive feedback on how it has helped people get 
 started very quickly and reduce the entry level barrier.  
 Is this possible? The url of the training is:
 http://www.pluralsight.com/courses/table-of-contents/enterprise-search-using-apache-solr
 I believe it will help a lot of people get started quicker.
 Here is the full story of how this training came to be:
 A while back I was a Solr total rookie, but I knew I needed it for one of my 
 projects. I had a little bit of a hard time getting started, but I did after 
 a lot of hard work and working with other pretty good Solr developers.
 I then worked and created a system which is doing pretty good now. But I 
 decided that I wanted to create a resource that will help people with 
 absolutely no knowledge of Solr or search engines get started as quickly as 
 possible. And given that I am already a trainer/author at Pluralsight, who 
 focused mainly on Agile development, I thought this was the right place to 
 start helping others.
 And so I did. I have received positive feedback, and given my background as a 
 trainer I have also given it as Solr for the Uninitiated, also for people 
 with no previous knowledge of Solr. 
 It has also been received well to the extent that I have been hired to make 
 it into a book, which I am writing at the moment.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Comment Edited] (SOLR-6058) Solr needs a new website

2014-12-09 Thread Xavier Morera (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14240098#comment-14240098
 ] 

Xavier Morera edited comment on SOLR-6058 at 12/9/14 10:40 PM:
---

I created a training, *Getting Started with Enterprise Search using Apache 
Solr*, that helps people get from 0 to a showable MVP in less than half a day. 
It takes a total newbie and gets their fee wet in the Solr world very quickly 
and presents SolrNet as a great way to create an application on top of it. I've 
received pretty good feedback from multiple people on how it helped them get 
started and have even delivered it in person in front of up to 30 people. Now I 
am also working on a non commercial/free book with the same purpose.

I would like to add it as a resource to help users ramp up quickly as a 
suggestion: SOLR-6748 

Is it possible to add it?


was (Author: xavier-morera):
I would like to add a resource to help users ramp up quickly as a suggestion: 
SOLR-6748 

Is it possible to add it?

 Solr needs a new website
 

 Key: SOLR-6058
 URL: https://issues.apache.org/jira/browse/SOLR-6058
 Project: Solr
  Issue Type: Task
Reporter: Grant Ingersoll
Assignee: Grant Ingersoll
 Attachments: HTML.rar, SOLR-6058, SOLR-6058.location-fix.patchfile, 
 SOLR-6058.offset-fix.patch, Solr_Icons.pdf, Solr_Logo_on_black.pdf, 
 Solr_Logo_on_black.png, Solr_Logo_on_orange.pdf, Solr_Logo_on_orange.png, 
 Solr_Logo_on_white.pdf, Solr_Logo_on_white.png, Solr_Styleguide.pdf


 Solr needs a new website:  better organization of content, less verbose, more 
 pleasing graphics, etc.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Comment Edited] (SOLR-6058) Solr needs a new website

2014-12-09 Thread Xavier Morera (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14240098#comment-14240098
 ] 

Xavier Morera edited comment on SOLR-6058 at 12/9/14 10:41 PM:
---

I created a training for Pluralsight, *Getting Started with Enterprise Search 
using Apache Solr*, that helps people get from 0 to a showable MVP in less than 
half a day. Solr is already extremely popular and well known, but by putting it 
in Pluralsight it can reach people that were not aware that it even exists and 
shows the wonders that can be done quickly on search using Solr.

It takes a total newbie and gets their feet wet in the Solr world very quickly 
and presents SolrNet as a great way to create an application on top of it. I've 
received pretty good feedback from multiple people on how it helped them get 
started and have even delivered it in person in front of up to 30 people. Now I 
am also working on a non commercial/free book with the same purpose.

I would like to add it as a resource to help users ramp up quickly as a 
suggestion: SOLR-6748 

Is it possible to add it?


was (Author: xavier-morera):
I created a training, *Getting Started with Enterprise Search using Apache 
Solr*, that helps people get from 0 to a showable MVP in less than half a day. 
It takes a total newbie and gets their fee wet in the Solr world very quickly 
and presents SolrNet as a great way to create an application on top of it. I've 
received pretty good feedback from multiple people on how it helped them get 
started and have even delivered it in person in front of up to 30 people. Now I 
am also working on a non commercial/free book with the same purpose.

I would like to add it as a resource to help users ramp up quickly as a 
suggestion: SOLR-6748 

Is it possible to add it?

 Solr needs a new website
 

 Key: SOLR-6058
 URL: https://issues.apache.org/jira/browse/SOLR-6058
 Project: Solr
  Issue Type: Task
Reporter: Grant Ingersoll
Assignee: Grant Ingersoll
 Attachments: HTML.rar, SOLR-6058, SOLR-6058.location-fix.patchfile, 
 SOLR-6058.offset-fix.patch, Solr_Icons.pdf, Solr_Logo_on_black.pdf, 
 Solr_Logo_on_black.png, Solr_Logo_on_orange.pdf, Solr_Logo_on_orange.png, 
 Solr_Logo_on_white.pdf, Solr_Logo_on_white.png, Solr_Styleguide.pdf


 Solr needs a new website:  better organization of content, less verbose, more 
 pleasing graphics, etc.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-6748) Additional resources to the site to help new Solr users ramp up quicker

2014-11-17 Thread Xavier Morera (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-6748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xavier Morera updated SOLR-6748:

Issue Type: Improvement  (was: Wish)

 Additional resources to the site to help new Solr users ramp up quicker
 ---

 Key: SOLR-6748
 URL: https://issues.apache.org/jira/browse/SOLR-6748
 Project: Solr
  Issue Type: Improvement
  Components: documentation
Reporter: Xavier Morera

 I would like to request the addition of an online training I created for 
 Pluralsight called *Getting Started with Enterprise Search using Apache Solr* 
 in the following page: http://lucene.apache.org/solr/resources.html
 It is not exactly a video only, it is an online training so no idea if it 
 should be added beneath videos or separately.
 It aims to take a developer with absolutely no knowledge of Solr or even 
 search engines, to take them into being able to create a basic POC style 
 application with Solr in the backend. A few thousand people have watched it 
 and I have received very positive feedback on how it has helped people get 
 started very quickly and reduce the entry level barrier.  
 Is this possible? The url of the training is:
 http://www.pluralsight.com/courses/table-of-contents/enterprise-search-using-apache-solr
 I believe it will help a lot of people get started quicker.
 Here is the full story of how this training came to be:
 A while back I was a Solr total rookie, but I knew I needed it for one of my 
 projects. I had a little bit of a hard time getting started, but I did after 
 a lot of hard work and working with other pretty good Solr developers.
 I then worked and created a system which is doing pretty good now. But I 
 decided that I wanted to create a resource that will help people with 
 absolutely no knowledge of Solr or search engines get started as quickly as 
 possible. And given that I am already a trainer/author at Pluralsight, who 
 focused mainly on Agile development, I thought this was the right place to 
 start helping others.
 And so I did. I have received positive feedback, and given my background as a 
 trainer I have also given it as Solr for the Uninitiated, also for people 
 with no previous knowledge of Solr. 
 It has also been received well to the extent that I have been hired to make 
 it into a book, which I am writing at the moment.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Created] (SOLR-6748) Additional resources to the site to help new Solr users ramp up quicker

2014-11-16 Thread Xavier Morera (JIRA)
Xavier Morera created SOLR-6748:
---

 Summary: Additional resources to the site to help new Solr users 
ramp up quicker
 Key: SOLR-6748
 URL: https://issues.apache.org/jira/browse/SOLR-6748
 Project: Solr
  Issue Type: Wish
  Components: documentation
Reporter: Xavier Morera


I would like to request the addition of an online training I created for 
Pluralsight called *Getting Started with Enterprise Search using Apache Solr* 
in the following page: http://lucene.apache.org/solr/resources.html

It is not exactly a video only, it is an online training so no idea if it 
should be added beneath videos or separately.

It aims to take a developer with absolutely no knowledge of Solr or even search 
engines, to take them into being able to create a basic POC style application 
with Solr in the backend. A few thousand people have watched it and I have 
received very positive feedback on how it has helped people get started very 
quickly and reduce the entry level barrier.  

Is this possible? The url of the training is:
http://www.pluralsight.com/courses/table-of-contents/enterprise-search-using-apache-solr

I believe it will help a lot of people get started quicker.

Here is the full story of how this training came to be:
A while back I was a Solr total rookie, but I knew I needed it for one of my 
projects. I had a little bit of a hard time getting started, but I did after a 
lot of hard work and working with other pretty good Solr developers.

I then worked and created a system which is doing pretty good now. But I 
decided that I wanted to create a resource that will help people with 
absolutely no knowledge of Solr or search engines get started as quickly as 
possible.

And so I did. I have received positive feedback, and given my background as a 
trainer I have also given it as Solr for the Uninitiated, also for people 
with no previous knowledge of Solr. 

It has also been received well to the extent that I have been hired to make it 
into a book, which I am writing at the moment.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-6748) Additional resources to the site to help new Solr users ramp up quicker

2014-11-16 Thread Xavier Morera (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-6748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xavier Morera updated SOLR-6748:

Description: 
I would like to request the addition of an online training I created for 
Pluralsight called *Getting Started with Enterprise Search using Apache Solr* 
in the following page: http://lucene.apache.org/solr/resources.html

It is not exactly a video only, it is an online training so no idea if it 
should be added beneath videos or separately.

It aims to take a developer with absolutely no knowledge of Solr or even search 
engines, to take them into being able to create a basic POC style application 
with Solr in the backend. A few thousand people have watched it and I have 
received very positive feedback on how it has helped people get started very 
quickly and reduce the entry level barrier.  

Is this possible? The url of the training is:
http://www.pluralsight.com/courses/table-of-contents/enterprise-search-using-apache-solr

I believe it will help a lot of people get started quicker.

Here is the full story of how this training came to be:
A while back I was a Solr total rookie, but I knew I needed it for one of my 
projects. I had a little bit of a hard time getting started, but I did after a 
lot of hard work and working with other pretty good Solr developers.

I then worked and created a system which is doing pretty good now. But I 
decided that I wanted to create a resource that will help people with 
absolutely no knowledge of Solr or search engines get started as quickly as 
possible. And given that I am already a trainer/author at Pluralsight, who 
focused mainly on Agile development, I thought this was the right place to 
start helping others.

And so I did. I have received positive feedback, and given my background as a 
trainer I have also given it as Solr for the Uninitiated, also for people 
with no previous knowledge of Solr. 

It has also been received well to the extent that I have been hired to make it 
into a book, which I am writing at the moment.



  was:
I would like to request the addition of an online training I created for 
Pluralsight called *Getting Started with Enterprise Search using Apache Solr* 
in the following page: http://lucene.apache.org/solr/resources.html

It is not exactly a video only, it is an online training so no idea if it 
should be added beneath videos or separately.

It aims to take a developer with absolutely no knowledge of Solr or even search 
engines, to take them into being able to create a basic POC style application 
with Solr in the backend. A few thousand people have watched it and I have 
received very positive feedback on how it has helped people get started very 
quickly and reduce the entry level barrier.  

Is this possible? The url of the training is:
http://www.pluralsight.com/courses/table-of-contents/enterprise-search-using-apache-solr

I believe it will help a lot of people get started quicker.

Here is the full story of how this training came to be:
A while back I was a Solr total rookie, but I knew I needed it for one of my 
projects. I had a little bit of a hard time getting started, but I did after a 
lot of hard work and working with other pretty good Solr developers.

I then worked and created a system which is doing pretty good now. But I 
decided that I wanted to create a resource that will help people with 
absolutely no knowledge of Solr or search engines get started as quickly as 
possible.

And so I did. I have received positive feedback, and given my background as a 
trainer I have also given it as Solr for the Uninitiated, also for people 
with no previous knowledge of Solr. 

It has also been received well to the extent that I have been hired to make it 
into a book, which I am writing at the moment.




 Additional resources to the site to help new Solr users ramp up quicker
 ---

 Key: SOLR-6748
 URL: https://issues.apache.org/jira/browse/SOLR-6748
 Project: Solr
  Issue Type: Wish
  Components: documentation
Reporter: Xavier Morera

 I would like to request the addition of an online training I created for 
 Pluralsight called *Getting Started with Enterprise Search using Apache Solr* 
 in the following page: http://lucene.apache.org/solr/resources.html
 It is not exactly a video only, it is an online training so no idea if it 
 should be added beneath videos or separately.
 It aims to take a developer with absolutely no knowledge of Solr or even 
 search engines, to take them into being able to create a basic POC style 
 application with Solr in the backend. A few thousand people have watched it 
 and I have received very positive feedback on how it has helped people get 
 started very quickly and reduce the entry level barrier.  
 Is this possible? The url of the training

Unsubscribe

2014-10-21 Thread Xavier Morera
 +pEasily ccess Solr's log files from the admin interface/p
/div
  /div
/li
 @@ -221,7 +219,7 @@ Title: Features
div class=imgimg
 src=/solr/assets/images/Solr_Icons_fast_near_real-time.svg//div
div class=content
  h3Fast Near Real-time/h3
 -pBRIEF DESCRIPTION/p
 +pTODO: REPEAT OF ABOVE/p
/div
  /div
/li
 @@ -230,7 +228,7 @@ Title: Features
div class=imgimg
 src=/solr/assets/images/Solr_Icons_highy_scalable.svg//div
div class=content
  h3Highly Scalable/h3
 -pBRIEF DESCRIPTION/p
 +pTODO: REPLACE/p
/div
  /div
/li
 @@ -239,7 +237,7 @@ Title: Features
div class=imgimg
 src=/solr/assets/images/Solr_Icons_json,_xml.svg//div
div class=content
  h3JSON, XML, CSV, delimited text/h3
 -pBRIEF DESCRIPTION/p
 +pTODO: REPLACE/p
/div
  /div
/li
 @@ -247,8 +245,8 @@ Title: Features
  div class=box
div class=imgimg
 src=/solr/assets/images/Solr_Icons_easy_ways_to_pull_in_data.svg//div
div class=content
 -h3Easy Ways to Pull Data/h3
 -pBRIEF DESCRIPTION/p
 +h3Your Data, Your Way!/h3
 +pJSON, CSV, XML and more are supported out of the box./p
/div
  /div
/li
 @@ -257,7 +255,7 @@ Title: Features
div class=imgimg
 src=/solr/assets/images/Solr_Icons_rich_document.svg//div
div class=content
  h3Rich Document Parsing/h3
 -pBRIEF DESCRIPTION/p
 +pSolr ships with Apache Tika built-in, making it easy to
 index rich content such as Adobe PDF, Microsoft Word and more./p
/div
  /div
/li
 @@ -266,7 +264,7 @@ Title: Features
div class=imgimg
 src=/solr/assets/images/Solr_Icons_apache_uima.svg//div
div class=content
  h3Apache UIMA/h3
 -pBRIEF DESCRIPTION/p
 +pReady to enhance your content with advanced annotation
 engines?  Solr integrates into Apache UIMA, making it easy to leverage NLP
 and other tools as part of your application./p
/div
  /div
/li
 @@ -275,7 +273,7 @@ Title: Features
div class=imgimg
 src=/solr/assets/images/Solr_Icons_multiple_search_indices.svg//div
div class=content
  h3Multiple search indices/h3
 -pBRIEF DESCRIPTION/p
 +pSolr supports multi-tenant architectures, making it easy
 to isolate users and content./p
/div
  /div
/li

 Added: lucene/cms/branches/solr_6058/templates/_solr-version.html
 URL:
 http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/templates/_solr-version.html?rev=1633373view=auto

 ==
 --- lucene/cms/branches/solr_6058/templates/_solr-version.html (added)
 +++ lucene/cms/branches/solr_6058/templates/_solr-version.html Tue Oct 21
 13:26:57 2014
 @@ -0,0 +1,2 @@
 +!-- Make sure to update this file with the latest version --
 +4.10
 \ No newline at end of file

 Modified: lucene/cms/branches/solr_6058/templates/solr-index.html
 URL:
 http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/templates/solr-index.html?rev=1633373r1=1633372r2=1633373view=diff

 ==
 --- lucene/cms/branches/solr_6058/templates/solr-index.html (original)
 +++ lucene/cms/branches/solr_6058/templates/solr-index.html Tue Oct 21
 13:26:57 2014
 @@ -19,7 +19,7 @@
div class=row
  div class=large-10 large-offset-1 columns
div class=annotation
 -Apache Solr 4.10
 +Apache Solr {% include _solr-version.html %}
/div
h1
  Solr is the popular, blazing-fast, open source enterprise
 search platform built on Apache Lucene.





-- 
*Xavier Morera*
email: xav...@familiamorera.com
CR: +(506) 8849 8866
US: +1 (305) 600 4919
skype: xmorera