[jira] [Created] (SOLR-12714) Facet query is not working solrcloud

2018-08-29 Thread adeppa (JIRA)
adeppa created SOLR-12714:
-

 Summary: Facet query is not working solrcloud 
 Key: SOLR-12714
 URL: https://issues.apache.org/jira/browse/SOLR-12714
 Project: Solr
  Issue Type: Improvement
  Security Level: Public (Default Security Level. Issues are Public)
  Components: Facet Module, faceting, search, SolrCloud
Affects Versions: 6.6
Reporter: adeppa


Environment:

solrcloud with two nodes ,Each collection two shard and replication factor 2 ,

 

simeple Faceting is not working in solrcloud like below query

/solr/qa-res/select?facet.field=tf_toc_search=on=id:dc65t0-insight_platform_content-1029743-1=on=*:*=json

Exception information :

"error":\{ "metadata":[ "error-class","org.apache.solr.common.SolrException", 
"root-error-class","org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException"],
 "msg":"org.apache.solr.client.solrj.SolrServerException: No live SolrServers 
available to handle this 
request:[http://172.22.1.56:8983/solr/qa-res_shard2_replica0, 
http://172.22.1.56:8983/solr/qa-res_shard1_replica0, 
http://172.22.0.231:8983/solr/qa-res_shard2_replica1];, 
"trace":"org.apache.solr.common.SolrException: 
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[http://172.22.1.56:8983/solr/qa-res_shard2_replica0, 
http://172.22.1.56:8983/solr/qa-res_shard1_replica0, 
http://172.22.0.231:8983/solr/qa-res_shard2_replica1]\n\tat 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:416)\n\tat
 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)\n\tat
 org.apache.solr.core.SolrCore.execute(SolrCore.java:2477)\n\tat 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:723)\n\tat 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:529)\n\tat 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:361)\n\tat
 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:305)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1691)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)\n\tat
 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)\n\tat
 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)\n\tat 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213)\n\tat
 
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119)\n\tat
 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)\n\tat
 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:335)\n\tat
 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)\n\tat
 org.eclipse.jetty.server.Server.handle(Server.java:534)\n\tat 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)\n\tat 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)\n\tat
 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)\n\tat
 org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)\n\tat 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)\n\tat
 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)\n\tat
 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)\n\tat
 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)\n\tat
 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)\n\tat
 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)\n\tat
 java.lang.Thread.run(Thread.java:748)\nCaused by: 
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[http://172.22.1.56:8983/solr/qa-res_shard2_replica0, 
http://172.22.1.56:8983/solr/qa-res_shard1_replica0, 
http://172.22.0.231:8983/solr/qa-res_shard2_replica1]\n\tat 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:426)\n\tat
 

[jira] [Commented] (SOLR-12322) Select specific field list for child documents using ChildDocTransformerFactory

2018-05-08 Thread adeppa (JIRA)

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

adeppa commented on SOLR-12322:
---

[~mkhludnev] It's might possible with subquery, but if use 
ChildDocTransformerFactory and fetch the child documents based on parent still 
limiation in solr end can't specify the filed list of child,Here no relation 
with termcount, This patch address only child document transformation  
 

> Select specific field list for child documents using 
> ChildDocTransformerFactory
> ---
>
> Key: SOLR-12322
> URL: https://issues.apache.org/jira/browse/SOLR-12322
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: Response Writers, search
>Affects Versions: 6.6
>Reporter: adeppa
>Priority: Minor
> Fix For: 6.6
>
> Attachments: SOLR-12322.patch, doc_level_exaplantion.docx
>
>
> With the current version of SOLR and nested indexing, when you are fetch a 
> parent record it returns all the fields of its children. This is increasing 
> the size of data being returned from SOLR and also hits our performance 
> sometime.
> This ticket will be used to update the ChildDocTransformerFactory class with 
> additional parameters to specify the list of fields to be pulled for child 
> documents.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-12322) Select specific field list for child documents using ChildDocTransformerFactory

2018-05-07 Thread adeppa (JIRA)

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

adeppa commented on SOLR-12322:
---

[~mkhludnev] Please find attachment for the explanation of business use case 
and what feature i used   
 

> Select specific field list for child documents using 
> ChildDocTransformerFactory
> ---
>
> Key: SOLR-12322
> URL: https://issues.apache.org/jira/browse/SOLR-12322
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: Response Writers, search
>Affects Versions: 6.6
>Reporter: adeppa
>Priority: Minor
> Fix For: 6.6
>
> Attachments: SOLR-12322.patch, doc_level_exaplantion.docx
>
>
> With the current version of SOLR and nested indexing, when you are fetch a 
> parent record it returns all the fields of its children. This is increasing 
> the size of data being returned from SOLR and also hits our performance 
> sometime.
> This ticket will be used to update the ChildDocTransformerFactory class with 
> additional parameters to specify the list of fields to be pulled for child 
> documents.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (SOLR-12322) Select specific field list for child documents using ChildDocTransformerFactory

2018-05-07 Thread adeppa (JIRA)

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

adeppa updated SOLR-12322:
--
Attachment: doc_level_exaplantion.docx

> Select specific field list for child documents using 
> ChildDocTransformerFactory
> ---
>
> Key: SOLR-12322
> URL: https://issues.apache.org/jira/browse/SOLR-12322
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: Response Writers, search
>Affects Versions: 6.6
>Reporter: adeppa
>Priority: Minor
> Fix For: 6.6
>
> Attachments: SOLR-12322.patch, doc_level_exaplantion.docx
>
>
> With the current version of SOLR and nested indexing, when you are fetch a 
> parent record it returns all the fields of its children. This is increasing 
> the size of data being returned from SOLR and also hits our performance 
> sometime.
> This ticket will be used to update the ChildDocTransformerFactory class with 
> additional parameters to specify the list of fields to be pulled for child 
> documents.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-12322) Select specific field list for child documents using ChildDocTransformerFactory

2018-05-07 Thread adeppa (JIRA)

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

adeppa commented on SOLR-12322:
---

[~mkhludnev] With subquery not able to fill some of requirements like based on 
parent we need fetch match child only with total term count ,I will make unite 
test case share with results ASAP
 

> Select specific field list for child documents using 
> ChildDocTransformerFactory
> ---
>
> Key: SOLR-12322
> URL: https://issues.apache.org/jira/browse/SOLR-12322
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: Response Writers, search
>Affects Versions: 6.6
>Reporter: adeppa
>Priority: Minor
> Fix For: 6.6
>
> Attachments: SOLR-12322.patch
>
>
> With the current version of SOLR and nested indexing, when you are fetch a 
> parent record it returns all the fields of its children. This is increasing 
> the size of data being returned from SOLR and also hits our performance 
> sometime.
> This ticket will be used to update the ChildDocTransformerFactory class with 
> additional parameters to specify the list of fields to be pulled for child 
> documents.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (SOLR-12322) Select specific field list for child documents using ChildDocTransformerFactory

2018-05-07 Thread adeppa (JIRA)

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

adeppa updated SOLR-12322:
--
Attachment: (was: SOLR-12322.patch)

> Select specific field list for child documents using 
> ChildDocTransformerFactory
> ---
>
> Key: SOLR-12322
> URL: https://issues.apache.org/jira/browse/SOLR-12322
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: Response Writers, search
>Affects Versions: 6.6
>Reporter: adeppa
>Priority: Minor
> Fix For: 6.6
>
> Attachments: SOLR-12322.patch
>
>
> With the current version of SOLR and nested indexing, when you are fetch a 
> parent record it returns all the fields of its children. This is increasing 
> the size of data being returned from SOLR and also hits our performance 
> sometime.
> This ticket will be used to update the ChildDocTransformerFactory class with 
> additional parameters to specify the list of fields to be pulled for child 
> documents.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (SOLR-12322) Select specific field list for child documents using ChildDocTransformerFactory

2018-05-07 Thread adeppa (JIRA)

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

adeppa updated SOLR-12322:
--
Attachment: SOLR-12322.patch

> Select specific field list for child documents using 
> ChildDocTransformerFactory
> ---
>
> Key: SOLR-12322
> URL: https://issues.apache.org/jira/browse/SOLR-12322
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: Response Writers, search
>Affects Versions: 6.6
>Reporter: adeppa
>Priority: Minor
> Fix For: 6.6
>
> Attachments: SOLR-12322.patch
>
>
> With the current version of SOLR and nested indexing, when you are fetch a 
> parent record it returns all the fields of its children. This is increasing 
> the size of data being returned from SOLR and also hits our performance 
> sometime.
> This ticket will be used to update the ChildDocTransformerFactory class with 
> additional parameters to specify the list of fields to be pulled for child 
> documents.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Created] (SOLR-12322) Select specific field list for child documents using ChildDocTransformerFactory

2018-05-07 Thread adeppa (JIRA)
adeppa created SOLR-12322:
-

 Summary: Select specific field list for child documents using 
ChildDocTransformerFactory
 Key: SOLR-12322
 URL: https://issues.apache.org/jira/browse/SOLR-12322
 Project: Solr
  Issue Type: Improvement
  Security Level: Public (Default Security Level. Issues are Public)
  Components: Response Writers, search
Affects Versions: 6.6
Reporter: adeppa
 Fix For: 6.6


With the current version of SOLR and nested indexing, when you are fetch a 
parent record it returns all the fields of its children. This is increasing the 
size of data being returned from SOLR and also hits our performance sometime.

This ticket will be used to update the ChildDocTransformerFactory class with 
additional parameters to specify the list of fields to be pulled for child 
documents.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Reopened] (SOLR-11961) group.query and sort with function getting error in solrcloud

2018-02-24 Thread adeppa (JIRA)

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

adeppa reopened SOLR-11961:
---

AS per the last comment reply here :

Solr user  have a right permissions and one more thing same query running in 
sudo node server (without solrcloud ),

> group.query and sort with function getting error in solrcloud
> -
>
> Key: SOLR-11961
> URL: https://issues.apache.org/jira/browse/SOLR-11961
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: search, SolrCloud
>Affects Versions: 6.4, 6.4.2
>Reporter: adeppa
>Priority: Major
> Attachments: Screen Shot 2018-02-13 at 11.41.45 AM.png
>
>
> while querying combination of group.query and sort function is not working 
>  getting below error 
>  
> Environment : 
>  Solr 6.4.2 and solr cloud mode with two shards and replication factor 2 
>  AWS  with ubuntu 
> query :/solr/qa/select?fq=((level:*.RL AND 
>  im_field_destination_category:7845 AND im_field_geography:6937 AND 
>  im_field_legacy_category:(7875 OR 12949 OR 7902 OR 12954) AND 
>  im_field_report_research_type:7854) OR (im_field_destination_category:7845 
>  AND im_field_geography:6937 AND im_field_legacy_category:(7875 OR 12949 OR 
>  7902 OR 12954) AND im_field_report_research_type:7855 AND 
>  ${sku}))= im_field_deliverable_type:(12941)= 
>  
> im_field_deliverable_type:(12941)=true=on=*:*=sm_field_sku:(manpq7416
>  
>  OR TTPMUS0005A OR TTPXSI1015US OR TTPMUS0004B OR 
>  TTPDPRUS0215)=product(if(exists(query(\{!v="${sku}"})),1,0),2) 
>  desc=json 
> if run same query in sudo node will working ,please help me on this 
> Error: 
> { 
>    "responseHeader":{ 
>      "zkConnected":true, 
>      "status":500, 
>      "QTime":8, 
>      "params":{ 
>        "q":"*:*", 
>        "indent":"on", 
>        "fq":"((level:*.RL AND im_field_destination_category:7845 AND 
>  im_field_geography:6937 AND im_field_legacy_category:(7875 OR 12949 OR 7902 
>  OR 12954) AND im_field_report_research_type:7854) OR 
>  (im_field_destination_category:7845 AND im_field_geography:6937 AND 
>  im_field_legacy_category:(7875 OR 12949 OR 7902 OR 12954) AND 
>  im_field_report_research_type:7855 AND ${sku}))", 
>        "sort":"product(if(exists(query(\{!v=\"${sku}\"})),1,0),2) desc", 
>        "group.query":[" im_field_deliverable_type:(12941)", 
>          " im_field_deliverable_type:(12941)"], 
>        "sku":"sm_field_sku:(manpq7416 OR TTPMUS0005A OR TTPXSI1015US OR 
>  TTPMUS0004B OR TTPDPRUS0215)", 
>        "wt":"json", 
>        "_":"1518098081571", 
>        "group":"true"}}, 
>    "error":{ 
>      "metadata":[ 
>        "error-class","org.apache.solr.common.SolrException", 
>        
>  
> "root-error-class","org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException"],
>  
>      "msg":"org.apache.solr.client.solrj.SolrServerException: No live 
>  SolrServers available to handle this 
>  request:[[http://172.22.0.231:8983/solr/qa_shard1_replica2], 
>  [http://172.22.0.231:8983/solr/qa_shard2_replica2], 
>  [http://172.22.1.249:8983/solr/qa_shard1_replica3]]", 
>      "trace":"org.apache.solr.common.SolrException: 
>  org.apache.solr.client.solrj.SolrServerException: No live SolrServers 
>  available to handle this 
>  request:[[http://172.22.0.231:8983/solr/qa_shard1_replica2], 
>  [http://172.22.0.231:8983/solr/qa_shard2_replica2], 
>  [http://172.22.1.249:8983/solr/qa_shard1_replica3]]\n\tat 
>  
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:415)\n\tat
>  
>  
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:166)\n\tat
>  
>  org.apache.solr.core.SolrCore.execute(SolrCore.java:2299)\n\tat 
>  org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:658)\n\tat 
>  org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:464)\n\tat 
>  
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)\n\tat
>  
>  
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:296)\n\tat
>  
>  
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1691)\n\tat
>  
>  
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)\n\tat
>  
>  
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)\n\tat
>  
>  
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)\n\tat
>  
>  
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)\n\tat
>  
>  
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)\n\tat
>  
>  
> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)\n\tat
>  
>  
> 

