[jira] [Commented] (SOLR-3646) /browse request handler fails in example if you don't specify a field in the query with "no default specified via 'df' param"

2014-03-03 Thread David Morana (JIRA)

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

David Morana commented on SOLR-3646:


Good morning,
I applied the fix to the /browse handler but the error remains.
I'm using solr 4.0 Final in a multi shard configuration. The error appears on 
only 2 of the shards
I tried removing the /browse handler all together but the error remains.
Is there anything else I can try?
Thanks,

> /browse request handler fails in example if you don't specify a field in the 
> query with "no default specified via 'df' param"
> -
>
> Key: SOLR-3646
> URL: https://issues.apache.org/jira/browse/SOLR-3646
> Project: Solr
>  Issue Type: Bug
>  Components: SearchComponents - other
>Affects Versions: 4.0-BETA, 5.0
>Reporter: Erick Erickson
>Assignee: Erick Erickson
>Priority: Minor
> Fix For: 4.0-BETA, 5.0
>
> Attachments: SOLR-3646.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> If you try using the stock /browse request handler and don't specify a field 
> in the search, you get the following stack (partial):
> SEVERE: org.apache.solr.common.SolrException: no field name specified in 
> query and no default specified via 'df' param
>   at 
> org.apache.solr.search.SolrQueryParser.checkNullField(SolrQueryParser.java:136)
>   at 
> org.apache.solr.search.SolrQueryParser.getFieldQuery(SolrQueryParser.java:154)
>   at 
> org.apache.lucene.queryparser.classic.QueryParserBase.handleBareTokenQuery(QueryParserBase.java:1063)
>   at 
> org.apache.lucene.queryparser.classic.QueryParser.Term(QueryParser.java:350)
> .
> .
> .



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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



[jira] [Commented] (SOLR-3191) field exclusion from fl

2013-09-10 Thread David Morana (JIRA)

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

David Morana commented on SOLR-3191:


This is exactly one of the features I was looking for. 
If possible can you make a patch of this for Solr v4.0 Final?
Thanks,

> field exclusion from fl
> ---
>
> Key: SOLR-3191
> URL: https://issues.apache.org/jira/browse/SOLR-3191
> Project: Solr
>  Issue Type: Improvement
>Reporter: Luca Cavanna
>Priority: Minor
>
> I think it would be useful to add a way to exclude field from the Solr 
> response. If I have for example 100 stored fields and I want to return all of 
> them but one, it would be handy to list just the field I want to exclude 
> instead of the 99 fields for inclusion through fl.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Created] (SOLR-4337) typo in solrconfig.xml; EditorialMarkerFactory should be ElevatedMarkerFactory

2013-01-23 Thread David Morana (JIRA)
David Morana created SOLR-4337:
--

 Summary: typo in solrconfig.xml; EditorialMarkerFactory should be 
ElevatedMarkerFactory
 Key: SOLR-4337
 URL: https://issues.apache.org/jira/browse/SOLR-4337
 Project: Solr
  Issue Type: Bug
Affects Versions: 4.0
 Environment: solr 4.0 final on tomcat 7.0.34
Reporter: David Morana
Priority: Minor
 Fix For: 4.0


Sorry, I don't know how to classify this;it's either a bug or an improvement.
The EditorialMarkerFactory doesn't exist; it should be the 
ElevatedMarkerFactory 
See 
[SOLR-4334|https://issues.apache.org/jira/browse/SOLR-4331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13560701#comment-13560701]
 for more info.
So the documentation needs to be fixed in the solr wiki (doc transformers) and 
in the default solrconfig.xml file like so:
{noformat}
-
+
{noformat}

Thank you,


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Created] (SOLR-4334) null:org.apache.solr.common.SolrException: Error loading class 'org.apache.solr.response.transform.EditorialMarkerFactory'

2013-01-22 Thread David Morana (JIRA)
David Morana created SOLR-4334:
--

 Summary: null:org.apache.solr.common.SolrException: Error loading 
class 'org.apache.solr.response.transform.EditorialMarkerFactory'
 Key: SOLR-4334
 URL: https://issues.apache.org/jira/browse/SOLR-4334
 Project: Solr
  Issue Type: Bug
Affects Versions: 4.0
 Environment: solr 4.0 final on tomcat 7.0.34
Reporter: David Morana
 Fix For: 4.0


Hi,
I can't seem to get the doc transformer to work.
I'm turned on the elevated query component and I tried to turn on the doc 
transformer in the solrconfig.xml file to get [elevated] appear in the results.
I tried both of these separately and I got the same error and the core would 
not load:
{noformat}


{noformat}

Please advise...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Commented] (SOLR-4331) queryelevationcomponent init error; he reference to entity "objID" must end with the ';' delimiter.

2013-01-22 Thread David Morana (JIRA)

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

David Morana commented on SOLR-4331:


