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

Lance Norskog commented on SOLR-1485:
-------------------------------------

Julien Noche posted last August that he had to create a new query parser 
variant of dismax. I cannot find an example of a query string in his post.

[Using Payloads with DisMaxQParser in 
SOLR|http://digitalpebble.blogspot.com/2010/08/using-payloads-with-dismaxqparser-in.html]

Use cases for a payload-based query:
* a raw byte stream
* a serialized Java String
* a number
* a boolean value in the payload
* "is there a payload?"
* boosting a document if the search term has a payload
** the payload is a number (packed float) created by 

Most of these can be encoded into a payload. But there are no matching decoders.
There is no code that pulls the payload and uses the data.

> PayloadTermQuery support
> ------------------------
>
>                 Key: SOLR-1485
>                 URL: https://issues.apache.org/jira/browse/SOLR-1485
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>            Reporter: Erik Hatcher
>         Attachments: PayloadTermQueryPlugin.java
>
>
> Solr currently has no support for Lucene's PayloadTermQuery, yet it has 
> support for indexing payloads. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to