[jira] [Commented] (SOLR-11961) group.query and sort with function getting error in solrcloud

2018-02-24 Thread adeppa (JIRA)

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

adeppa commented on SOLR-11961:
---

[~erickerickson]  solr user  have a right permissions and one more thing same 
query running in sudo node server (without solrcloud ),

For the more reference i am adding query here group.query= 
 
im_field_deliverable_type:(12941)=true=on=*:*=sm_field_sku:(manpq7416
 
 OR TTPMUS0005A OR TTPXSI1015US OR TTPMUS0004B OR 
 TTPDPRUS0215)=product(if(exists(query(\{!v="${sku}"})),1,0),2) 
 desc=json 

 

sort=product(if(exists(query(\{!v="${sku}"})),1,0),2)  this function working 
fine on sudo node server with  group.query combination ,In solrcloud is not 
working showing exception 

So reopening this card we can discuss if have time ,my personal mail id 
adepp...@gmail.com

> group.query and sort with function getting error in solrcloud
> -
>
> Key: SOLR-11961
> URL: https://issues.apache.org/jira/browse/SOLR-11961
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: search, SolrCloud
>Affects Versions: 6.4, 6.4.2
>Reporter: adeppa
>Priority: Major
> Attachments: Screen Shot 2018-02-13 at 11.41.45 AM.png
>
>
> while querying combination of group.query and sort function is not working 
>  getting below error 
>  
> Environment : 
>  Solr 6.4.2 and solr cloud mode with two shards and replication factor 2 
>  AWS  with ubuntu 
> query :/solr/qa/select?fq=((level:*.RL AND 
>  im_field_destination_category:7845 AND im_field_geography:6937 AND 
>  im_field_legacy_category:(7875 OR 12949 OR 7902 OR 12954) AND 
>  im_field_report_research_type:7854) OR (im_field_destination_category:7845 
>  AND im_field_geography:6937 AND im_field_legacy_category:(7875 OR 12949 OR 
>  7902 OR 12954) AND im_field_report_research_type:7855 AND 
>  ${sku}))= im_field_deliverable_type:(12941)= 
>  
> im_field_deliverable_type:(12941)=true=on=*:*=sm_field_sku:(manpq7416
>  
>  OR TTPMUS0005A OR TTPXSI1015US OR TTPMUS0004B OR 
>  TTPDPRUS0215)=product(if(exists(query(\{!v="${sku}"})),1,0),2) 
>  desc=json 
> if run same query in sudo node will working ,please help me on this 
> Error: 
> { 
>    "responseHeader":{ 
>      "zkConnected":true, 
>      "status":500, 
>      "QTime":8, 
>      "params":{ 
>        "q":"*:*", 
>        "indent":"on", 
>        "fq":"((level:*.RL AND im_field_destination_category:7845 AND 
>  im_field_geography:6937 AND im_field_legacy_category:(7875 OR 12949 OR 7902 
>  OR 12954) AND im_field_report_research_type:7854) OR 
>  (im_field_destination_category:7845 AND im_field_geography:6937 AND 
>  im_field_legacy_category:(7875 OR 12949 OR 7902 OR 12954) AND 
>  im_field_report_research_type:7855 AND ${sku}))", 
>        "sort":"product(if(exists(query(\{!v=\"${sku}\"})),1,0),2) desc", 
>        "group.query":[" im_field_deliverable_type:(12941)", 
>          " im_field_deliverable_type:(12941)"], 
>        "sku":"sm_field_sku:(manpq7416 OR TTPMUS0005A OR TTPXSI1015US OR 
>  TTPMUS0004B OR TTPDPRUS0215)", 
>        "wt":"json", 
>        "_":"1518098081571", 
>        "group":"true"}}, 
>    "error":{ 
>      "metadata":[ 
>        "error-class","org.apache.solr.common.SolrException", 
>        
>  
> "root-error-class","org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException"],
>  
>      "msg":"org.apache.solr.client.solrj.SolrServerException: No live 
>  SolrServers available to handle this 
>  request:[[http://172.22.0.231:8983/solr/qa_shard1_replica2], 
>  [http://172.22.0.231:8983/solr/qa_shard2_replica2], 
>  [http://172.22.1.249:8983/solr/qa_shard1_replica3]]", 
>      "trace":"org.apache.solr.common.SolrException: 
>  org.apache.solr.client.solrj.SolrServerException: No live SolrServers 
>  available to handle this 
>  request:[[http://172.22.0.231:8983/solr/qa_shard1_replica2], 
>  [http://172.22.0.231:8983/solr/qa_shard2_replica2], 
>  [http://172.22.1.249:8983/solr/qa_shard1_replica3]]\n\tat 
>  
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:415)\n\tat
>  
>  
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:166)\n\tat
>  
>  org.apache.solr.core.SolrCore.execute(SolrCore.java:2299)\n\tat 
>  org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:658)\n\tat 
>  org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:464)\n\tat 
>  
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)\n\tat
>  
>  
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:296)\n\tat
>  
>  
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1691)\n\tat
>  
>  
> 

[jira] [Updated] (SOLR-11961) group.query and sort with function getting error in solrcloud

2018-02-19 Thread adeppa (JIRA)

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

adeppa updated SOLR-11961:
--
Component/s: SolrCloud

> group.query and sort with function getting error in solrcloud
> -
>
> Key: SOLR-11961
> URL: https://issues.apache.org/jira/browse/SOLR-11961
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: search, SolrCloud
>Affects Versions: 6.4, 6.4.2
>Reporter: adeppa
>Priority: Major
> Attachments: Screen Shot 2018-02-13 at 11.41.45 AM.png
>
>
> while querying combination of group.query and sort function is not working 
>  getting below error 
>  
> Environment : 
>  Solr 6.4.2 and solr cloud mode with two shards and replication factor 2 
>  AWS  with ubuntu 
> query :/solr/qa/select?fq=((level:*.RL AND 
>  im_field_destination_category:7845 AND im_field_geography:6937 AND 
>  im_field_legacy_category:(7875 OR 12949 OR 7902 OR 12954) AND 
>  im_field_report_research_type:7854) OR (im_field_destination_category:7845 
>  AND im_field_geography:6937 AND im_field_legacy_category:(7875 OR 12949 OR 
>  7902 OR 12954) AND im_field_report_research_type:7855 AND 
>  ${sku}))= im_field_deliverable_type:(12941)= 
>  
> im_field_deliverable_type:(12941)=true=on=*:*=sm_field_sku:(manpq7416
>  
>  OR TTPMUS0005A OR TTPXSI1015US OR TTPMUS0004B OR 
>  TTPDPRUS0215)=product(if(exists(query(\{!v="${sku}"})),1,0),2) 
>  desc=json 
> if run same query in sudo node will working ,please help me on this 
> Error: 
> { 
>    "responseHeader":{ 
>      "zkConnected":true, 
>      "status":500, 
>      "QTime":8, 
>      "params":{ 
>        "q":"*:*", 
>        "indent":"on", 
>        "fq":"((level:*.RL AND im_field_destination_category:7845 AND 
>  im_field_geography:6937 AND im_field_legacy_category:(7875 OR 12949 OR 7902 
>  OR 12954) AND im_field_report_research_type:7854) OR 
>  (im_field_destination_category:7845 AND im_field_geography:6937 AND 
>  im_field_legacy_category:(7875 OR 12949 OR 7902 OR 12954) AND 
>  im_field_report_research_type:7855 AND ${sku}))", 
>        "sort":"product(if(exists(query(\{!v=\"${sku}\"})),1,0),2) desc", 
>        "group.query":[" im_field_deliverable_type:(12941)", 
>          " im_field_deliverable_type:(12941)"], 
>        "sku":"sm_field_sku:(manpq7416 OR TTPMUS0005A OR TTPXSI1015US OR 
>  TTPMUS0004B OR TTPDPRUS0215)", 
>        "wt":"json", 
>        "_":"1518098081571", 
>        "group":"true"}}, 
>    "error":{ 
>      "metadata":[ 
>        "error-class","org.apache.solr.common.SolrException", 
>        
>  
> "root-error-class","org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException"],
>  
>      "msg":"org.apache.solr.client.solrj.SolrServerException: No live 
>  SolrServers available to handle this 
>  request:[[http://172.22.0.231:8983/solr/qa_shard1_replica2], 
>  [http://172.22.0.231:8983/solr/qa_shard2_replica2], 
>  [http://172.22.1.249:8983/solr/qa_shard1_replica3]]", 
>      "trace":"org.apache.solr.common.SolrException: 
>  org.apache.solr.client.solrj.SolrServerException: No live SolrServers 
>  available to handle this 
>  request:[[http://172.22.0.231:8983/solr/qa_shard1_replica2], 
>  [http://172.22.0.231:8983/solr/qa_shard2_replica2], 
>  [http://172.22.1.249:8983/solr/qa_shard1_replica3]]\n\tat 
>  
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:415)\n\tat
>  
>  
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:166)\n\tat
>  
>  org.apache.solr.core.SolrCore.execute(SolrCore.java:2299)\n\tat 
>  org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:658)\n\tat 
>  org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:464)\n\tat 
>  
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)\n\tat
>  
>  
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:296)\n\tat
>  
>  
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1691)\n\tat
>  
>  
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)\n\tat
>  
>  
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)\n\tat
>  
>  
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)\n\tat
>  
>  
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)\n\tat
>  
>  
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)\n\tat
>  
>  
> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)\n\tat
>  
>  
> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)\n\tat
>  
>  
> 

[jira] [Reopened] (SOLR-11961) group.query and sort with function getting error in solrcloud

2018-02-13 Thread adeppa (JIRA)

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

adeppa reopened SOLR-11961:
---

[~erickerickson] Even i updated solr version from 6.4 to 6.6 still getting same 
error, All my nodes in green above screenshot  will refer 

