[
https://issues.apache.org/jira/browse/LUCENE-5082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jessica Cheng updated LUCENE-5082:
----------------------------------
Description: Currently, SolrQueryParserBase.getFieldQuery calls
FieldType.getFieldQuery, which in turn calls readableToIndexed to get a
type-specific BytesRef to pass to Term constructor. I would like
SolrQueryParserBase.getPrefixQuery to do the same thing so that I can implement
my own indexed binary field and allow my field to process my base64 encoded
string query. (was: Current, SolrQueryParserBase.getFieldQuery calls
FieldType.getFieldQuery, which in turn calls readableToIndexed to get a
type-specific BytesRef to pass to Term constructor. I would like
SolrQueryParserBase.getPrefixQuery to do the same thing so that I can implement
my own indexed binary field and allow my field to process my base64 encoded
string query.)
> For SolrQueryParserBase.getPrefixQuery(String field, String termStr), use
> BytesRef from calling FieldType.readableToIndexed for Term
> ------------------------------------------------------------------------------------------------------------------------------------
>
> Key: LUCENE-5082
> URL: https://issues.apache.org/jira/browse/LUCENE-5082
> Project: Lucene - Core
> Issue Type: Wish
> Components: core/queryparser
> Affects Versions: 4.3
> Reporter: Jessica Cheng
> Priority: Minor
> Labels: parser, prefix
>
> Currently, SolrQueryParserBase.getFieldQuery calls FieldType.getFieldQuery,
> which in turn calls readableToIndexed to get a type-specific BytesRef to pass
> to Term constructor. I would like SolrQueryParserBase.getPrefixQuery to do
> the same thing so that I can implement my own indexed binary field and allow
> my field to process my base64 encoded string query.
--
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: [email protected]
For additional commands, e-mail: [email protected]