So, now that elevate is working; I just add it to my update chain and it will 
always fire with queries?



> queryelevationcomponent init error; he reference to entity "objID" must end 
> with the ';' delimiter. 
> 
>
> Key: SOLR-4331
> URL: https://issues.apache.org/jira/browse/SOLR-4331
> Project: Solr
>  Issue Type: Bug
>Affects Versions: 4.0
> Environment: solr 4.0 final on tomcat 7.0.34
>Reporter: David Morana
> Fix For: 4.0
>
>
> Hi, 
> I put this in elevate.xml just to test it out.
> {code:xml}
> 
>  
>id="https://opentextdev/cs/llisapi.dll?func=ll&objID=577575&objAction=download";
>  />
>  
> 
> {code}
> I have the urls to opentext documents as the uniquekey (id)
> this is what I get:
> {noformat}
> 16:25:48 SEVERE Config Exception during parsing file: 
> elevate.xml:org.xml.sax.SAXParseException; systemId: solrres:/elevate.xml; 
> lineNumber: 28; columnNumber: 77; The reference to entity "objID" must end 
> with the ';' delimiter.
> 16:25:48 SEVERE SolrCore java.lang.NullPointerException
> 16:25:48 SEVERE CoreContainer Unable to create core: Lisa
> 16:25:48 SEVERE CoreContainer null:org.apache.solr.common.SolrException: 
> Error initializing QueryElevationComponent. 
> {noformat}
> It seems to not like the Opentext objID in the URL. 
> How can I fix this?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Commented] (SOLR-4331) queryelevationcomponent init error; he reference to entity "objID" must end with the ';' delimiter.

2013-01-22 Thread David Morana (JIRA)

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

David Morana commented on SOLR-4331:


Hi Otis,
 That seems to have done the trick! I encoded both ampersands and solr didn't 
throw any errors!
 You're awesome, never change!
Thanks,
David



> queryelevationcomponent init error; he reference to entity "objID" must end 
> with the ';' delimiter. 
> 
>
> Key: SOLR-4331
> URL: https://issues.apache.org/jira/browse/SOLR-4331
> Project: Solr
>  Issue Type: Bug
>Affects Versions: 4.0
> Environment: solr 4.0 final on tomcat 7.0.34
>Reporter: David Morana
> Fix For: 4.0
>
>
> Hi, 
> I put this in elevate.xml just to test it out.
> {code:xml}
> 
>  
>id="https://opentextdev/cs/llisapi.dll?func=ll&objID=577575&objAction=download";
>  />
>  
> 
> {code}
> I have the urls to opentext documents as the uniquekey (id)
> this is what I get:
> {noformat}
> 16:25:48 SEVERE Config Exception during parsing file: 
> elevate.xml:org.xml.sax.SAXParseException; systemId: solrres:/elevate.xml; 
> lineNumber: 28; columnNumber: 77; The reference to entity "objID" must end 
> with the ';' delimiter.
> 16:25:48 SEVERE SolrCore java.lang.NullPointerException
> 16:25:48 SEVERE CoreContainer Unable to create core: Lisa
> 16:25:48 SEVERE CoreContainer null:org.apache.solr.common.SolrException: 
> Error initializing QueryElevationComponent. 
> {noformat}
> It seems to not like the Opentext objID in the URL. 
> How can I fix this?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Created] (SOLR-4331) queryelevationcomponent init error; he reference to entity "objID" must end with the ';' delimiter.

2013-01-21 Thread David Morana (JIRA)
David Morana created SOLR-4331:
--

 Summary: queryelevationcomponent init error; he reference to 
entity "objID" must end with the ';' delimiter. 
 Key: SOLR-4331
 URL: https://issues.apache.org/jira/browse/SOLR-4331
 Project: Solr
  Issue Type: Bug
Affects Versions: 4.0
 Environment: solr 4.0 final on tomcat 7.0.34
Reporter: David Morana
 Fix For: 4.0


Hi, 
I put this in elevate.xml just to test it out.
{code:xml}

 
  https://opentextdev/cs/llisapi.dll?func=ll&objID=577575&objAction=download"; 
/>
 

{code}
I have the urls to opentext documents as the uniquekey (id)
this is what I get:
{noformat}
16:25:48 SEVERE Config Exception during parsing file: 
elevate.xml:org.xml.sax.SAXParseException; systemId: solrres:/elevate.xml; 
lineNumber: 28; columnNumber: 77; The reference to entity "objID" must end with 
the ';' delimiter.
16:25:48 SEVERE SolrCore java.lang.NullPointerException
16:25:48 SEVERE CoreContainer Unable to create core: Lisa
16:25:48 SEVERE CoreContainer null:org.apache.solr.common.SolrException: Error 
initializing QueryElevationComponent. 
{noformat}
It seems to not like the Opentext objID in the URL. 
How can I fix this?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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