> group.query and sort with function getting error in solrcloud
> -
>
> Key: SOLR-11961
> URL: https://issues.apache.org/jira/browse/SOLR-11961
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: search
>Affects Versions: 6.4, 6.4.2
>Reporter: adeppa
>Priority: Major
> Attachments: Screen Shot 2018-02-13 at 11.41.45 AM.png
>
>
> while querying combination of group.query and sort function is not working 
>  getting below error 
>  
> Environment : 
>  Solr 6.4.2 and solr cloud mode with two shards and replication factor 2 
>  AWS  with ubuntu 
> query :/solr/qa/select?fq=((level:*.RL AND 
>  im_field_destination_category:7845 AND im_field_geography:6937 AND 
>  im_field_legacy_category:(7875 OR 12949 OR 7902 OR 12954) AND 
>  im_field_report_research_type:7854) OR (im_field_destination_category:7845 
>  AND im_field_geography:6937 AND im_field_legacy_category:(7875 OR 12949 OR 
>  7902 OR 12954) AND im_field_report_research_type:7855 AND 
>  ${sku}))= im_field_deliverable_type:(12941)= 
>  
> im_field_deliverable_type:(12941)=true=on=*:*=sm_field_sku:(manpq7416
>  
>  OR TTPMUS0005A OR TTPXSI1015US OR TTPMUS0004B OR 
>  TTPDPRUS0215)=product(if(exists(query(\{!v="${sku}"})),1,0),2) 
>  desc=json 
> if run same query in sudo node will working ,please help me on this 
> Error: 
> { 
>    "responseHeader":{ 
>      "zkConnected":true, 
>      "status":500, 
>      "QTime":8, 
>      "params":{ 
>        "q":"*:*", 
>        "indent":"on", 
>        "fq":"((level:*.RL AND im_field_destination_category:7845 AND 
>  im_field_geography:6937 AND im_field_legacy_category:(7875 OR 12949 OR 7902 
>  OR 12954) AND im_field_report_research_type:7854) OR 
>  (im_field_destination_category:7845 AND im_field_geography:6937 AND 
>  im_field_legacy_category:(7875 OR 12949 OR 7902 OR 12954) AND 
>  im_field_report_research_type:7855 AND ${sku}))", 
>        "sort":"product(if(exists(query(\{!v=\"${sku}\"})),1,0),2) desc", 
>        "group.query":[" im_field_deliverable_type:(12941)", 
>          " im_field_deliverable_type:(12941)"], 
>        "sku":"sm_field_sku:(manpq7416 OR TTPMUS0005A OR TTPXSI1015US OR 
>  TTPMUS0004B OR TTPDPRUS0215)", 
>        "wt":"json", 
>        "_":"1518098081571", 
>        "group":"true"}}, 
>    "error":{ 
>      "metadata":[ 
>        "error-class","org.apache.solr.common.SolrException", 
>        
>  
> "root-error-class","org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException"],
>  
>      "msg":"org.apache.solr.client.solrj.SolrServerException: No live 
>  SolrServers available to handle this 
>  request:[[http://172.22.0.231:8983/solr/qa_shard1_replica2], 
>  [http://172.22.0.231:8983/solr/qa_shard2_replica2], 
>  [http://172.22.1.249:8983/solr/qa_shard1_replica3]]", 
>      "trace":"org.apache.solr.common.SolrException: 
>  org.apache.solr.client.solrj.SolrServerException: No live SolrServers 
>  available to handle this 
>  request:[[http://172.22.0.231:8983/solr/qa_shard1_replica2], 
>  [http://172.22.0.231:8983/solr/qa_shard2_replica2], 
>  [http://172.22.1.249:8983/solr/qa_shard1_replica3]]\n\tat 
>  
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:415)\n\tat
>  
>  
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:166)\n\tat
>  
>  org.apache.solr.core.SolrCore.execute(SolrCore.java:2299)\n\tat 
>  org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:658)\n\tat 
>  org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:464)\n\tat 
>  
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)\n\tat
>  
>  
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:296)\n\tat
>  
>  
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1691)\n\tat
>  
>  
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)\n\tat
>  
>  
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)\n\tat
>  
>  
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)\n\tat
>  
>  
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)\n\tat
>  
>  
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)\n\tat
>  
>  
> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)\n\tat
>  
>  
> 

[jira] [Commented] (SOLR-11961) group.query and sort with function getting error in solrcloud

2018-02-12 Thread adeppa (JIRA)

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

adeppa commented on SOLR-11961:
---

[~erickerickson]

For the more reference i am attaching here screenshot of my server status. even 
marked this problem in  
([http://lucene.apache.org/solr/community.html#mailing-lists-irc] but no 
reponse from eny one ,can you guide me where we can do it code base change for 
this 

> group.query and sort with function getting error in solrcloud
> -
>
> Key: SOLR-11961
> URL: https://issues.apache.org/jira/browse/SOLR-11961
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: search
>Affects Versions: 6.4, 6.4.2
>Reporter: adeppa
>Priority: Major
> Attachments: Screen Shot 2018-02-13 at 11.41.45 AM.png
>
>
> while querying combination of group.query and sort function is not working 
>  getting below error 
>  
> Environment : 
>  Solr 6.4.2 and solr cloud mode with two shards and replication factor 2 
>  AWS  with ubuntu 
> query :/solr/qa/select?fq=((level:*.RL AND 
>  im_field_destination_category:7845 AND im_field_geography:6937 AND 
>  im_field_legacy_category:(7875 OR 12949 OR 7902 OR 12954) AND 
>  im_field_report_research_type:7854) OR (im_field_destination_category:7845 
>  AND im_field_geography:6937 AND im_field_legacy_category:(7875 OR 12949 OR 
>  7902 OR 12954) AND im_field_report_research_type:7855 AND 
>  ${sku}))= im_field_deliverable_type:(12941)= 
>  
> im_field_deliverable_type:(12941)=true=on=*:*=sm_field_sku:(manpq7416
>  
>  OR TTPMUS0005A OR TTPXSI1015US OR TTPMUS0004B OR 
>  TTPDPRUS0215)=product(if(exists(query(\{!v="${sku}"})),1,0),2) 
>  desc=json 
> if run same query in sudo node will working ,please help me on this 
> Error: 
> { 
>    "responseHeader":{ 
>      "zkConnected":true, 
>      "status":500, 
>      "QTime":8, 
>      "params":{ 
>        "q":"*:*", 
>        "indent":"on", 
>        "fq":"((level:*.RL AND im_field_destination_category:7845 AND 
>  im_field_geography:6937 AND im_field_legacy_category:(7875 OR 12949 OR 7902 
>  OR 12954) AND im_field_report_research_type:7854) OR 
>  (im_field_destination_category:7845 AND im_field_geography:6937 AND 
>  im_field_legacy_category:(7875 OR 12949 OR 7902 OR 12954) AND 
>  im_field_report_research_type:7855 AND ${sku}))", 
>        "sort":"product(if(exists(query(\{!v=\"${sku}\"})),1,0),2) desc", 
>        "group.query":[" im_field_deliverable_type:(12941)", 
>          " im_field_deliverable_type:(12941)"], 
>        "sku":"sm_field_sku:(manpq7416 OR TTPMUS0005A OR TTPXSI1015US OR 
>  TTPMUS0004B OR TTPDPRUS0215)", 
>        "wt":"json", 
>        "_":"1518098081571", 
>        "group":"true"}}, 
>    "error":{ 
>      "metadata":[ 
>        "error-class","org.apache.solr.common.SolrException", 
>        
>  
> "root-error-class","org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException"],
>  
>      "msg":"org.apache.solr.client.solrj.SolrServerException: No live 
>  SolrServers available to handle this 
>  request:[[http://172.22.0.231:8983/solr/qa_shard1_replica2], 
>  [http://172.22.0.231:8983/solr/qa_shard2_replica2], 
>  [http://172.22.1.249:8983/solr/qa_shard1_replica3]]", 
>      "trace":"org.apache.solr.common.SolrException: 
>  org.apache.solr.client.solrj.SolrServerException: No live SolrServers 
>  available to handle this 
>  request:[[http://172.22.0.231:8983/solr/qa_shard1_replica2], 
>  [http://172.22.0.231:8983/solr/qa_shard2_replica2], 
>  [http://172.22.1.249:8983/solr/qa_shard1_replica3]]\n\tat 
>  
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:415)\n\tat
>  
>  
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:166)\n\tat
>  
>  org.apache.solr.core.SolrCore.execute(SolrCore.java:2299)\n\tat 
>  org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:658)\n\tat 
>  org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:464)\n\tat 
>  
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)\n\tat
>  
>  
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:296)\n\tat
>  
>  
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1691)\n\tat
>  
>  
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)\n\tat
>  
>  
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)\n\tat
>  
>  
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)\n\tat
>  
>  
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)\n\tat
>  
>  
> 

[jira] [Updated] (SOLR-11961) group.query and sort with function getting error in solrcloud

2018-02-12 Thread adeppa (JIRA)

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

adeppa updated SOLR-11961:
--
Attachment: Screen Shot 2018-02-13 at 11.41.45 AM.png

> group.query and sort with function getting error in solrcloud
> -
>
> Key: SOLR-11961
> URL: https://issues.apache.org/jira/browse/SOLR-11961
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: search
>Affects Versions: 6.4, 6.4.2
>Reporter: adeppa
>Priority: Major
> Attachments: Screen Shot 2018-02-13 at 11.41.45 AM.png
>
>
> while querying combination of group.query and sort function is not working 
>  getting below error 
>  
> Environment : 
>  Solr 6.4.2 and solr cloud mode with two shards and replication factor 2 
>  AWS  with ubuntu 
> query :/solr/qa/select?fq=((level:*.RL AND 
>  im_field_destination_category:7845 AND im_field_geography:6937 AND 
>  im_field_legacy_category:(7875 OR 12949 OR 7902 OR 12954) AND 
>  im_field_report_research_type:7854) OR (im_field_destination_category:7845 
>  AND im_field_geography:6937 AND im_field_legacy_category:(7875 OR 12949 OR 
>  7902 OR 12954) AND im_field_report_research_type:7855 AND 
>  ${sku}))= im_field_deliverable_type:(12941)= 
>  
> im_field_deliverable_type:(12941)=true=on=*:*=sm_field_sku:(manpq7416
>  
>  OR TTPMUS0005A OR TTPXSI1015US OR TTPMUS0004B OR 
>  TTPDPRUS0215)=product(if(exists(query(\{!v="${sku}"})),1,0),2) 
>  desc=json 
> if run same query in sudo node will working ,please help me on this 
> Error: 
> { 
>    "responseHeader":{ 
>      "zkConnected":true, 
>      "status":500, 
>      "QTime":8, 
>      "params":{ 
>        "q":"*:*", 
>        "indent":"on", 
>        "fq":"((level:*.RL AND im_field_destination_category:7845 AND 
>  im_field_geography:6937 AND im_field_legacy_category:(7875 OR 12949 OR 7902 
>  OR 12954) AND im_field_report_research_type:7854) OR 
>  (im_field_destination_category:7845 AND im_field_geography:6937 AND 
>  im_field_legacy_category:(7875 OR 12949 OR 7902 OR 12954) AND 
>  im_field_report_research_type:7855 AND ${sku}))", 
>        "sort":"product(if(exists(query(\{!v=\"${sku}\"})),1,0),2) desc", 
>        "group.query":[" im_field_deliverable_type:(12941)", 
>          " im_field_deliverable_type:(12941)"], 
>        "sku":"sm_field_sku:(manpq7416 OR TTPMUS0005A OR TTPXSI1015US OR 
>  TTPMUS0004B OR TTPDPRUS0215)", 
>        "wt":"json", 
>        "_":"1518098081571", 
>        "group":"true"}}, 
>    "error":{ 
>      "metadata":[ 
>        "error-class","org.apache.solr.common.SolrException", 
>        
>  
> "root-error-class","org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException"],
>  
>      "msg":"org.apache.solr.client.solrj.SolrServerException: No live 
>  SolrServers available to handle this 
>  request:[[http://172.22.0.231:8983/solr/qa_shard1_replica2], 
>  [http://172.22.0.231:8983/solr/qa_shard2_replica2], 
>  [http://172.22.1.249:8983/solr/qa_shard1_replica3]]", 
>      "trace":"org.apache.solr.common.SolrException: 
>  org.apache.solr.client.solrj.SolrServerException: No live SolrServers 
>  available to handle this 
>  request:[[http://172.22.0.231:8983/solr/qa_shard1_replica2], 
>  [http://172.22.0.231:8983/solr/qa_shard2_replica2], 
>  [http://172.22.1.249:8983/solr/qa_shard1_replica3]]\n\tat 
>  
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:415)\n\tat
>  
>  
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:166)\n\tat
>  
>  org.apache.solr.core.SolrCore.execute(SolrCore.java:2299)\n\tat 
>  org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:658)\n\tat 
>  org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:464)\n\tat 
>  
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)\n\tat
>  
>  
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:296)\n\tat
>  
>  
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1691)\n\tat
>  
>  
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)\n\tat
>  
>  
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)\n\tat
>  
>  
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)\n\tat
>  
>  
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)\n\tat
>  
>  
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)\n\tat
>  
>  
> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)\n\tat
>  
>  
> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)\n\tat
>  
>  
> 

[jira] [Updated] (SOLR-11961) group.query and sort with function getting error in solrcloud

2018-02-08 Thread adeppa (JIRA)

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

adeppa updated SOLR-11961:
--
Description: 
while querying combination of group.query and sort function is not working 
 getting below error 

 

Environment : 
 Solr 6.4.2 and solr cloud mode with two shards and replication factor 2 
 AWS  with ubuntu 

query :/solr/qa/select?fq=((level:*.RL AND 
 im_field_destination_category:7845 AND im_field_geography:6937 AND 
 im_field_legacy_category:(7875 OR 12949 OR 7902 OR 12954) AND 
 im_field_report_research_type:7854) OR (im_field_destination_category:7845 
 AND im_field_geography:6937 AND im_field_legacy_category:(7875 OR 12949 OR 
 7902 OR 12954) AND im_field_report_research_type:7855 AND 
 ${sku}))= im_field_deliverable_type:(12941)= 
 
im_field_deliverable_type:(12941)=true=on=*:*=sm_field_sku:(manpq7416
 
 OR TTPMUS0005A OR TTPXSI1015US OR TTPMUS0004B OR 
 TTPDPRUS0215)=product(if(exists(query(\{!v="${sku}"})),1,0),2) 
 desc=json 

if run same query in sudo node will working ,please help me on this 

Error: 

{ 
   "responseHeader":{ 
     "zkConnected":true, 
     "status":500, 
     "QTime":8, 
     "params":{ 
       "q":"*:*", 
       "indent":"on", 
       "fq":"((level:*.RL AND im_field_destination_category:7845 AND 
 im_field_geography:6937 AND im_field_legacy_category:(7875 OR 12949 OR 7902 
 OR 12954) AND im_field_report_research_type:7854) OR 
 (im_field_destination_category:7845 AND im_field_geography:6937 AND 
 im_field_legacy_category:(7875 OR 12949 OR 7902 OR 12954) AND 
 im_field_report_research_type:7855 AND ${sku}))", 
       "sort":"product(if(exists(query(\{!v=\"${sku}\"})),1,0),2) desc", 
       "group.query":[" im_field_deliverable_type:(12941)", 
         " im_field_deliverable_type:(12941)"], 
       "sku":"sm_field_sku:(manpq7416 OR TTPMUS0005A OR TTPXSI1015US OR 
 TTPMUS0004B OR TTPDPRUS0215)", 
       "wt":"json", 
       "_":"1518098081571", 
       "group":"true"}}, 
   "error":{ 
     "metadata":[ 
       "error-class","org.apache.solr.common.SolrException", 
       
 
"root-error-class","org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException"],
 
     "msg":"org.apache.solr.client.solrj.SolrServerException: No live 
 SolrServers available to handle this 
 request:[[http://172.22.0.231:8983/solr/qa_shard1_replica2], 
 [http://172.22.0.231:8983/solr/qa_shard2_replica2], 
 [http://172.22.1.249:8983/solr/qa_shard1_replica3]]", 
     "trace":"org.apache.solr.common.SolrException: 
 org.apache.solr.client.solrj.SolrServerException: No live SolrServers 
 available to handle this 
 request:[[http://172.22.0.231:8983/solr/qa_shard1_replica2], 
 [http://172.22.0.231:8983/solr/qa_shard2_replica2], 
 [http://172.22.1.249:8983/solr/qa_shard1_replica3]]\n\tat 
 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:415)\n\tat
 
 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:166)\n\tat
 
 org.apache.solr.core.SolrCore.execute(SolrCore.java:2299)\n\tat 
 org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:658)\n\tat 
 org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:464)\n\tat 
 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)\n\tat
 
 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:296)\n\tat
 
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1691)\n\tat
 
 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)\n\tat
 
 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)\n\tat
 
 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)\n\tat
 
 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)\n\tat
 
 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)\n\tat
 
 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)\n\tat 
 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)\n\tat
 
 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)\n\tat
 
 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n\tat
 
 
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213)\n\tat
 
 
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119)\n\tat
 
 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)\n\tat
 
 org.eclipse.jetty.server.Server.handle(Server.java:534)\n\tat 
 org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)\n\tat 
 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)\n\tat
 
 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)\n\tat
 
 

[jira] [Created] (SOLR-11961) group.query and sort with function getting error in solrcloud

2018-02-08 Thread adeppa (JIRA)
adeppa created SOLR-11961:
-

 Summary: group.query and sort with function getting error in 
solrcloud
 Key: SOLR-11961
 URL: https://issues.apache.org/jira/browse/SOLR-11961
 Project: Solr
  Issue Type: Bug
  Security Level: Public (Default Security Level. Issues are Public)
  Components: search
Affects Versions: 6.4.2, 6.4
Reporter: adeppa


while querying combination of group.query and sort function is not working 
getting below error 

 

Environment : 
Solr 6.4.2 and solr cloud mode with two shards and replication factor 2 
AWS  with ubuntu 


query :/solr/qa/select?fq=((level:*.RL AND 
im_field_destination_category:7845 AND im_field_geography:6937 AND 
im_field_legacy_category:(7875 OR 12949 OR 7902 OR 12954) AND 
im_field_report_research_type:7854) OR (im_field_destination_category:7845 
AND im_field_geography:6937 AND im_field_legacy_category:(7875 OR 12949 OR 
7902 OR 12954) AND im_field_report_research_type:7855 AND 
${sku}))= im_field_deliverable_type:(12941)= 
im_field_deliverable_type:(12941)=true=on=*:*=sm_field_sku:(manpq7416
 
OR TTPMUS0005A OR TTPXSI1015US OR TTPMUS0004B OR 
TTPDPRUS0215)=product(if(exists(query(\{!v="${sku}"})),1,0),2) 
desc=json 

if tun same query in sudo node will working ,please help me on this 

Error: 

{ 
  "responseHeader":{ 
    "zkConnected":true, 
    "status":500, 
    "QTime":8, 
    "params":{ 
      "q":"*:*", 
      "indent":"on", 
      "fq":"((level:*.RL AND im_field_destination_category:7845 AND 
im_field_geography:6937 AND im_field_legacy_category:(7875 OR 12949 OR 7902 
OR 12954) AND im_field_report_research_type:7854) OR 
(im_field_destination_category:7845 AND im_field_geography:6937 AND 
im_field_legacy_category:(7875 OR 12949 OR 7902 OR 12954) AND 
im_field_report_research_type:7855 AND ${sku}))", 
      "sort":"product(if(exists(query(\{!v=\"${sku}\"})),1,0),2) desc", 
      "group.query":[" im_field_deliverable_type:(12941)", 
        " im_field_deliverable_type:(12941)"], 
      "sku":"sm_field_sku:(manpq7416 OR TTPMUS0005A OR TTPXSI1015US OR 
TTPMUS0004B OR TTPDPRUS0215)", 
      "wt":"json", 
      "_":"1518098081571", 
      "group":"true"}}, 
  "error":{ 
    "metadata":[ 
      "error-class","org.apache.solr.common.SolrException", 
      
"root-error-class","org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException"],
 
    "msg":"org.apache.solr.client.solrj.SolrServerException: No live 
SolrServers available to handle this 
request:[[http://172.22.0.231:8983/solr/qa_shard1_replica2], 
[http://172.22.0.231:8983/solr/qa_shard2_replica2], 
[http://172.22.1.249:8983/solr/qa_shard1_replica3]]", 
    "trace":"org.apache.solr.common.SolrException: 
org.apache.solr.client.solrj.SolrServerException: No live SolrServers 
available to handle this 
request:[[http://172.22.0.231:8983/solr/qa_shard1_replica2], 
[http://172.22.0.231:8983/solr/qa_shard2_replica2], 
[http://172.22.1.249:8983/solr/qa_shard1_replica3]]\n\tat 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:415)\n\tat
 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:166)\n\tat
 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2299)\n\tat 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:658)\n\tat 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:464)\n\tat 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)\n\tat
 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:296)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1691)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)\n\tat
 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)\n\tat
 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)\n\tat 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213)\n\tat
 
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119)\n\tat
 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)\n\tat
 
org.eclipse.jetty.server.Server.handle(Server.java:534)\n\tat 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)\n\tat 

[jira] [Created] (SOLR-11133) Basic Authentication Plugin is not working in solr 6.4

2017-07-21 Thread adeppa (JIRA)
adeppa created SOLR-11133:
-

 Summary: Basic Authentication Plugin is not working in solr 6.4
 Key: SOLR-11133
 URL: https://issues.apache.org/jira/browse/SOLR-11133
 Project: Solr
  Issue Type: Bug
  Security Level: Public (Default Security Level. Issues are Public)
  Components: security
Affects Versions: 6.4
 Environment: solr 6.4.0 ,java 1.8, MAC system
Reporter: adeppa


I am try to enable Basic Authentication Plugin in solr 6.4.0 using the below 
configuration 

Step-1 Creates security.json file in solr location i.e where is solr.xml 
Step-2 edit the solr.in.sh file adding the 
SOLR_AUTHENTICATION_CLIENT_CONFIGURER="org.apache.solr.client.solrj.impl.PreemptiveBasicAuthConfigurer"
SOLR_AUTHENTICATION_OPTS="-Dbasicauth=solr:SolrRocks"

step-3 restart server 
step-4 try to adding the user using the htpp call 
curl --user solr:SolrRocks http://localhost:8983/solr/admin/authentication -H 
'Content-type:application/json' -d '{
  "set-user": {"tom" : "TomIsCool" ,
   "harry":"HarrysSecret"}}'
i am getting back error like 

{
  "responseHeader":{
"status":400,
"QTime":7},
  "error":{
"metadata":[
  "error-class","org.apache.solr.common.SolrException",
  "root-error-class","org.apache.solr.common.SolrException"],
"msg":"No authentication plugin configured",
"code":400}}
please help me how resolve this 




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Issue Comment Deleted] (SOLR-8542) Integrate Learning to Rank into Solr

2016-12-23 Thread adeppa (JIRA)

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

adeppa updated SOLR-8542:
-
Comment: was deleted

(was: Hi Team,

while deploying feature into feature store getting error like below ,current 
environment is solr 6 with branch_6x commit of LTR   

BAN7265:solr-6.3.0-setup athondur$ curl -XPUT 
'http://localhost:8983/solr/drupal/schema/feature-store' --data-binary "@ 
./Users/athondur/Desktop/solr_6.3/solr-6.3.0-setup/contrib/ltr/example/techproducts-features.json"
 -H 'Content-type:application/json' 
Warning: Couldn't read data from file " 
Warning: ./Users/athondur/Desktop/solr_6.3/solr-6.3.0-setup/contrib/ltr/example
Warning: /techproducts-features.json", this makes an empty POST.
{
  "responseHeader":{
"status":500,
"QTime":3},
  "error":{
"msg":"Bad Request",
"trace":"Bad Request (400) - Empty request body!\n\tat 
org.apache.solr.rest.RestManager$ManagedEndpoint.parseJsonFromRequestBody(RestManager.java:420)\n\tat
 
org.apache.solr.rest.RestManager$ManagedEndpoint.put(RestManager.java:340)\n\tat
 org.restlet.resource.ServerResource.doHandle(ServerResource.java:447)\n\tat 
org.restlet.resource.ServerResource.doConditionalHandle(ServerResource.java:359)\n\tat
 org.restlet.resource.ServerResource.handle(ServerResource.java:1044)\n\tat 
org.restlet.resource.Finder.handle(Finder.java:236)\n\tat 
org.restlet.routing.Filter.doHandle(Filter.java:150)\n\tat 
org.restlet.routing.Filter.handle(Filter.java:197)\n\tat 
org.restlet.routing.Router.doHandle(Router.java:422)\n\tat 
org.restlet.routing.Router.handle(Router.java:639)\n\tat 
org.restlet.routing.Filter.doHandle(Filter.java:150)\n\tat 
org.restlet.routing.Filter.handle(Filter.java:197)\n\tat 
org.restlet.routing.Filter.doHandle(Filter.java:150)\n\tat 
org.restlet.routing.Filter.handle(Filter.java:197)\n\tat 
org.restlet.routing.Filter.doHandle(Filter.java:150)\n\tat 
org.restlet.engine.application.StatusFilter.doHandle(StatusFilter.java:140)\n\tat
 org.restlet.routing.Filter.handle(Filter.java:197)\n\tat 
org.restlet.routing.Filter.doHandle(Filter.java:150)\n\tat 
org.restlet.routing.Filter.handle(Filter.java:197)\n\tat 
org.restlet.engine.CompositeHelper.handle(CompositeHelper.java:202)\n\tat 
org.restlet.engine.application.ApplicationHelper.handle(ApplicationHelper.java:75)\n\tat
 org.restlet.Application.handle(Application.java:385)\n\tat 
org.restlet.routing.Filter.doHandle(Filter.java:150)\n\tat 
org.restlet.routing.Filter.handle(Filter.java:197)\n\tat 
org.restlet.routing.Router.doHandle(Router.java:422)\n\tat 
org.restlet.routing.Router.handle(Router.java:639)\n\tat 
org.restlet.routing.Filter.doHandle(Filter.java:150)\n\tat 
org.restlet.routing.Filter.handle(Filter.java:197)\n\tat 
org.restlet.routing.Router.doHandle(Router.java:422)\n\tat 
org.restlet.routing.Router.handle(Router.java:639)\n\tat 
org.restlet.routing.Filter.doHandle(Filter.java:150)\n\tat 
org.restlet.routing.Filter.handle(Filter.java:197)\n\tat 
org.restlet.engine.CompositeHelper.handle(CompositeHelper.java:202)\n\tat 
org.restlet.Component.handle(Component.java:408)\n\tat 
org.restlet.Server.handle(Server.java:507)\n\tat 
org.restlet.engine.connector.ServerHelper.handle(ServerHelper.java:63)\n\tat 
org.restlet.engine.adapter.HttpServerHelper.handle(HttpServerHelper.java:143)\n\tat
 org.restlet.ext.servlet.ServerServlet.service(ServerServlet.java:1117)\n\tat 
javax.servlet.http.HttpServlet.service(HttpServlet.java:790)\n\tat 
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:845)\n\tat 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:583)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)\n\tat
 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:566)\n\tat
 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)\n\tat 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n\tat
 org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:199)\n\tat 
org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:74)\n\tat 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:312)\n\tat
 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:254)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1668)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)\n\tat
 

[jira] [Commented] (SOLR-8542) Integrate Learning to Rank into Solr

2016-12-23 Thread adeppa (JIRA)

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

adeppa commented on SOLR-8542:
--

Hi Team,

while deploying feature into feature store getting error like below ,current 
environment is solr 6 with branch_6x commit of LTR   

BAN7265:solr-6.3.0-setup athondur$ curl -XPUT 
'http://localhost:8983/solr/drupal/schema/feature-store' --data-binary "@ 
./Users/athondur/Desktop/solr_6.3/solr-6.3.0-setup/contrib/ltr/example/techproducts-features.json"
 -H 'Content-type:application/json' 
Warning: Couldn't read data from file " 
Warning: ./Users/athondur/Desktop/solr_6.3/solr-6.3.0-setup/contrib/ltr/example
Warning: /techproducts-features.json", this makes an empty POST.
{
  "responseHeader":{
"status":500,
"QTime":3},
  "error":{
"msg":"Bad Request",
"trace":"Bad Request (400) - Empty request body!\n\tat 
org.apache.solr.rest.RestManager$ManagedEndpoint.parseJsonFromRequestBody(RestManager.java:420)\n\tat
 
org.apache.solr.rest.RestManager$ManagedEndpoint.put(RestManager.java:340)\n\tat
 org.restlet.resource.ServerResource.doHandle(ServerResource.java:447)\n\tat 
org.restlet.resource.ServerResource.doConditionalHandle(ServerResource.java:359)\n\tat
 org.restlet.resource.ServerResource.handle(ServerResource.java:1044)\n\tat 
org.restlet.resource.Finder.handle(Finder.java:236)\n\tat 
org.restlet.routing.Filter.doHandle(Filter.java:150)\n\tat 
org.restlet.routing.Filter.handle(Filter.java:197)\n\tat 
org.restlet.routing.Router.doHandle(Router.java:422)\n\tat 
org.restlet.routing.Router.handle(Router.java:639)\n\tat 
org.restlet.routing.Filter.doHandle(Filter.java:150)\n\tat 
org.restlet.routing.Filter.handle(Filter.java:197)\n\tat 
org.restlet.routing.Filter.doHandle(Filter.java:150)\n\tat 
org.restlet.routing.Filter.handle(Filter.java:197)\n\tat 
org.restlet.routing.Filter.doHandle(Filter.java:150)\n\tat 
org.restlet.engine.application.StatusFilter.doHandle(StatusFilter.java:140)\n\tat
 org.restlet.routing.Filter.handle(Filter.java:197)\n\tat 
org.restlet.routing.Filter.doHandle(Filter.java:150)\n\tat 
org.restlet.routing.Filter.handle(Filter.java:197)\n\tat 
org.restlet.engine.CompositeHelper.handle(CompositeHelper.java:202)\n\tat 
org.restlet.engine.application.ApplicationHelper.handle(ApplicationHelper.java:75)\n\tat
 org.restlet.Application.handle(Application.java:385)\n\tat 
org.restlet.routing.Filter.doHandle(Filter.java:150)\n\tat 
org.restlet.routing.Filter.handle(Filter.java:197)\n\tat 
org.restlet.routing.Router.doHandle(Router.java:422)\n\tat 
org.restlet.routing.Router.handle(Router.java:639)\n\tat 
org.restlet.routing.Filter.doHandle(Filter.java:150)\n\tat 
org.restlet.routing.Filter.handle(Filter.java:197)\n\tat 
org.restlet.routing.Router.doHandle(Router.java:422)\n\tat 
org.restlet.routing.Router.handle(Router.java:639)\n\tat 
org.restlet.routing.Filter.doHandle(Filter.java:150)\n\tat 
org.restlet.routing.Filter.handle(Filter.java:197)\n\tat 
org.restlet.engine.CompositeHelper.handle(CompositeHelper.java:202)\n\tat 
org.restlet.Component.handle(Component.java:408)\n\tat 
org.restlet.Server.handle(Server.java:507)\n\tat 
org.restlet.engine.connector.ServerHelper.handle(ServerHelper.java:63)\n\tat 
org.restlet.engine.adapter.HttpServerHelper.handle(HttpServerHelper.java:143)\n\tat
 org.restlet.ext.servlet.ServerServlet.service(ServerServlet.java:1117)\n\tat 
javax.servlet.http.HttpServlet.service(HttpServlet.java:790)\n\tat 
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:845)\n\tat 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:583)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)\n\tat
 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:566)\n\tat
 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)\n\tat 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n\tat
 org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:199)\n\tat 
org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:74)\n\tat 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:312)\n\tat
 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:254)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1668)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)\n\tat
 

[jira] [Commented] (SOLR-8542) Integrate Learning to Rank into Solr

2016-12-19 Thread adeppa (JIRA)

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

adeppa commented on SOLR-8542:
--

Hi Christe,
Could you help me how to create model.json and feature.json ,i didn't get any 
idea about that please give me int

> Integrate Learning to Rank into Solr
> 
>
> Key: SOLR-8542
> URL: https://issues.apache.org/jira/browse/SOLR-8542
> Project: Solr
>  Issue Type: New Feature
>Reporter: Joshua Pantony
>Assignee: Christine Poerschke
>Priority: Minor
> Attachments: SOLR-8542-branch_5x.patch, SOLR-8542-trunk.patch, 
> SOLR-8542.patch
>
>
> This is a ticket to integrate learning to rank machine learning models into 
> Solr. Solr Learning to Rank (LTR) provides a way for you to extract features 
> directly inside Solr for use in training a machine learned model. You can 
> then deploy that model to Solr and use it to rerank your top X search 
> results. This concept was previously [presented by the authors at Lucene/Solr 
> Revolution 
> 2015|http://www.slideshare.net/lucidworks/learning-to-rank-in-solr-presented-by-michael-nilsson-diego-ceccarelli-bloomberg-lp].
> [Read through the 
> README|https://github.com/bloomberg/lucene-solr/tree/master-ltr-plugin-release/solr/contrib/ltr]
>  for a tutorial on using the plugin, in addition to how to train your own 
> external model.



--
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-8542) Integrate Learning to Rank into Solr

2016-12-09 Thread adeppa (JIRA)

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

adeppa commented on SOLR-8542:
--

Hi Christine


I done some change accordingly 6.3 solr ,i will create different PR and share 
with you ,if you have time please review and validate my changes 


Thanks
Adeppa 

> Integrate Learning to Rank into Solr
> 
>
> Key: SOLR-8542
> URL: https://issues.apache.org/jira/browse/SOLR-8542
> Project: Solr
>  Issue Type: New Feature
>Reporter: Joshua Pantony
>Assignee: Christine Poerschke
>Priority: Minor
> Attachments: SOLR-8542-branch_5x.patch, SOLR-8542-trunk.patch, 
> SOLR-8542.patch
>
>
> This is a ticket to integrate learning to rank machine learning models into 
> Solr. Solr Learning to Rank (LTR) provides a way for you to extract features 
> directly inside Solr for use in training a machine learned model. You can 
> then deploy that model to Solr and use it to rerank your top X search 
> results. This concept was previously [presented by the authors at Lucene/Solr 
> Revolution 
> 2015|http://www.slideshare.net/lucidworks/learning-to-rank-in-solr-presented-by-michael-nilsson-diego-ceccarelli-bloomberg-lp].
> [Read through the 
> README|https://github.com/bloomberg/lucene-solr/tree/master-ltr-plugin-release/solr/contrib/ltr]
>  for a tutorial on using the plugin, in addition to how to train your own 
> external model.



--
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-8542) Integrate Learning to Rank into Solr

2016-12-07 Thread adeppa (JIRA)

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

adeppa edited comment on SOLR-8542 at 12/7/16 11:22 AM:


[~mnilsson]
Hi Team,

I am working on LTR master branch with solr 6.3, when i try to integrate code 
in eclipse showing to me compile time errors in couple of class i.e 
FieldLengthFeatureWeight,LTRScoringQuery ,After adding the unimplemented  
methods to couple of class i.e 
FieldValueFeatureWeight,SolrFeatureWeight,ValueFeatureWeight ,

In the LTRScoringQuery class showing error on  
@Override
  public ModelWeight createWeight(IndexSearcher searcher, boolean needsScores, 
float boost)
  throws IOException 

Note :if i remove @Override  error is went off ,is it any impact 


and FieldLengthFeatureWeight class showing error on
public FieldLengthFeatureScorer(FeatureWeight weight,
  NumericDocValues norms) throws IOException {
super(weight, norms);

Note : Here super (weight,norms ) method showing error 
and 
 @Override
  public float score() throws IOException {

final long l = norms.longValue();
Note : norms.longValue(); statement is showing error 
please help me for the above error resolution  

Thanks
Adeppa



was (Author: adeppa):
Hi Team,

I am working on LTR master branch with solr 6.3, when i try to integrate code 
in eclipse showing to me compile time errors in couple of class i.e 
FieldLengthFeatureWeight,LTRScoringQuery ,After adding the unimplemented  
methods to couple of class i.e 
FieldValueFeatureWeight,SolrFeatureWeight,ValueFeatureWeight ,

In the LTRScoringQuery class showing error on  
@Override
  public ModelWeight createWeight(IndexSearcher searcher, boolean needsScores, 
float boost)
  throws IOException 

Note :if i remove @Override  error is went off ,is it any impact 


and FieldLengthFeatureWeight class showing error on
public FieldLengthFeatureScorer(FeatureWeight weight,
  NumericDocValues norms) throws IOException {
super(weight, norms);

Note : Here super (weight,norms ) method showing error 
and 
 @Override
  public float score() throws IOException {

final long l = norms.longValue();
Note : norms.longValue(); statement is showing error 
please help me for the above error resolution  

Thanks
Adeppa


> Integrate Learning to Rank into Solr
> 
>
> Key: SOLR-8542
> URL: https://issues.apache.org/jira/browse/SOLR-8542
> Project: Solr
>  Issue Type: New Feature
>Reporter: Joshua Pantony
>Assignee: Christine Poerschke
>Priority: Minor
> Attachments: SOLR-8542-branch_5x.patch, SOLR-8542-trunk.patch, 
> SOLR-8542.patch
>
>
> This is a ticket to integrate learning to rank machine learning models into 
> Solr. Solr Learning to Rank (LTR) provides a way for you to extract features 
> directly inside Solr for use in training a machine learned model. You can 
> then deploy that model to Solr and use it to rerank your top X search 
> results. This concept was previously [presented by the authors at Lucene/Solr 
> Revolution 
> 2015|http://www.slideshare.net/lucidworks/learning-to-rank-in-solr-presented-by-michael-nilsson-diego-ceccarelli-bloomberg-lp].
> [Read through the 
> README|https://github.com/bloomberg/lucene-solr/tree/master-ltr-plugin-release/solr/contrib/ltr]
>  for a tutorial on using the plugin, in addition to how to train your own 
> external model.



--
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] [Issue Comment Deleted] (SOLR-8542) Integrate Learning to Rank into Solr

2016-12-07 Thread adeppa (JIRA)

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

adeppa updated SOLR-8542:
-
Comment: was deleted

(was: Hi Team,

I am working on LTR master branch with solr 6.3, when i try to integrate code 
in eclipse showing to me compile time errors in couple of class i.e 
FieldLengthFeatureWeight,LTRScoringQuery ,After adding the unimplemented  
methods to couple of class i.e 
FieldValueFeatureWeight,SolrFeatureWeight,ValueFeatureWeight ,

In the LTRScoringQuery class showing error on  
@Override
  public ModelWeight createWeight(IndexSearcher searcher, boolean needsScores, 
float boost)
  throws IOException 

Note :if i remove @Override  error is went off ,is it any impact 


and FieldLengthFeatureWeight class showing error on
public FieldLengthFeatureScorer(FeatureWeight weight,
  NumericDocValues norms) throws IOException {
super(weight, norms);

Note : Here super (weight,norms ) method showing error 
and 
 @Override
  public float score() throws IOException {

final long l = norms.longValue();
Note : norms.longValue(); statement is showing error 
please help me for the above error resolution  

Thanks
Adeppa
)

> Integrate Learning to Rank into Solr
> 
>
> Key: SOLR-8542
> URL: https://issues.apache.org/jira/browse/SOLR-8542
> Project: Solr
>  Issue Type: New Feature
>Reporter: Joshua Pantony
>Assignee: Christine Poerschke
>Priority: Minor
> Attachments: SOLR-8542-branch_5x.patch, SOLR-8542-trunk.patch, 
> SOLR-8542.patch
>
>
> This is a ticket to integrate learning to rank machine learning models into 
> Solr. Solr Learning to Rank (LTR) provides a way for you to extract features 
> directly inside Solr for use in training a machine learned model. You can 
> then deploy that model to Solr and use it to rerank your top X search 
> results. This concept was previously [presented by the authors at Lucene/Solr 
> Revolution 
> 2015|http://www.slideshare.net/lucidworks/learning-to-rank-in-solr-presented-by-michael-nilsson-diego-ceccarelli-bloomberg-lp].
> [Read through the 
> README|https://github.com/bloomberg/lucene-solr/tree/master-ltr-plugin-release/solr/contrib/ltr]
>  for a tutorial on using the plugin, in addition to how to train your own 
> external model.



--
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-8542) Integrate Learning to Rank into Solr

2016-12-06 Thread adeppa (JIRA)

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

adeppa commented on SOLR-8542:
--

Hi Team,

I am working on LTR master branch with solr 6.3, when i try to integrate code 
in eclipse showing to me compile time errors in couple of class i.e 
FieldLengthFeatureWeight,LTRScoringQuery ,After adding the unimplemented  
methods to couple of class i.e 
FieldValueFeatureWeight,SolrFeatureWeight,ValueFeatureWeight ,

In the LTRScoringQuery class showing error on  
@Override
  public ModelWeight createWeight(IndexSearcher searcher, boolean needsScores, 
float boost)
  throws IOException 

Note :if i remove @Override  error is went off ,is it any impact 


and FieldLengthFeatureWeight class showing error on
public FieldLengthFeatureScorer(FeatureWeight weight,
  NumericDocValues norms) throws IOException {
super(weight, norms);

Note : Here super (weight,norms ) method showing error 
and 
 @Override
  public float score() throws IOException {

final long l = norms.longValue();
Note : norms.longValue(); statement is showing error 
please help me for the above error resolution  

Thanks
Adeppa


> Integrate Learning to Rank into Solr
> 
>
> Key: SOLR-8542
> URL: https://issues.apache.org/jira/browse/SOLR-8542
> Project: Solr
>  Issue Type: New Feature
>Reporter: Joshua Pantony
>Assignee: Christine Poerschke
>Priority: Minor
> Attachments: SOLR-8542-branch_5x.patch, SOLR-8542-trunk.patch, 
> SOLR-8542.patch
>
>
> This is a ticket to integrate learning to rank machine learning models into 
> Solr. Solr Learning to Rank (LTR) provides a way for you to extract features 
> directly inside Solr for use in training a machine learned model. You can 
> then deploy that model to Solr and use it to rerank your top X search 
> results. This concept was previously [presented by the authors at Lucene/Solr 
> Revolution 
> 2015|http://www.slideshare.net/lucidworks/learning-to-rank-in-solr-presented-by-michael-nilsson-diego-ceccarelli-bloomberg-lp].
> [Read through the 
> README|https://github.com/bloomberg/lucene-solr/tree/master-ltr-plugin-release/solr/contrib/ltr]
>  for a tutorial on using the plugin, in addition to how to train your own 
> external model.



--
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-8542) Integrate Learning to Rank into Solr

2016-12-06 Thread adeppa (JIRA)

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

adeppa commented on SOLR-8542:
--

Hi Team,

I am working on LTR master branch with solr 6.3, when i try to integrate code 
in eclipse showing to me compile time errors in couple of class i.e 
FieldLengthFeatureWeight,LTRScoringQuery ,After adding the unimplemented  
methods to couple of class i.e 
FieldValueFeatureWeight,SolrFeatureWeight,ValueFeatureWeight ,

In the LTRScoringQuery class showing error on  
@Override
  public ModelWeight createWeight(IndexSearcher searcher, boolean needsScores, 
float boost)
  throws IOException 

Note :if i remove @Override  error is went off ,is it any impact 


and FieldLengthFeatureWeight class showing error on
public FieldLengthFeatureScorer(FeatureWeight weight,
  NumericDocValues norms) throws IOException {
super(weight, norms);

Note : Here super (weight,norms ) method showing error 
and 
 @Override
  public float score() throws IOException {

final long l = norms.longValue();
Note : norms.longValue(); statement is showing error 
please help me for the above error resolution  

Thanks
Adeppa


> Integrate Learning to Rank into Solr
> 
>
> Key: SOLR-8542
> URL: https://issues.apache.org/jira/browse/SOLR-8542
> Project: Solr
>  Issue Type: New Feature
>Reporter: Joshua Pantony
>Assignee: Christine Poerschke
>Priority: Minor
> Attachments: SOLR-8542-branch_5x.patch, SOLR-8542-trunk.patch, 
> SOLR-8542.patch
>
>
> This is a ticket to integrate learning to rank machine learning models into 
> Solr. Solr Learning to Rank (LTR) provides a way for you to extract features 
> directly inside Solr for use in training a machine learned model. You can 
> then deploy that model to Solr and use it to rerank your top X search 
> results. This concept was previously [presented by the authors at Lucene/Solr 
> Revolution 
> 2015|http://www.slideshare.net/lucidworks/learning-to-rank-in-solr-presented-by-michael-nilsson-diego-ceccarelli-bloomberg-lp].
> [Read through the 
> README|https://github.com/bloomberg/lucene-solr/tree/master-ltr-plugin-release/solr/contrib/ltr]
>  for a tutorial on using the plugin, in addition to how to train your own 
> external model.



--
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-9797) Admin UI not opening/working

2016-11-24 Thread adeppa (JIRA)

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

adeppa commented on SOLR-9797:
--

sorry i done that command and imported into eclipse and i want run along with 
admin UI ,please let me know any another way for this 

Thanks 


> Admin UI not opening/working
> 
>
> Key: SOLR-9797
> URL: https://issues.apache.org/jira/browse/SOLR-9797
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: UI
>Affects Versions: 6.3
> Environment: MAC, Eclipse, JAVA 8, SOLR 6.3, Apache tomcat 8
>Reporter: adeppa
> Attachments: Screen Shot 2016-11-24 at 12.37.25 PM.png, Screen Shot 
> 2016-11-24 at 12.53.29 PM.png
>
>
> Just to give a background, currently I am working on an application in which 
> I am using SOLR 5.10 to implement search. As part of the requirement, I was 
> trying to implement LTR but could not apply the patch and as per the 
> directions given to me in the ticket 
> https://issues.apache.org/jira/browse/SOLR-8542, I am upgrading my SOLR 
> version to 6.x.
> I have done setting up the SOLR 6.3 as how I did the setup of SOLR 5.10 in 
> Eclipse + Apache Tomcat. When I start the server for SOLR 6.3, I see the 
> server is starting properly with collections however I am getting "HTTP 
> Status 403 - Access to the requested resource has been denied" instead of the 
> SOLR admin console (Attaching the screen shot for your reference). 
> But the same works for SOLR 5.10.
> Could you help me providing your suggestion to resolve this and make it work? 
> Do I need to make a configuration changes?



--
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-9797) Admin UI not opening/working

2016-11-24 Thread adeppa (JIRA)

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

adeppa commented on SOLR-9797:
--

Thanks for the information ,please help me how to setup source and run through 
the eclipse using jetty. if have any document please share with me 

Thanks 

> Admin UI not opening/working
> 
>
> Key: SOLR-9797
> URL: https://issues.apache.org/jira/browse/SOLR-9797
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: UI
>Affects Versions: 6.3
> Environment: MAC, Eclipse, JAVA 8, SOLR 6.3, Apache tomcat 8
>Reporter: adeppa
> Attachments: Screen Shot 2016-11-24 at 12.37.25 PM.png, Screen Shot 
> 2016-11-24 at 12.53.29 PM.png
>
>
> Just to give a background, currently I am working on an application in which 
> I am using SOLR 5.10 to implement search. As part of the requirement, I was 
> trying to implement LTR but could not apply the patch and as per the 
> directions given to me in the ticket 
> https://issues.apache.org/jira/browse/SOLR-8542, I am upgrading my SOLR 
> version to 6.x.
> I have done setting up the SOLR 6.3 as how I did the setup of SOLR 5.10 in 
> Eclipse + Apache Tomcat. When I start the server for SOLR 6.3, I see the 
> server is starting properly with collections however I am getting "HTTP 
> Status 403 - Access to the requested resource has been denied" instead of the 
> SOLR admin console (Attaching the screen shot for your reference). 
> But the same works for SOLR 5.10.
> Could you help me providing your suggestion to resolve this and make it work? 
> Do I need to make a configuration changes?



--
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-9798) The type FacetDoubleMerger is already defined Error in FacetModule class

2016-11-23 Thread adeppa (JIRA)
adeppa created SOLR-9798:


 Summary: The type FacetDoubleMerger is already defined Error in 
FacetModule class 
 Key: SOLR-9798
 URL: https://issues.apache.org/jira/browse/SOLR-9798
 Project: Solr
  Issue Type: Bug
  Security Level: Public (Default Security Level. Issues are Public)
  Components: Facet Module, faceting
Affects Versions: 6.3
 Environment: MAC, Eclipse, JAVA 8, SOLR 6.3, Apache tomcat 8
Reporter: adeppa


I am trying to deploy the source code in eclipse with tomcat ,in source code is 
showing error at "org.apache.solr.search.facet" package and class name is 
FacetModule and error is "The type FacetDoubleMerger is already defined" in 
line number 316 and 331,
please help me how to resolve the error 



--
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-9797) Admin UI not opening/working

2016-11-23 Thread adeppa (JIRA)

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

adeppa updated SOLR-9797:
-
Attachment: Screen Shot 2016-11-24 at 12.53.29 PM.png
Screen Shot 2016-11-24 at 12.37.25 PM.png

> Admin UI not opening/working
> 
>
> Key: SOLR-9797
> URL: https://issues.apache.org/jira/browse/SOLR-9797
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: UI
>Affects Versions: 6.3
> Environment: MAC, Eclipse, JAVA 8, SOLR 6.3, Apache tomcat 8
>Reporter: adeppa
> Attachments: Screen Shot 2016-11-24 at 12.37.25 PM.png, Screen Shot 
> 2016-11-24 at 12.53.29 PM.png
>
>
> Just to give a background, currently I am working on an application in which 
> I am using SOLR 5.10 to implement search. As part of the requirement, I was 
> trying to implement LTR but could not apply the patch and as per the 
> directions given to me in the ticket 
> https://issues.apache.org/jira/browse/SOLR-8542, I am upgrading my SOLR 
> version to 6.x.
> I have done setting up the SOLR 6.3 as how I did the setup of SOLR 5.10 in 
> Eclipse + Apache Tomcat. When I start the server for SOLR 6.3, I see the 
> server is starting properly with collections however I am getting "HTTP 
> Status 403 - Access to the requested resource has been denied" instead of the 
> SOLR admin console (Attaching the screen shot for your reference). 
> But the same works for SOLR 5.10.
> Could you help me providing your suggestion to resolve this and make it work? 
> Do I need to make a configuration changes?



--
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-9797) Admin UI not opening/working

2016-11-23 Thread adeppa (JIRA)
adeppa created SOLR-9797:


 Summary: Admin UI not opening/working
 Key: SOLR-9797
 URL: https://issues.apache.org/jira/browse/SOLR-9797
 Project: Solr
  Issue Type: Bug
  Security Level: Public (Default Security Level. Issues are Public)
  Components: UI
Affects Versions: 6.3
 Environment: MAC, Eclipse, JAVA 8, SOLR 6.3, Apache tomcat 8
Reporter: adeppa


Just to give a background, currently I am working on an application in which I 
am using SOLR 5.10 to implement search. As part of the requirement, I was 
trying to implement LTR but could not apply the patch and as per the directions 
given to me in the ticket https://issues.apache.org/jira/browse/SOLR-8542, I am 
upgrading my SOLR version to 6.x.

I have done setting up the SOLR 6.3 as how I did the setup of SOLR 5.10 in 
Eclipse + Apache Tomcat. When I start the server for SOLR 6.3, I see the server 
is starting properly with collections however I am getting "HTTP Status 403 - 
Access to the requested resource has been denied" instead of the SOLR admin 
console (Attaching the screen shot for your reference). 
But the same works for SOLR 5.10.

Could you help me providing your suggestion to resolve this and make it work? 
Do I need to make a configuration changes?



--
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-9753) Admin UI - Memory Graph on Dashboard shows NaN for unused Swap

2016-11-10 Thread adeppa (JIRA)
adeppa created SOLR-9753:


 Summary: Admin UI - Memory Graph on Dashboard shows NaN for unused 
Swap
 Key: SOLR-9753
 URL: https://issues.apache.org/jira/browse/SOLR-9753
 Project: Solr
  Issue Type: Bug
  Security Level: Public (Default Security Level. Issues are Public)
  Components: JSON Request API, web gui
Affects Versions: 5.1
Reporter: adeppa


If the System doesn't use Swap, the displayed memory graph on the dashboard 
shows NaN (not a number) because it tries to divide by zero.
admin url : solr/collection/admin/system?wt=json&=true

"system":{
"name":"Linux",
"version":"3.13.0-48-generic",
"arch":"amd64",
"systemLoadAverage":0.0,
"committedVirtualMemorySize":27111653376,
"freePhysicalMemorySize":48219590656,
"freeSwapSpaceSize":0,
"processCpuTime":6793865000,
"totalPhysicalMemorySize":67548606464,
"totalSwapSpaceSize":0,
"openFileDescriptorCount":213,
"maxFileDescriptorCount":4096,
"uname":"Linux ip-172-22-65-57 3.13.0-48-generic #80-Ubuntu SMP Thu Mar 12 
11:16:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux\n",
"uptime":" 06:33:04 up 57 days, 20:20,  0 users,  load average: 0.00, 0.01, 
0.05\n"}}




--
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-8542) Integrate Learning to Rank into Solr

2016-10-25 Thread adeppa (JIRA)

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

adeppa commented on SOLR-8542:
--


Hi Mike,

Thanks for the information, Now i can't able to upgrade to solr 6x ,i was tried 
above patch but not working still showing many errors, my solr current version 
5.1.0 ,please help me how to apply that patch my current solr source 



Thanks
Adeppa

> Integrate Learning to Rank into Solr
> 
>
> Key: SOLR-8542
> URL: https://issues.apache.org/jira/browse/SOLR-8542
> Project: Solr
>  Issue Type: New Feature
>Reporter: Joshua Pantony
>Assignee: Christine Poerschke
>Priority: Minor
> Attachments: SOLR-8542-branch_5x.patch, SOLR-8542-trunk.patch
>
>
> This is a ticket to integrate learning to rank machine learning models into 
> Solr. Solr Learning to Rank (LTR) provides a way for you to extract features 
> directly inside Solr for use in training a machine learned model. You can 
> then deploy that model to Solr and use it to rerank your top X search 
> results. This concept was previously [presented by the authors at Lucene/Solr 
> Revolution 
> 2015|http://www.slideshare.net/lucidworks/learning-to-rank-in-solr-presented-by-michael-nilsson-diego-ceccarelli-bloomberg-lp].
> [Read through the 
> README|https://github.com/bloomberg/lucene-solr/tree/master-ltr-plugin-release/solr/contrib/ltr]
>  for a tutorial on using the plugin, in addition to how to train your own 
> external model.



--
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-8542) Integrate Learning to Rank into Solr

2016-10-21 Thread adeppa (JIRA)

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

adeppa commented on SOLR-8542:
--

Hi Team,

Could you help any one how to integrate LTR in to solr 5.1.0 ,if need to apply 
the any patch please help me ,

Thanks
Adeppa

> Integrate Learning to Rank into Solr
> 
>
> Key: SOLR-8542
> URL: https://issues.apache.org/jira/browse/SOLR-8542
> Project: Solr
>  Issue Type: New Feature
>Reporter: Joshua Pantony
>Assignee: Christine Poerschke
>Priority: Minor
> Attachments: SOLR-8542-branch_5x.patch, SOLR-8542-trunk.patch
>
>
> This is a ticket to integrate learning to rank machine learning models into 
> Solr. Solr Learning to Rank (LTR) provides a way for you to extract features 
> directly inside Solr for use in training a machine learned model. You can 
> then deploy that model to Solr and use it to rerank your top X search 
> results. This concept was previously [presented by the authors at Lucene/Solr 
> Revolution 
> 2015|http://www.slideshare.net/lucidworks/learning-to-rank-in-solr-presented-by-michael-nilsson-diego-ceccarelli-bloomberg-lp].
> [Read through the 
> README|https://github.com/bloomberg/lucene-solr/tree/master-ltr-plugin-release/solr/contrib/ltr]
>  for a tutorial on using the plugin, in addition to how to train your own 
> external model.



--
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] (LUCENE-7467) Caused by: java.lang.IllegalArgumentException: position increments (and gaps) must be >= 0 (got 65248) for field 'tf_attachments_field_library_attachments'

2016-10-04 Thread adeppa (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-7467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15544972#comment-15544972
 ] 

adeppa commented on LUCENE-7467:


[~mikemccand] Hi Thanks for the help form your end , small data no problem, if 
file size is more than 5 MB then only a problem is occurring, currently in 
progress of token code modification ,once finish i will update ticket with 
details ,please validate and let me know if you have chance 


> Caused by: java.lang.IllegalArgumentException: position increments (and gaps) 
> must be >= 0 (got 65248) for field 'tf_attachments_field_library_attachments'
> ---
>
> Key: LUCENE-7467
> URL: https://issues.apache.org/jira/browse/LUCENE-7467
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/codecs, core/other, core/store, modules/analysis
>Affects Versions: 5.1
> Environment: Mac 
>Reporter: adeppa
> Attachments: AutoPhrasingTokenFilter.java, 
> AutoPhrasingTokenFilterFactory.java
>
>
> I was try to indexing the large file like PDF,PPT,PPTX and XLXS,XLX,
> actual token count are 65248 but this error is coming from the 
> DefaultIndexingChain class while executing the public void 
> invert(IndexableField field, boolean first) throws IOException, 
> AbortingException in side this method we are checking the one condition like 
> *if (invertState.position < invertState.lastPosition)* here 
> invertState.position value become negative, when it increases int.MAX_VALUE,
> org.apache.solr.common.SolrException: Exception writing document id 
> dc65t0-marketing_site-141457 to the index; possible analysis error.
>   at 
> org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:167)
>   at 
> org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69)
>   at 
> org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
>   at 
> org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:955)
>   at 
> org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1110)
>   at 
> org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:706)
>   at 
> org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:104)
>   at 
> org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:250)
>   at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:177)
>   at 
> org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:98)
>   at 
> org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
>   at 
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
>   at org.apache.solr.core.SolrCore.execute(SolrCore.java:2068)
>   at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:669)
>   at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:462)
>   at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:210)
>   at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:179)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
>   at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
>   at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
>   at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
>   at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
>   at 
> org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)
>   at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
>   at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:528)
>   at 
> org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1099)
>   at 
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)
>   at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
>   at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>   at 
> 

[jira] [Updated] (LUCENE-7467) Caused by: java.lang.IllegalArgumentException: position increments (and gaps) must be >= 0 (got 65248) for field 'tf_attachments_field_library_attachments'

2016-09-30 Thread adeppa (JIRA)

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

adeppa updated LUCENE-7467:
---
Attachment: AutoPhrasingTokenFilterFactory.java
AutoPhrasingTokenFilter.java

> Caused by: java.lang.IllegalArgumentException: position increments (and gaps) 
> must be >= 0 (got 65248) for field 'tf_attachments_field_library_attachments'
> ---
>
> Key: LUCENE-7467
> URL: https://issues.apache.org/jira/browse/LUCENE-7467
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/codecs, core/other, core/store, modules/analysis
>Affects Versions: 5.1
> Environment: Mac 
>Reporter: adeppa
> Attachments: AutoPhrasingTokenFilter.java, 
> AutoPhrasingTokenFilterFactory.java
>
>
> I was try to indexing the large file like PDF,PPT,PPTX and XLXS,XLX,
> actual token count are 65248 but this error is coming from the 
> DefaultIndexingChain class while executing the public void 
> invert(IndexableField field, boolean first) throws IOException, 
> AbortingException in side this method we are checking the one condition like 
> *if (invertState.position < invertState.lastPosition)* here 
> invertState.position value become negative, when it increases int.MAX_VALUE,
> org.apache.solr.common.SolrException: Exception writing document id 
> dc65t0-marketing_site-141457 to the index; possible analysis error.
>   at 
> org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:167)
>   at 
> org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69)
>   at 
> org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
>   at 
> org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:955)
>   at 
> org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1110)
>   at 
> org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:706)
>   at 
> org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:104)
>   at 
> org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:250)
>   at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:177)
>   at 
> org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:98)
>   at 
> org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
>   at 
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
>   at org.apache.solr.core.SolrCore.execute(SolrCore.java:2068)
>   at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:669)
>   at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:462)
>   at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:210)
>   at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:179)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
>   at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
>   at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
>   at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
>   at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
>   at 
> org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)
>   at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
>   at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:528)
>   at 
> org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1099)
>   at 
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)
>   at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
>   at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>   at 
> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
>   at java.lang.Thread.run(Thread.java:745)
> Caused by: 

[jira] [Updated] (LUCENE-7467) Caused by: java.lang.IllegalArgumentException: position increments (and gaps) must be >= 0 (got 65248) for field 'tf_attachments_field_library_attachments'

2016-09-30 Thread adeppa (JIRA)

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

adeppa updated LUCENE-7467:
---
Attachment: (was: AutoPhrasingTokenFilter.java)

> Caused by: java.lang.IllegalArgumentException: position increments (and gaps) 
> must be >= 0 (got 65248) for field 'tf_attachments_field_library_attachments'
> ---
>
> Key: LUCENE-7467
> URL: https://issues.apache.org/jira/browse/LUCENE-7467
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/codecs, core/other, core/store, modules/analysis
>Affects Versions: 5.1
> Environment: Mac 
>Reporter: adeppa
> Attachments: AutoPhrasingTokenFilter.java, 
> AutoPhrasingTokenFilterFactory.java
>
>
> I was try to indexing the large file like PDF,PPT,PPTX and XLXS,XLX,
> actual token count are 65248 but this error is coming from the 
> DefaultIndexingChain class while executing the public void 
> invert(IndexableField field, boolean first) throws IOException, 
> AbortingException in side this method we are checking the one condition like 
> *if (invertState.position < invertState.lastPosition)* here 
> invertState.position value become negative, when it increases int.MAX_VALUE,
> org.apache.solr.common.SolrException: Exception writing document id 
> dc65t0-marketing_site-141457 to the index; possible analysis error.
>   at 
> org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:167)
>   at 
> org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69)
>   at 
> org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
>   at 
> org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:955)
>   at 
> org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1110)
>   at 
> org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:706)
>   at 
> org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:104)
>   at 
> org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:250)
>   at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:177)
>   at 
> org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:98)
>   at 
> org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
>   at 
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
>   at org.apache.solr.core.SolrCore.execute(SolrCore.java:2068)
>   at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:669)
>   at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:462)
>   at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:210)
>   at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:179)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
>   at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
>   at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
>   at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
>   at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
>   at 
> org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)
>   at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
>   at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:528)
>   at 
> org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1099)
>   at 
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)
>   at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
>   at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>   at 
> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
>   at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.IllegalArgumentException: 

[jira] [Updated] (LUCENE-7467) Caused by: java.lang.IllegalArgumentException: position increments (and gaps) must be >= 0 (got 65248) for field 'tf_attachments_field_library_attachments'

2016-09-30 Thread adeppa (JIRA)

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

adeppa updated LUCENE-7467:
---
Attachment: (was: AutoPhrasingTokenFilterFactory.java)

> Caused by: java.lang.IllegalArgumentException: position increments (and gaps) 
> must be >= 0 (got 65248) for field 'tf_attachments_field_library_attachments'
> ---
>
> Key: LUCENE-7467
> URL: https://issues.apache.org/jira/browse/LUCENE-7467
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/codecs, core/other, core/store, modules/analysis
>Affects Versions: 5.1
> Environment: Mac 
>Reporter: adeppa
> Attachments: AutoPhrasingTokenFilter.java, 
> AutoPhrasingTokenFilterFactory.java
>
>
> I was try to indexing the large file like PDF,PPT,PPTX and XLXS,XLX,
> actual token count are 65248 but this error is coming from the 
> DefaultIndexingChain class while executing the public void 
> invert(IndexableField field, boolean first) throws IOException, 
> AbortingException in side this method we are checking the one condition like 
> *if (invertState.position < invertState.lastPosition)* here 
> invertState.position value become negative, when it increases int.MAX_VALUE,
> org.apache.solr.common.SolrException: Exception writing document id 
> dc65t0-marketing_site-141457 to the index; possible analysis error.
>   at 
> org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:167)
>   at 
> org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69)
>   at 
> org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
>   at 
> org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:955)
>   at 
> org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1110)
>   at 
> org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:706)
>   at 
> org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:104)
>   at 
> org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:250)
>   at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:177)
>   at 
> org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:98)
>   at 
> org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
>   at 
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
>   at org.apache.solr.core.SolrCore.execute(SolrCore.java:2068)
>   at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:669)
>   at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:462)
>   at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:210)
>   at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:179)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
>   at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
>   at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
>   at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
>   at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
>   at 
> org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)
>   at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
>   at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:528)
>   at 
> org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1099)
>   at 
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)
>   at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
>   at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>   at 
> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
>   at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.IllegalArgumentException: 

[jira] [Updated] (LUCENE-7467) Caused by: java.lang.IllegalArgumentException: position increments (and gaps) must be >= 0 (got 65248) for field 'tf_attachments_field_library_attachments'

2016-09-30 Thread adeppa (JIRA)

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

adeppa updated LUCENE-7467:
---
Attachment: AutoPhrasingTokenFilterFactory.java
AutoPhrasingTokenFilter.java

> Caused by: java.lang.IllegalArgumentException: position increments (and gaps) 
> must be >= 0 (got 65248) for field 'tf_attachments_field_library_attachments'
> ---
>
> Key: LUCENE-7467
> URL: https://issues.apache.org/jira/browse/LUCENE-7467
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/codecs, core/other, core/store, modules/analysis
>Affects Versions: 5.1
> Environment: Mac 
>Reporter: adeppa
> Attachments: AutoPhrasingTokenFilter.java, 
> AutoPhrasingTokenFilterFactory.java
>
>
> I was try to indexing the large file like PDF,PPT,PPTX and XLXS,XLX,
> actual token count are 65248 but this error is coming from the 
> DefaultIndexingChain class while executing the public void 
> invert(IndexableField field, boolean first) throws IOException, 
> AbortingException in side this method we are checking the one condition like 
> *if (invertState.position < invertState.lastPosition)* here 
> invertState.position value become negative, when it increases int.MAX_VALUE,
> org.apache.solr.common.SolrException: Exception writing document id 
> dc65t0-marketing_site-141457 to the index; possible analysis error.
>   at 
> org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:167)
>   at 
> org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69)
>   at 
> org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
>   at 
> org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:955)
>   at 
> org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1110)
>   at 
> org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:706)
>   at 
> org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:104)
>   at 
> org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:250)
>   at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:177)
>   at 
> org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:98)
>   at 
> org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
>   at 
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
>   at org.apache.solr.core.SolrCore.execute(SolrCore.java:2068)
>   at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:669)
>   at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:462)
>   at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:210)
>   at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:179)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
>   at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
>   at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
>   at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
>   at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
>   at 
> org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)
>   at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
>   at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:528)
>   at 
> org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1099)
>   at 
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)
>   at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
>   at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>   at 
> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
>   at java.lang.Thread.run(Thread.java:745)
> Caused by: 

[jira] [Commented] (LUCENE-7467) Caused by: java.lang.IllegalArgumentException: position increments (and gaps) must be >= 0 (got 65248) for field 'tf_attachments_field_library_attachments'

2016-09-30 Thread adeppa (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-7467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15536039#comment-15536039
 ] 

adeppa commented on LUCENE-7467:


Thanks for the reply ,
I am using the currently AutoPhrasingTokenFilter from third party i.e 
lucidworks  ,
for the more details contains below link 
http://lucidworks.com/blog/2014/07/12/solution-for-multi-term-synonyms-in-lucenesolr-using-the-auto-phrasing-tokenfilter/
source code 
https://github.com/LucidWorks/auto-phrase-tokenfilter
please can you help me respective change for this 

> Caused by: java.lang.IllegalArgumentException: position increments (and gaps) 
> must be >= 0 (got 65248) for field 'tf_attachments_field_library_attachments'
> ---
>
> Key: LUCENE-7467
> URL: https://issues.apache.org/jira/browse/LUCENE-7467
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/codecs, core/other, core/store, modules/analysis
>Affects Versions: 5.1
> Environment: Mac 
>Reporter: adeppa
>
> I was try to indexing the large file like PDF,PPT,PPTX and XLXS,XLX,
> actual token count are 65248 but this error is coming from the 
> DefaultIndexingChain class while executing the public void 
> invert(IndexableField field, boolean first) throws IOException, 
> AbortingException in side this method we are checking the one condition like 
> *if (invertState.position < invertState.lastPosition)* here 
> invertState.position value become negative, when it increases int.MAX_VALUE,
> org.apache.solr.common.SolrException: Exception writing document id 
> dc65t0-marketing_site-141457 to the index; possible analysis error.
>   at 
> org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:167)
>   at 
> org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69)
>   at 
> org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
>   at 
> org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:955)
>   at 
> org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1110)
>   at 
> org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:706)
>   at 
> org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:104)
>   at 
> org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:250)
>   at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:177)
>   at 
> org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:98)
>   at 
> org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
>   at 
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
>   at org.apache.solr.core.SolrCore.execute(SolrCore.java:2068)
>   at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:669)
>   at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:462)
>   at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:210)
>   at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:179)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
>   at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
>   at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
>   at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
>   at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
>   at 
> org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)
>   at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
>   at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:528)
>   at 
> org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1099)
>   at 
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)
>   at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
>   at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>   at 
> 

[jira] [Created] (LUCENE-7467) Caused by: java.lang.IllegalArgumentException: position increments (and gaps) must be >= 0 (got 65248) for field 'tf_attachments_field_library_attachments'

2016-09-26 Thread adeppa (JIRA)
adeppa created LUCENE-7467:
--

 Summary: Caused by: java.lang.IllegalArgumentException: position 
increments (and gaps) must be >= 0 (got 65248) for field 
'tf_attachments_field_library_attachments'
 Key: LUCENE-7467
 URL: https://issues.apache.org/jira/browse/LUCENE-7467
 Project: Lucene - Core
  Issue Type: Bug
  Components: core/codecs, core/other, core/store, modules/analysis
Affects Versions: 5.1
 Environment: Mac 
Reporter: adeppa


I was try to indexing the large file like PDF,PPT,PPTX and XLXS,XLX,
actual token count are 65248 but this error is coming from the 
DefaultIndexingChain class while executing the public void 
invert(IndexableField field, boolean first) throws IOException, 
AbortingException in side this method we are checking the one condition like 
*if (invertState.position < invertState.lastPosition)* here 
invertState.position value become negative, when it increases int.MAX_VALUE,


org.apache.solr.common.SolrException: Exception writing document id 
dc65t0-marketing_site-141457 to the index; possible analysis error.
at 
org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:167)
at 
org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69)
at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
at 
org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:955)
at 
org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1110)
at 
org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:706)
at 
org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:104)
at 
org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:250)
at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:177)
at 
org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:98)
at 
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
at org.apache.solr.core.SolrCore.execute(SolrCore.java:2068)
at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:669)
at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:462)
at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:210)
at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:179)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
at 
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:528)
at 
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1099)
at 
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)
at 
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
at 
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at 
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IllegalArgumentException: position increments (and gaps) 
must be >= 0 (got 65248) for field 'tf_attachments_field_library_attachments'
at 
org.apache.lucene.index.DefaultIndexingChain$PerField.invert(DefaultIndexingChain.java:631)
at 
org.apache.lucene.index.DefaultIndexingChain.processField(DefaultIndexingChain.java:344)
at 
org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:300)
at